summaryrefslogtreecommitdiff
path: root/json/recipes/nuts.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-01 22:57:37 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-01 22:57:37 -0700
commitb5ff66f113e3e8c4737194b35a4c518e4e448ee4 (patch)
tree0fa2959fa47db5cea52727e64e67e882517e7c82 /json/recipes/nuts.json
parentAdd plastic jerrycans (diff)
downloadcataclysm-dda-mod_faction-camp-recipe-expansion-b5ff66f113e3e8c4737194b35a4c518e4e448ee4.tar.xz
Add recipes for unshelled nuts
Diffstat (limited to 'json/recipes/nuts.json')
-rw-r--r--json/recipes/nuts.json90
1 files changed, 90 insertions, 0 deletions
diff --git a/json/recipes/nuts.json b/json/recipes/nuts.json
new file mode 100644
index 0000000..4cc1c21
--- /dev/null
+++ b/json/recipes/nuts.json
@@ -0,0 +1,90 @@
+[
+ {
+ "result": "almond_unshelled",
+ "type": "recipe",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_OTHER",
+ "skill_used": "survival",
+ "difficulty": 0,
+ "time": "6 m",
+ "autolearn": true,
+ "components": [ [ [ "almond", 1 ] ] ]
+ },
+ {
+ "result": "chestnut_unshelled",
+ "type": "recipe",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_OTHER",
+ "skill_used": "survival",
+ "difficulty": 0,
+ "time": "6 m",
+ "autolearn": true,
+ "components": [ [ [ "chestnut", 1 ] ] ]
+ },
+ {
+ "result": "hazelnut_unshelled",
+ "type": "recipe",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_OTHER",
+ "skill_used": "survival",
+ "difficulty": 0,
+ "time": "6 m",
+ "autolearn": true,
+ "components": [ [ [ "hazelnut", 1 ] ] ]
+ },
+ {
+ "result": "hickory_nut_unshelled",
+ "type": "recipe",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_OTHER",
+ "skill_used": "survival",
+ "difficulty": 0,
+ "time": "6 m",
+ "autolearn": true,
+ "components": [ [ [ "hickory_nut", 1 ] ] ]
+ },
+ {
+ "result": "peanut_unshelled",
+ "type": "recipe",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_OTHER",
+ "skill_used": "survival",
+ "difficulty": 0,
+ "time": "6 m",
+ "autolearn": true,
+ "components": [ [ [ "peanut", 1 ] ] ]
+ },
+ {
+ "result": "pecan_unshelled",
+ "type": "recipe",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_OTHER",
+ "skill_used": "survival",
+ "difficulty": 0,
+ "time": "6 m",
+ "autolearn": true,
+ "components": [ [ [ "pecan", 1 ] ] ]
+ },
+ {
+ "result": "pistachio_unshelled",
+ "type": "recipe",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_OTHER",
+ "skill_used": "survival",
+ "difficulty": 0,
+ "time": "6 m",
+ "autolearn": true,
+ "components": [ [ [ "pistachio", 1 ] ] ]
+ },
+ {
+ "result": "walnut_unshelled",
+ "type": "recipe",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_OTHER",
+ "skill_used": "survival",
+ "difficulty": 0,
+ "time": "6 m",
+ "autolearn": true,
+ "components": [ [ [ "walnut", 1 ] ] ]
+ }
+]