summaryrefslogtreecommitdiff
path: root/json/items/comestible/meat_dishes.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-14 15:12:03 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-14 15:12:03 -0700
commitfd9d10808839df107278f621660239018b1218b4 (patch)
tree182fd56dff42e7196529e5b947d846c25c816d2d /json/items/comestible/meat_dishes.json
parentRequire cooked rice/beans/lentils/edamame for recipes (diff)
downloadcataclysm-dda-mod_recipe-fixes-fd9d10808839df107278f621660239018b1218b4.tar.xz
Rebalance tofu stirfry
Add meat/veggy stirfry
Diffstat (limited to 'json/items/comestible/meat_dishes.json')
-rw-r--r--json/items/comestible/meat_dishes.json22
1 files changed, 22 insertions, 0 deletions
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 ] ]
+ }
+]