Skip to content

Commit

Permalink
Merge pull request #60059 from anoobindisguise/anoobindisguise-qt_mac…
Browse files Browse the repository at this point in the history
…hete_recipe

One more fix for qt_machete recipe
  • Loading branch information
Rivet-the-Zombie authored Aug 14, 2022
2 parents bd5813a + 727690a commit 0df7d8f
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions data/json/recipes/weapon/cutting.json
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,13 @@
"using": [ [ "soldering_standard", 20 ] ],
"proficiencies": [ { "proficiency": "prof_metalworking" } ],
"qualities": [ { "id": "HAMMER", "level": 1 }, { "id": "SAW_M", "level": 1 }, { "id": "GRIND", "level": 2 } ],
"components": [ [ [ "machete", 1 ], [ "makeshift_machete", 1 ] ], [ [ "duct_tape", 100 ] ] ]
"components": [
[ [ "machete", 1 ] ],
[ [ "duct_tape", 150 ] ],
[ [ "filament_durable", 20, "LIST" ] ],
[ [ "leather", 2 ], [ "chunk_rubber", 1 ] ],
[ [ "rubber_cement", 1 ], [ "superglue", 1 ] ]
]
},
{
"result": "survivor_machete_qt",
Expand All @@ -873,13 +879,14 @@
"book_learn": [ [ "textbook_weapwest", 5 ], [ "welding_book", 6 ] ],
"using": [ [ "soldering_standard", 20 ], [ "blacksmithing_standard", 10 ] ],
"qualities": [ { "id": "HAMMER", "level": 3 }, { "id": "SAW_M", "level": 1 }, { "id": "GRIND", "level": 2 } ],
"tools": [ [ [ "swage", -1 ] ], [ [ "metal_tank", -1 ] ], [ [ "water", -120 ] ] ],
"proficiencies": [
{ "proficiency": "prof_metalworking" },
{ "proficiency": "prof_blacksmithing" },
{ "proficiency": "prof_bladesmith" },
{ "proficiency": "prof_quenching", "fail_multiplier": 2 }
],
"components": [ [ [ "machete", 1 ] ], [ [ "duct_tape", 100 ] ], [ [ "coal_lump", 84 ], [ "charcoal", 55 ] ] ]
"tools": [ [ [ "swage", -1 ] ], [ [ "metal_tank", -1 ] ], [ [ "water", -80 ] ] ],
"proficiencies": [ { "proficiency": "prof_metalworking" }, { "proficiency": "prof_quenching", "fail_multiplier": 2 } ],
"components": [
[ [ "machete", 1 ] ],
[ [ "duct_tape", 150 ] ],
[ [ "filament_durable", 20, "LIST" ] ],
[ [ "leather", 2 ], [ "chunk_rubber", 1 ] ],
[ [ "rubber_cement", 1 ], [ "superglue", 1 ] ]
]
}
]

0 comments on commit 0df7d8f

Please sign in to comment.