-
Notifications
You must be signed in to change notification settings - Fork 4.2k
/
Copy pathengineering.json
35 lines (35 loc) · 1.02 KB
/
engineering.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
[
{
"id": "crane_medium",
"type": "vehicle_part",
"name": "boom crane",
"item": "cantilever_medium",
"location": "structure",
"symbol": "=",
"broken_symbol": "*",
"color": "light_gray",
"broken_color": "light_blue",
"difficulty": 5,
"durability": 200,
"breaks_into": [ { "item": "pipe", "count": [ 8, 32 ] }, { "item": "scrap", "count": [ 8, 24 ] } ],
"qualities": [ [ "LIFT", 4 ], [ "JACK", 40 ] ],
"flags": [ "TOOL_WRENCH", "PROTRUSION" ]
},
{
"id": "crane_small",
"type": "vehicle_part",
"name": "telescopic crane",
"item": "cantilever_small",
"location": "center",
"symbol": "=",
"broken_symbol": "*",
"color": "light_gray",
"broken_color": "light_blue",
"difficulty": 2,
"durability": 100,
"folded_volume": 12,
"breaks_into": [ { "item": "pipe", "count": [ 2, 8 ] }, { "item": "scrap", "count": [ 2, 6 ] } ],
"qualities": [ [ "LIFT", 1 ], [ "JACK", 7 ] ],
"flags": [ "TOOL_WRENCH", "PROTRUSION", "FOLDABLE" ]
}
]