-
Notifications
You must be signed in to change notification settings - Fork 8
/
requirement_overrides.json
45 lines (45 loc) · 1.8 KB
/
requirement_overrides.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[
{
"id": "welding_standard",
"type": "requirement",
"//": "Crafting or repair of steel items or installation of vehicle parts",
"qualities": [ { "id": "GLARE", "level": 2 } ],
"tools": [ [ [ "welder", 10 ], [ "welder_crude", 15 ], [ "toolset", 15 ], [ "oxy_torch", 2 ], ["nanite_multitool_weld", -1] ] ]
},{
"id": "forging_standard",
"type": "requirement",
"//": "Forging of steel items (per steel chunk), charcoal forge is already a substitute for forge",
"tools": [ [ [ "forge", 20 ], [ "oxy_torch", 20 ], ["nanite_multitool_weld", -1] ] ]
},{
"id": "surface_heat",
"type": "requirement",
"//": "Heat usable for heating a surface - for example a pot or frying pan.",
"tools": [ [ [ "hotplate", 1 ], [ "multi_cooker", 1 ], [ "char_smoker", 1 ], [ "toolset", 1 ], [ "fire", -1 ], ["nanite_multitool_weld", -1] ] ]
},{
"id": "water_boiling_heat",
"type": "requirement",
"//": "Tools usable for providing heat usable for boiling water, but not necessarily for anything else.",
"tools": [ [ [ "hotplate", 1 ], [ "multi_cooker", 1 ], [ "char_smoker", 1 ], [ "toolset", 1 ], [ "coffeemaker", 1 ], [ "atomic_coffeepot", -1 ], [ "fire", -1 ], ["nanite_multitool_weld", -1] ] ]
},{
"id": "soldering_standard",
"type": "requirement",
"//": "Soldering metal items",
"tools": [ [ [ "soldering_iron", 1 ], [ "toolset", 1 ], [ "nanite_multitool_weld", -1] ] ],
"components": [ [ [ "solder_wire", 1 ] ] ]
},{
"id": "cutting_wire_standard",
"type": "requirement",
"//": "Cutting wires",
"tools": [
[
[ "hacksaw", -1 ],
[ "multitool", -1 ],
[ "boltcutters", -1 ],
[ "toolset", -1 ],
[ "toolbox", -1 ],
[ "survivor_belt", -1 ],
[ "nanite_multitool_small", -1]
]
]
}
]