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.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/json/items/comestible/other.json b/json/items/comestible/other.json
index e143f05..497696f 100644
--- a/json/items/comestible/other.json
+++ b/json/items/comestible/other.json
@@ -15,5 +15,33 @@
"flags": [ "EATEN_HOT" ],
"rot_spawn": "GROUP_ROTTING_PLANT",
"rot_spawn_chance": 5
+ },
+ {
+ "type": "COMESTIBLE",
+ "id": "dry_beans",
+ "copy-from": "dry_beans",
+ "name": { "str_sp": "dried beans" },
+ "spoils_in": "364 days"
+ },
+ {
+ "type": "COMESTIBLE",
+ "id": "dry_tofu",
+ "copy-from": "dry_tofu",
+ "name": { "str_sp": "dehydrated tofu" },
+ "spoils_in": "364 days"
+ },
+ {
+ "type": "COMESTIBLE",
+ "id": "soybean",
+ "copy-from": "soybean",
+ "name": { "str_sp": "soybeans" },
+ "spoils_in": "364 days"
+ },
+ {
+ "type": "COMESTIBLE",
+ "id": "cattlefodder",
+ "copy-from": "cattlefodder",
+ "name": { "str_sp": "cattle fodder" },
+ "spoils_in": "728 days"
}
]