Skip to content

Commit

Permalink
Merge pull request #27739 from ACCount12/patch-1
Browse files Browse the repository at this point in the history
Allows for more handle materials in crafting of some tools
  • Loading branch information
ZhilkinSerg authored Jan 22, 2019
2 parents bbb58a7 + a87df35 commit 837627a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 22 deletions.
44 changes: 23 additions & 21 deletions data/json/recipes/recipe_others.json
Original file line number Diff line number Diff line change
Expand Up @@ -1120,8 +1120,9 @@
"skill_used": "fabrication",
"time": 2000,
"autolearn": true,
"using": [ [ "steel_tiny", 2 ] ],
"qualities": [ { "id": "HAMMER", "level": 2 } ],
"components": [ [ [ "steel_chunk", 2 ], [ "scrap", 6 ] ], [ [ "duct_tape", 30 ] ] ]
"components": [ [ [ "duct_tape", 30 ], [ "2x4", 1 ], [ "stick", 1 ] ] ]
},
{
"type": "recipe",
Expand All @@ -1142,7 +1143,7 @@
{ "id": "CUT", "level": 1 }
],
"tools": [ [ [ "tongs", -1 ] ], [ [ "swage", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ],
"components": [ [ [ "plastic_chunk", 2 ] ] ]
"components": [ [ [ "plastic_chunk", 2 ], [ "2x4", 1 ], [ "stick", 2 ] ] ]
},
{
"type": "recipe",
Expand Down Expand Up @@ -2384,9 +2385,10 @@
"difficulty": 2,
"time": 300000,
"autolearn": true,
"using": [ [ "forging_standard", 5 ], [ "steel_tiny", 1 ] ],
"qualities": [ { "id": "ANVIL", "level": 3 }, { "id": "HAMMER", "level": 3 }, { "id": "CHISEL", "level": 3 } ],
"tools": [ [ [ "tongs", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ], [ [ "forge", 100 ], [ "oxy_torch", 20 ] ] ],
"components": [ [ [ "steel_chunk", 1 ], [ "scrap", 3 ] ], [ [ "plastic_chunk", 1 ] ] ]
"tools": [ [ [ "tongs", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ],
"components": [ [ [ "plastic_chunk", 1 ], [ "scrap", 1 ] ] ]
},
{
"type": "recipe",
Expand All @@ -2397,10 +2399,11 @@
"difficulty": 4,
"time": 320000,
"autolearn": true,
"using": [ [ "forging_standard", 10 ], [ "steel_standard", 1 ] ],
"book_learn": [ [ "manual_mechanics", 3 ], [ "manual_fabrication", 3 ], [ "textbook_fabrication", 4 ] ],
"qualities": [ { "id": "ANVIL", "level": 3 }, { "id": "HAMMER", "level": 3 }, { "id": "CHISEL", "level": 3 } ],
"tools": [ [ [ "tongs", -1 ] ], [ [ "swage", -1 ] ], [ [ "forge", 200 ], [ "oxy_torch", 40 ] ] ],
"components": [ [ [ "steel_lump", 1 ], [ "steel_chunk", 4 ], [ "scrap", 12 ] ], [ [ "plastic_chunk", 1 ] ] ]
"tools": [ [ [ "tongs", -1 ] ], [ [ "swage", -1 ] ] ],
"components": [ [ [ "plastic_chunk", 1 ], [ "2x4", 1 ], [ "stick", 1 ] ] ]
},
{
"type": "recipe",
Expand All @@ -2412,10 +2415,11 @@
"note": "not so much the engineering as hardening the edge",
"time": 380000,
"autolearn": true,
"using": [ [ "forging_standard", 15 ], [ "steel_standard", 2 ] ],
"book_learn": [ [ "manual_mechanics", 4 ], [ "manual_fabrication", 4 ], [ "textbook_fabrication", 4 ] ],
"qualities": [ { "id": "ANVIL", "level": 3 }, { "id": "HAMMER", "level": 3 }, { "id": "CHISEL", "level": 3 } ],
"tools": [ [ [ "tongs", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ], [ [ "forge", 300 ], [ "oxy_torch", 60 ] ] ],
"components": [ [ [ "steel_lump", 2 ], [ "steel_chunk", 8 ], [ "scrap", 24 ] ], [ [ "plastic_chunk", 2 ] ] ]
"tools": [ [ [ "tongs", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ],
"components": [ [ [ "plastic_chunk", 2 ], [ "2x4", 1 ], [ "stick", 2 ] ] ]
},
{
"type": "recipe",
Expand All @@ -2426,10 +2430,11 @@
"difficulty": 4,
"time": 280000,
"autolearn": true,
"using": [ [ "forging_standard", 10 ], [ "steel_standard", 2 ] ],
"book_learn": [ [ "manual_fabrication", 2 ], [ "textbook_fabrication", 3 ] ],
"qualities": [ { "id": "ANVIL", "level": 3 }, { "id": "HAMMER", "level": 3 }, { "id": "CHISEL", "level": 3 } ],
"tools": [ [ [ "tongs", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ], [ [ "forge", 200 ], [ "oxy_torch", 40 ] ] ],
"components": [ [ [ "steel_lump", 2 ], [ "steel_chunk", 8 ], [ "scrap", 24 ] ], [ [ "2x4", 2 ], [ "stick", 4 ] ] ]
"tools": [ [ [ "tongs", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ],
"components": [ [ [ "2x4", 2 ], [ "stick", 4 ] ] ]
},
{
"type": "recipe",
Expand All @@ -2440,15 +2445,10 @@
"difficulty": 7,
"time": 320000,
"autolearn": true,
"using": [ [ "forging_standard", 15 ], [ "steel_standard", 4 ] ],
"book_learn": [ [ "manual_fabrication", 3 ], [ "textbook_fabrication", 4 ] ],
"qualities": [ { "id": "ANVIL", "level": 3 }, { "id": "HAMMER", "level": 3 }, { "id": "CHISEL", "level": 3 } ],
"tools": [
[ [ "tongs", -1 ] ],
[ [ "swage", -1 ] ],
[ [ "crucible", -1 ], [ "crucible_clay", -1 ] ],
[ [ "forge", 350 ], [ "oxy_torch", 70 ] ]
],
"components": [ [ [ "steel_lump", 4 ], [ "steel_chunk", 16 ], [ "scrap", 48 ] ] ]
"tools": [ [ [ "tongs", -1 ] ], [ [ "swage", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ]
},
{
"type": "recipe",
Expand All @@ -2459,10 +2459,11 @@
"difficulty": 5,
"time": 320000,
"autolearn": true,
"using": [ [ "forging_standard", 10 ], [ "steel_standard", 2 ] ],
"book_learn": [ [ "manual_fabrication", 3 ], [ "textbook_fabrication", 4 ] ],
"qualities": [ { "id": "ANVIL", "level": 3 }, { "id": "HAMMER", "level": 3 }, { "id": "CHISEL", "level": 3 } ],
"tools": [ [ [ "tongs", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ], [ [ "forge", 250 ], [ "oxy_torch", 50 ] ] ],
"components": [ [ [ "steel_lump", 2 ], [ "steel_chunk", 8 ], [ "scrap", 24 ] ], [ [ "2x4", 2 ], [ "stick", 4 ] ] ]
"tools": [ [ [ "tongs", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ],
"components": [ [ [ "2x4", 2 ], [ "stick", 4 ] ] ]
},
{
"type": "recipe",
Expand All @@ -2473,10 +2474,11 @@
"difficulty": 6,
"time": 360000,
"autolearn": true,
"using": [ [ "forging_standard", 15 ], [ "steel_standard", 3 ] ],
"book_learn": [ [ "textbook_fabrication", 4 ] ],
"qualities": [ { "id": "ANVIL", "level": 3 }, { "id": "HAMMER", "level": 3 }, { "id": "CHISEL", "level": 3 } ],
"tools": [ [ [ "tongs", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ], [ [ "forge", 300 ], [ "oxy_torch", 60 ] ] ],
"components": [ [ [ "steel_lump", 3 ], [ "steel_chunk", 9 ], [ "scrap", 27 ] ], [ [ "2x4", 3 ], [ "stick", 6 ] ] ]
"tools": [ [ [ "tongs", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ],
"components": [ [ [ "2x4", 3 ], [ "stick", 6 ] ] ]
},
{
"type": "recipe",
Expand Down
3 changes: 2 additions & 1 deletion data/json/recipes/recipe_weapon.json
Original file line number Diff line number Diff line change
Expand Up @@ -2394,7 +2394,8 @@
[ "scrap", 6 ]
],
[
[ "plastic_chunk", 2 ]
[ "plastic_chunk", 2 ],
[ "scrap", 2 ]
]
]
},{
Expand Down

0 comments on commit 837627a

Please sign in to comment.