summaryrefslogtreecommitdiff
path: root/json/items/comestible/other.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-14 14:39:05 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-14 14:39:05 -0700
commitdf82aee2dec2946c7996958eb4ae7ddf4dee3f59 (patch)
treee9c9f4a0d5b8117ccd86039d0be533e04a81a4dc /json/items/comestible/other.json
parentTofu Fried Rice requires cooked rice (diff)
downloadcataclysm-dda-mod_recipe-fixes-df82aee2dec2946c7996958eb4ae7ddf4dee3f59.tar.xz
Require cooked rice/beans/lentils/edamame for recipes
Diffstat (limited to 'json/items/comestible/other.json')
-rw-r--r--json/items/comestible/other.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/json/items/comestible/other.json b/json/items/comestible/other.json
new file mode 100644
index 0000000..b39cb5e
--- /dev/null
+++ b/json/items/comestible/other.json
@@ -0,0 +1,19 @@
+[
+ {
+ "type": "COMESTIBLE",
+ "id": "edamame_cooked",
+ "name": { "str": "cooked edamame", "str_pl": "cooked edamame" },
+ "weight": "198 g",
+ "copy-from": "raw_edamame",
+ "color": "light_gray",
+ "spoils_in": "5 days",
+ "quench": 1,
+ "description": "Some delicious cooked edamame. Humble but nutrient-rich.",
+ "price": 0,
+ "volume": "250 ml",
+ "fun": 1,
+ "flags": [ "EATEN_HOT" ],
+ "rot_spawn": "GROUP_ROTTING_PLANT",
+ "rot_spawn_chance": 5
+ }
+]