diff --git a/data/json/items/chemicals_and_resources.json b/data/json/items/chemicals_and_resources.json index 874fb9a00772b..097d951d29bf2 100644 --- a/data/json/items/chemicals_and_resources.json +++ b/data/json/items/chemicals_and_resources.json @@ -226,8 +226,7 @@ { "type": "COMESTIBLE", "id": "ammonia", - "name": "ammonia", - "name_plural": "ammonia", + "name": { "str": "ammonia", "str_pl": "ammonia" }, "weight": "124 g", "color": "white", "use_action": "BLECH", diff --git a/data/json/items/comestibles/drink.json b/data/json/items/comestibles/drink.json index e3e3de982c868..63bf0d00616cf 100644 --- a/data/json/items/comestibles/drink.json +++ b/data/json/items/comestibles/drink.json @@ -26,7 +26,7 @@ { "type": "COMESTIBLE", "id": "almond_milk", - "name": "almond milk", + "name": { "str": "almond milk" }, "weight": "258 g", "color": "white", "spoils_in": "3 days", diff --git a/data/json/items/comestibles/med.json b/data/json/items/comestibles/med.json index 348895e53c401..55a6593610172 100644 --- a/data/json/items/comestibles/med.json +++ b/data/json/items/comestibles/med.json @@ -18,8 +18,7 @@ "id": "adderall", "type": "COMESTIBLE", "comestible_type": "MED", - "name": "Adderall", - "name_plural": "Adderall", + "name": { "str": "Adderall", "str_pl": "Adderall" }, "description": "Medical grade amphetamine salts mixed with Dextroamphetamine salts, commonly prescribed to treat hyperactive attention deficits. It suppresses the appetite, and is quite addictive.", "weight": "1 g", "volume": "250 ml", @@ -32,14 +31,13 @@ "fun": 10, "addiction_potential": 10, "addiction_type": "amphetamine", - "flags": "NPC_SAFE" + "flags": [ "NPC_SAFE" ] }, { "id": "adrenaline_injector", "type": "COMESTIBLE", "comestible_type": "MED", - "name": "syringe of adrenaline", - "name_plural": "syringes of adrenaline", + "name": { "str": "syringe of adrenaline", "str_pl": "syringes of adrenaline" }, "description": "A syringe filled with a shot of adrenaline. It serves as a powerful stimulant when you inject yourself with it. Asthmatics can use it in an emergency to clear their asthma.", "weight": "12 g", "volume": "10ml", diff --git a/data/json/items/comestibles/nuts.json b/data/json/items/comestibles/nuts.json index ea70cbbd4db47..43f792bffb68b 100644 --- a/data/json/items/comestibles/nuts.json +++ b/data/json/items/comestibles/nuts.json @@ -97,8 +97,7 @@ { "type": "COMESTIBLE", "id": "almond_pulp", - "name": "almond pulp", - "name_plural": "almond pulp", + "name": { "str": "almond pulp", "str_pl": "almond pulp" }, "looks_like": "granola", "weight": "30 g", "color": "brown", @@ -448,8 +447,7 @@ { "type": "COMESTIBLE", "id": "acorns_cooked", - "name": "cooked acorn meal", - "name_plural": "cooked acorn meal", + "name": { "str": "cooked acorn meal" }, "weight": "22 g", "color": "brown", "spoils_in": "30 days",