summaryrefslogtreecommitdiff
path: root/json/recipes/armor/feet.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/recipes/armor/feet.json')
-rw-r--r--json/recipes/armor/feet.json27
1 files changed, 27 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 ]
+ ]
+ ]
+ }