summaryrefslogtreecommitdiff
path: root/json/items/comestible/raw_veggy.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_veggy.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_veggy.json')
-rw-r--r--json/items/comestible/raw_veggy.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/json/items/comestible/raw_veggy.json b/json/items/comestible/raw_veggy.json
new file mode 100644
index 0000000..4b07ad9
--- /dev/null
+++ b/json/items/comestible/raw_veggy.json
@@ -0,0 +1,16 @@
+[
+ {
+ "type": "COMESTIBLE",
+ "id": "garlic",
+ "copy-from": "garlic",
+ "name": { "str": "garlic bulb" },
+ "spoils_in": "364 days"
+ },
+ {
+ "type": "COMESTIBLE",
+ "id": "sugar_beet",
+ "copy-from": "sugar_beet",
+ "name": { "str": "sugar beet" },
+ "spoils_in": "91 days"
+ }
+]