-
Notifications
You must be signed in to change notification settings - Fork 1
/
Tools.json
64 lines (64 loc) · 1.95 KB
/
Tools.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[
{
"id": "survivor_food_irradiator",
"type": "TOOL",
"name": "survivor food irratiator",
"description": "This is a tool that can irradiate food properly prepared in a sealed plastic bag using ionising radiation such as X-Rays. Bulky and heavy to keep the user safe.",
"weight": 18875,
"volume": 20,
"price": 40000,
"material": [ "steel", "lead" ],
"symbol": ";",
"color": "light_blue",
"ammo": "battery",
"max_charges": 200
},
{
"result": "survivor_food_irradiator",
"type": "recipe",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_TOOLS",
"//": "Need to know a lot about electronics and something about cooking/chemistry to configure it correctly.",
"skill_used": "fabrication",
"difficulty": 6,
"skills_required": [ [ "cooking", 3 ], [ "electronics", 6 ] ],
"time": 120000,
"reversible": true,
"decomp_learn": 4,
"autolearn": [
[ "fabrication", 5 ],
[ "cooking", 3 ],
[ "electronics", 6 ]
],
"using": [ [ "welding_standard", 5 ] ],
"qualities": [ { "id": "HAMMER", "level": 1 } ],
"tools": [ [ [ "soldering_iron", 30 ], [ "toolset", 30 ] ] ],
"components": [
[ [ "solder_wire", 200 ] ],
[ [ "e_scrap", 2 ] ],
[ [ "lightstrip_dead", 2 ] ],
[ [ "processor", 1 ] ],
[ [ "circuit", 3 ] ],
[ [ "RAM", 2 ] ],
[ [ "cable", 30 ] ],
[ [ "amplifier", 1 ], [ "power_supply", 1 ] ],
[ [ "lead", 5000 ] ]
]
},
{
"result": "bag_plastic",
"type": "recipe",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_CONTAINERS",
"//": "Greatly reduced the time requirement as the code doesn't support multipliers (result_mult) on non-charged items.",
"skill_used": "fabrication",
"difficulty": 4,
"time": 5000,
"autolearn": true,
"tools": [
[ [ "mold_plastic", -1 ] ],
[ [ "surface_heat", 5, "LIST" ] ]
],
"components": [ [ [ "plastic_chunk", 1 ] ] ]
}
]