summaryrefslogtreecommitdiff
path: root/json/items/comestible/other.json
diff options
context:
space:
mode:
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
+ }
+]