From df82aee2dec2946c7996958eb4ae7ddf4dee3f59 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 14 Sep 2020 14:39:05 -0700 Subject: Require cooked rice/beans/lentils/edamame for recipes --- json/items/comestible/other.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 json/items/comestible/other.json (limited to 'json/items/comestible') 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 + } +] -- cgit v1.2.1