diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-09-14 01:04:12 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-09-14 01:04:12 -0700 |
commit | 306246498f1696c30789e92c519958b41b7025b0 (patch) | |
tree | cc07cb6e9768c0bcd243ac4a79b4ff61f7c65709 | |
parent | Formatting (diff) | |
download | cataclysm-dda-mod_battle-maid-redone-306246498f1696c30789e92c519958b41b7025b0.tar.xz |
Remove soldering/welding from kevlar recipes
-rw-r--r-- | recipes.json | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/recipes.json b/recipes.json index 6f42b2f..1722134 100644 --- a/recipes.json +++ b/recipes.json @@ -39,9 +39,6 @@ "time": "3 h", "autolearn": true, "using": [ [ "sewing_standard", 200 ] ], - "tools": [ - [ [ "welder", 28 ], [ "welder_crude", 42 ], [ "soldering_iron", 42 ], [ "toolset", 42 ] ] - ], "components": [ [ [ "rag", 30 ] ], [ [ "kawaii_raincoat", 1 ] ], @@ -199,9 +196,6 @@ "reversible": false, "autolearn": true, "using": [ [ "sewing_standard", 200 ] ], - "tools": [ - [ [ "welder", 18 ], [ "soldering_iron", 18 ], [ "toolset", 18 ] ] - ], "components": [ [ [ "tux", 1 ] ], [ [ "cloak", 1 ] ], @@ -524,7 +518,6 @@ "time": "3 h", "autolearn": true, "using": [ [ "sewing_standard", 200 ] ], - "tools": [ [ [ "welder", 28 ], [ "welder_crude", 42 ], [ "soldering_iron", 42 ], [ "toolset", 42 ] ] ], "components": [ [ [ "kawaii_maid_hat_thermal_off", 1 ] ], [ [ "kevlar_plate", 12 ] ] @@ -778,9 +771,6 @@ "time": "3 h", "autolearn": true, "using": [ [ "sewing_standard", 200 ] ], - "tools": [ - [ [ "welder", 28 ], [ "welder_crude", 42 ], [ "soldering_iron", 42 ], [ "toolset", 42 ] ] - ], "components": [ [ [ "rag", 30 ] ], [ [ "kawaii_raincoat", 1 ] ], @@ -802,7 +792,6 @@ [ [ "bag_plastic", 10 ] ], [ [ "rag", 10 ] ] ] - }, { "type" : "recipe", @@ -966,9 +955,6 @@ "time": "3 h", "autolearn": true, "using": [ [ "sewing_standard", 100 ] ], - "tools": [ - [ [ "welder", 21 ], [ "welder_crude", 32 ], [ "soldering_iron", 32 ], [ "toolset", 32 ] ] - ], "components": [ [ [ "leather", 22 ] ], [ [ "kevlar_plate", 12 ] ], @@ -987,9 +973,6 @@ "time": "3 h", "autolearn": true, "using": [ [ "sewing_standard", 100 ] ], - "tools": [ - [ [ "welder", 21 ], [ "welder_crude", 32 ], [ "soldering_iron", 32 ], [ "toolset", 32 ] ] - ], "components": [ [ [ "leather", 22 ] ], [ [ "kevlar_plate", 12 ] ], |