From fd9d10808839df107278f621660239018b1218b4 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 14 Sep 2020 15:12:03 -0700 Subject: Rebalance tofu stirfry Add meat/veggy stirfry --- json/items/comestible/meat_dishes.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 json/items/comestible/meat_dishes.json (limited to 'json/items/comestible/meat_dishes.json') diff --git a/json/items/comestible/meat_dishes.json b/json/items/comestible/meat_dishes.json new file mode 100644 index 0000000..0135247 --- /dev/null +++ b/json/items/comestible/meat_dishes.json @@ -0,0 +1,22 @@ +[ + { + "type": "COMESTIBLE", + "id": "meat_stirfry", + "name": { "str": "meat stirfry", "str_pl": "meat stirfry" }, + "weight": "135 g", + "color": "yellow", + "spoils_in": "4 days", + "comestible_type": "FOOD", + "symbol": "%", + "healthy": 1, + "calories": 525, + "charges": 4, + "description": "A meat stirfry with rice and a sweet bold flavor sure to be on your mind through these dark days.", + "price": 1200, + "material": [ "meat", "veggy" ], + "volume": "1 L", + "flags": [ "EATEN_HOT" ], + "fun": 12, + "vitamins": [ [ "vitA", 2 ], [ "calcium", 7 ], [ "iron", 5 ], [ "vitC", 24 ] ] + } +] -- cgit v1.2.1