summaryrefslogtreecommitdiff
path: root/json/items/comestible/veggy_dishes.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/comestible/veggy_dishes.json')
-rw-r--r--json/items/comestible/veggy_dishes.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/json/items/comestible/veggy_dishes.json b/json/items/comestible/veggy_dishes.json
index 12aeced..af181f8 100644
--- a/json/items/comestible/veggy_dishes.json
+++ b/json/items/comestible/veggy_dishes.json
@@ -2,7 +2,7 @@
{
"type": "COMESTIBLE",
"id": "tofu_stirfry",
- "name": { "str": "tofu stirfry", "str_pl": "tofu stirfry" },
+ "name": { "str_sp": "tofu stirfry" },
"weight": "135 g",
"color": "yellow",
"spoils_in": "4 days",
@@ -13,9 +13,10 @@
"charges": 4,
"description": "A tofu stirfry with rice and a sweet bold flavor sure to be on your mind through these dark days.",
"price": 1200,
- "material": "veggy",
+ "price_postapoc": 200,
+ "material": [ "veggy" ],
"volume": "1 L",
- "flags": [ "EATEN_HOT" ],
+ "flags": [ "EATEN_HOT", "NUTRIENT_OVERRIDE" ],
"fun": 12,
"vitamins": [ [ "vitA", 2 ], [ "calcium", 7 ], [ "iron", 5 ], [ "vitC", 24 ] ]
},