From 57c7b1e9c454ab12c80b2aa541eb617bf3a80f94 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 31 Jan 2022 21:19:51 -0800 Subject: Port back to DDA. --- json/items/comestible/veggy_dishes.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'json/items/comestible') 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 ] ] }, -- cgit v1.2.1