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