summaryrefslogtreecommitdiff
path: root/json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-12-25 11:05:05 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-12-25 11:05:05 -0800
commitef7bd2bfec0482a62ff97335b01f2682ee0f4f20 (patch)
tree02d26735f543484f054a51f3dd961ab6ee22e255 /json
parentFix toastem 2 and 3 not inheriting spoils_in. (diff)
downloadcataclysm-bn-mod_recipe-fixes-ef7bd2bfec0482a62ff97335b01f2682ee0f4f20.tar.xz
Fix superalloy survivor armor pieces to use ingredient groups instead of specific ones.
Diffstat (limited to 'json')
-rw-r--r--json/recipes/armor/feet.json27
-rw-r--r--json/recipes/armor/hand.json29
-rw-r--r--json/recipes/armor/head.json22
-rw-r--r--json/recipes/armor/suit.json34
4 files changed, 112 insertions, 0 deletions
diff --git a/json/recipes/armor/feet.json b/json/recipes/armor/feet.json
new file mode 100644
index 0000000..011e019
--- /dev/null
+++ b/json/recipes/armor/feet.json
@@ -0,0 +1,27 @@
+ {
+ "result": "boots_sasurvivor",
+ "type": "recipe",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_FEET",
+ "skill_used": "tailor",
+ "difficulty": 7,
+ "skills_required": [ "fabrication", 7 ],
+ "time": "2 h",
+ "autolearn": true,
+ "using": [ [ "sewing_standard", 60 ] ],
+ "tools": [ [ [ "welder", 42 ], [ "soldering_iron", 63 ], [ "toolset", 63 ] ] ],
+ "components": [
+ [ [ "fabric_standard", 4, "LIST" ] ],
+ [ [ "fabric_hides_proper", 4, "LIST" ] ],
+ [ [ "steel_standard", 1, "LIST" ] ],
+ [ [ "kevlar_plate", 4 ] ],
+ [ [ "duct_tape", 100 ] ],
+ [
+ [ "boots_combat", 1 ],
+ [ "boots_steel", 1 ],
+ [ "boots_hiking", 1 ],
+ [ "boots_bunker", 1 ],
+ [ "boots", 1 ]
+ ]
+ ]
+ }
diff --git a/json/recipes/armor/hand.json b/json/recipes/armor/hand.json
new file mode 100644
index 0000000..6a1d0df
--- /dev/null
+++ b/json/recipes/armor/hand.json
@@ -0,0 +1,29 @@
+[
+ {
+ "result": "gloves_sasurvivor",
+ "type": "recipe",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_HANDS",
+ "skill_used": "tailor",
+ "difficulty": 7,
+ "skills_required": [ "fabrication", 7 ],
+ "time": "1 h",
+ "autolearn": true,
+ "using": [ [ "sewing_standard", 40 ] ],
+ "tools": [ [ [ "welder", 28 ], [ "soldering_iron", 42 ], [ "toolset", 42 ] ] ],
+ "components": [
+ [ [ "fabric_standard", 2, "LIST" ] ],
+ [ [ "fabric_hides_proper", 2, "LIST" ] ],
+ [ [ "steel_standard", 1, "LIST" ] ],
+ [ [ "duct_tape", 50 ] ],
+ [ [ "gloves_tactical", 1 ], [ "kevlar_plate", 4 ] ],
+ [
+ [ "gloves_leather", 1 ],
+ [ "gloves_light", 1 ],
+ [ "gloves_liner", 1 ],
+ [ "wetsuit_gloves", 1 ],
+ [ "fire_gauntlets", 1 ]
+ ]
+ ]
+ }
+]
diff --git a/json/recipes/armor/head.json b/json/recipes/armor/head.json
new file mode 100644
index 0000000..c8615db
--- /dev/null
+++ b/json/recipes/armor/head.json
@@ -0,0 +1,22 @@
+[
+ {
+ "result": "mask_sasurvivor",
+ "type": "recipe",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_HEAD",
+ "skill_used": "fabrication",
+ "difficulty": 7,
+ "skills_required": [ "tailor", 7 ],
+ "time": "20 m",
+ "autolearn": true,
+ "using": [ [ "adhesive", 1 ] ],
+ "qualities": [ { "id": "CUT", "level": 1 } ],
+ "tools": [ [ [ "welder", 56 ], [ "soldering_iron", 84 ], [ "toolset", 84 ] ] ],
+ "components": [
+ [ [ "mask_filter", 2 ], [ "mask_gas", 1 ], [ "mask_bunker", 1 ] ],
+ [ [ "glasses_safety", 2 ], [ "glasses_bal", 1 ] ],
+ [ [ "steel_standard", 2, "LIST" ] ],
+ [ [ "mask_bal", 1 ], [ "kevlar_plate", 4 ] ]
+ ]
+ }
+]
diff --git a/json/recipes/armor/suit.json b/json/recipes/armor/suit.json
new file mode 100644
index 0000000..d4030a9
--- /dev/null
+++ b/json/recipes/armor/suit.json
@@ -0,0 +1,34 @@
+[
+ {
+ "result": "sasurvivor_suit",
+ "type": "recipe",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_SUIT",
+ "skill_used": "tailor",
+ "difficulty": 7,
+ "skills_required": [ "fabrication", 9 ],
+ "time": "6 h",
+ "autolearn": true,
+ "using": [ [ "sewing_standard", 200 ] ],
+ "tools": [ [ [ "welder", 56 ], [ "soldering_iron", 84 ], [ "toolset", 84 ] ] ],
+ "components": [
+ [ [ "fabric_standard", 20, "LIST" ] ],
+ [ [ "fabric_hides_proper", 20, "LIST" ] ],
+ [ [ "steel_standard", 8, "LIST" ] ],
+ [ [ "coat_rain", 1 ], [ "jacket_windbreaker", 1 ], [ "jacket_evac", 1 ], [ "coat_gut", 1 ] ],
+ [
+ [ "tacvest", 1 ],
+ [ "legrig", 1 ],
+ [ "vest", 1 ],
+ [ "tool_belt", 1 ],
+ [ "ragpouch", 6 ],
+ [ "leather_pouch", 4 ],
+ [ "dump_pouch", 1 ],
+ [ "purse", 2 ],
+ [ "fanny", 2 ]
+ ],
+ [ [ "duct_tape", 300 ] ],
+ [ [ "kevlar", 1 ], [ "modularvest", 1 ], [ "swat_armor", 1 ], [ "kevlar_plate", 24 ] ]
+ ]
+ }
+]