Skip to content

Commit 5c15c30

Browse files
authored
[Experimental] Advanced Gear Technologies - Update to vanilla requirements base + mod additions (#172)
1 parent 8224912 commit 5c15c30

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

data/Unleash_The_Mods/Working_mods/Advanced_Gear_Technologies/requirement_overrides.json

+9-3
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,23 @@
44
"type": "requirement",
55
"//": "Crafting or repair of steel items or installation of vehicle parts",
66
"qualities": [ { "id": "GLARE", "level": 1 } ],
7-
"tools": [ [ [ "welder", 10 ], [ "welder_crude", 15 ], [ "toolset", 15 ], [ "oxy_torch", 2 ], [ "nanite_multitool_weld", -1 ] ] ]
7+
"tools": [ [ [ "welder", 10 ], [ "welder_crude", 15 ], [ "toolset", 15 ], [ "oxy_torch", 2 ], [ "nanite_multitool_weld", -1 ] ] ],
8+
"components": [ [ [ "welding_rod_steel", 3 ], [ "welding_wire_steel", 3 ], [ "brazing_rod_bronze", 3 ] ] ]
89
},
910
{
1011
"id": "forging_standard",
1112
"type": "requirement",
1213
"//": "Forging of steel items (per steel chunk), charcoal forge is already a substitute for forge",
13-
"tools": [ [ [ "forge", 20 ], [ "oxy_torch", 20 ], [ "nanite_multitool_weld", -1 ] ] ]
14+
"tools": [ [ [ "forge", 20 ], [ "oxy_torch", 20 ], [ "fake_arc_furnace", 10 ], [ "nanite_multitool_weld", -1 ] ] ]
1415
},
1516
{
1617
"id": "surface_heat",
1718
"type": "requirement",
1819
"//": "Heat usable for heating a surface - for example a pot or frying pan.",
1920
"tools": [
2021
[
22+
[ "propane_cooker", 1 ],
23+
[ "fake_oven", 1 ],
2124
[ "hotplate", 1 ],
2225
[ "multi_cooker", 1 ],
2326
[ "char_smoker", 1 ],
@@ -33,6 +36,8 @@
3336
"//": "Tools usable for providing heat usable for boiling water, but not necessarily for anything else.",
3437
"tools": [
3538
[
39+
[ "propane_cooker", 1 ],
40+
[ "fake_oven", 1 ],
3641
[ "hotplate", 1 ],
3742
[ "multi_cooker", 1 ],
3843
[ "char_smoker", 1 ],
@@ -60,8 +65,9 @@
6065
[ "hacksaw", -1 ],
6166
[ "multitool", -1 ],
6267
[ "boltcutters", -1 ],
68+
[ "small_repairkit", -1 ],
69+
[ "large_repairkit", -1 ],
6370
[ "toolset", -1 ],
64-
[ "toolbox", -1 ],
6571
[ "survivor_belt", -1 ],
6672
[ "nanite_multitool_small", -1 ]
6773
]

0 commit comments

Comments
 (0)