summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-11-17 20:42:14 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-11-17 20:42:14 -0800
commit2671c36ab03c9cfbf61444d3c07fbfe6ce8276e6 (patch)
tree1273658a283f265a344a1f76110e78e755f898bf
parentFix the omelette from powdered egg recipes. (diff)
downloadcataclysm-bn-mod_recipe-fixes-2671c36ab03c9cfbf61444d3c07fbfe6ce8276e6.tar.xz
Allow chest rig to be crafted with leather.
-rw-r--r--Readme.txt6
-rw-r--r--json/recipes/armor/storage.json17
2 files changed, 21 insertions, 2 deletions
diff --git a/Readme.txt b/Readme.txt
index 5715b3b..7bc8619 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -113,14 +113,16 @@ Add copper to reloaded and black powder recipes for various ammunitions:
10mm Auto FMJ, .357 Magnum FMJ, .38 Super FMJ, .45 ACP FMJ, 4.6x30mm
---
-Scrambled Eggs, Deluxe Scrambled Eggs, Omelettes:
+Scrambled Eggs, Omelettes:
From powdered eggs variants now no longer allows the use of non-powdered eggs.
Powdered eggs requiring water is the entire point of these variants.
---
-Allow leg ammo pouches to use rags/leather instead of chest ammo pouches.
+Allow leg ammo pouches to optionally use rags/leather instead of chest ammo pouches.
Considering how long it takes to craft, the extra stage made them take even longer.
+Also for the chestrig. And raise its difficulty to 4 and time to 73m.
+
---
No longer allow coconut milk to create dehydrated fruit.
Water into fruit? Nope.
diff --git a/json/recipes/armor/storage.json b/json/recipes/armor/storage.json
index aecd358..7620f1f 100644
--- a/json/recipes/armor/storage.json
+++ b/json/recipes/armor/storage.json
@@ -15,5 +15,22 @@
[ [ "chestpouch", 2 ], [ "fabric_standard", 8, "LIST" ], [ "fabric_hides_any", 8, "LIST" ] ],
[ [ "filament", 8, "LIST" ] ]
]
+ },
+ {
+ "result": "chestrig",
+ "type": "recipe",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_STORAGE",
+ "skill_used": "tailor",
+ "difficulty": 4,
+ "skills_required": [ "gun", 1 ],
+ "time": "1 h 16 m",
+ "autolearn": true,
+ "qualities": [ { "id": "SEW", "level": 1 } ],
+ "components": [
+ [ [ "fabric_hides_any", 5, "LIST" ], [ "fabric_standard", 5, "LIST" ] ],
+ [ [ "chestpouch", 4 ], [ "legpouch_large", 2 ], [ "fabric_standard", 16, "LIST" ], [ "fabric_hides_any", 16, "LIST" ] ],
+ [ [ "filament", 20, "LIST" ] ]
+ ]
}
]