Skip to content

Commit

Permalink
Merge pull request #76611 from Karol1223/afs-requirements
Browse files Browse the repository at this point in the history
[Aftershock] Handle welding requirements via ``extend`` instead of overwriting vanilla
  • Loading branch information
Maleclypse authored Sep 22, 2024
2 parents 45d31e8 + f9cd84d commit 04238c8
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions data/mods/Aftershock/recipes/requirements.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,7 @@
{
"id": "welding_standard",
"type": "requirement",
"//": "Crafting or repair of steel items or installation of vehicle parts",
"qualities": [ { "id": "GLARE", "level": 1 } ],
"tools": [
[
[ "welder", 10 ],
[ "welder_crude", 15 ],
[ "integrated_welder", 15 ],
[ "oxy_torch", 2 ],
[ "afs_plasma_torch_gun", 2 ],
[ "afs_plasma_torch", 1 ]
]
]
"extend": { "tools": [ [ [ "afs_plasma_torch_gun", 2 ], [ "afs_plasma_torch", 1 ] ] ] }
},
{
"id": "afs_nanofab_material_3",
Expand Down

0 comments on commit 04238c8

Please sign in to comment.