summaryrefslogtreecommitdiff
path: root/json/items/comestible/raw_fruit.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-04-09 12:34:18 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-04-09 12:34:18 -0700
commitda33aef0053c86ec78d380ecf6be23bff1595e9a (patch)
tree558e3132bfdca1cef3578c5251d7f8fb2bbebfd7 /json/items/comestible/raw_fruit.json
parentTypo. (diff)
downloadcataclysm-bn-mod_recipe-fixes-da33aef0053c86ec78d380ecf6be23bff1595e9a.tar.xz
Updated for 0.6.0 to revert the forever foods change.
Diffstat (limited to 'json/items/comestible/raw_fruit.json')
-rw-r--r--json/items/comestible/raw_fruit.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/json/items/comestible/raw_fruit.json b/json/items/comestible/raw_fruit.json
new file mode 100644
index 0000000..e47da1b
--- /dev/null
+++ b/json/items/comestible/raw_fruit.json
@@ -0,0 +1,16 @@
+[
+ {
+ "type": "COMESTIBLE",
+ "id": "cacao_pod",
+ "copy-from": "cacao_pod",
+ "name": { "str_sp": "cacao pod" },
+ "spoils_in": "364 days"
+ },
+ {
+ "type": "COMESTIBLE",
+ "id": "coconut",
+ "copy-from": "coconut",
+ "name": { "str": "coconut" },
+ "spoils_in": "364 days"
+ }
+]