-
Notifications
You must be signed in to change notification settings - Fork 4.2k
/
vehicle_parts.json
250 lines (250 loc) · 10.2 KB
/
vehicle_parts.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
[
{
"type": "vehicle_part",
"id": "afs_cargo_trough",
"copy-from": "trunk",
"name": { "str": "cargo trough" },
"categories": [ "cargo" ],
"color": "light_gray",
"broken_color": "light_gray",
"looks_like": "trunk",
"location": "center",
"durability": 200,
"description": "This is little more than a sheet metal basin welded to the bottom of the vehicle, extending below it. Though it holds a lot of stuff, its shoddiness makes it fragile.",
"size": 600,
"breaks_into": [ { "item": "steel_lump", "count": [ 4, 6 ] }, { "item": "scrap", "count": [ 4, 6 ] } ]
},
{
"type": "vehicle_part",
"id": "afs_crude_plating",
"name": { "str": "crude plating" },
"description": "A piece of sheet metal welded onto a vehicle as armor. Thin, and not as protective as proper armor, but it'll do if there's nothing else available.",
"looks_like": "steel_plate",
"categories": [ "warfare" ],
"color": "light_gray",
"broken_color": "dark_gray",
"durability": 300,
"item": "sheet_metal",
"location": "armor",
"requirements": {
"install": { "skills": [ [ "mechanics", 2 ] ], "time": "60 m", "using": [ [ "welding_standard", 5 ] ] },
"removal": { "skills": [ [ "mechanics", 2 ] ], "time": "30 m", "using": [ [ "vehicle_weld_removal", 1 ] ] },
"repair": { "skills": [ [ "mechanics", 3 ] ], "time": "60 m", "using": [ [ "welding_standard", 5 ] ] }
},
"flags": [ "ARMOR" ],
"breaks_into": [ { "item": "steel_chunk", "count": [ 1, 2 ] }, { "item": "scrap", "count": [ 4, 6 ] } ],
"damage_reduction": { "all": 4 },
"variants": [ { "symbols": ")", "symbols_broken": ")" } ]
},
{
"type": "vehicle_part",
"id": "afs_control_station",
"name": { "str": "control station" },
"looks_like": "vehicle_dashboard",
"categories": [ "operations" ],
"color": "red",
"broken_color": "light_gray",
"damage_modifier": 10,
"durability": 400,
"description": "A large and complex dashboard mounted with steering controls and several LCD touch screens for controlling vehicle systems.",
"bonus": 10,
"item": "afs_control_station",
"epower": "-125 W",
"requirements": {
"install": { "skills": [ [ "mechanics", 4 ] ], "time": "60 m", "using": [ [ "welding_standard", 5 ] ] },
"removal": { "skills": [ [ "mechanics", 2 ] ], "time": "30 m", "using": [ [ "vehicle_weld_removal", 1 ] ] },
"repair": { "skills": [ [ "mechanics", 5 ] ], "time": "60 m", "using": [ [ "welding_standard", 5 ] ] }
},
"flags": [
"VISION",
"CAMERA",
"CONTROLS",
"CAMERA_CONTROL",
"REMOTE_CONTROLS",
"CTRL_ELECTRONIC",
"ENABLED_DRAINS_EPOWER",
"WATCH",
"ALARMCLOCK"
],
"breaks_into": [
{ "item": "steel_lump", "count": [ 2, 4 ] },
{ "item": "steel_chunk", "count": [ 2, 4 ] },
{ "item": "scrap", "count": [ 2, 4 ] },
{ "item": "cable", "charges": [ 5, 20 ] },
{ "item": "RAM", "count": [ 1, 4 ] },
{ "item": "e_scrap", "count": [ 3, 8 ] }
],
"variants": [ { "symbols": "$", "symbols_broken": "$" } ]
},
{
"id": "afs_mounted_external_tank",
"categories": [ "movement" ],
"copy-from": "external_tank_small",
"type": "vehicle_part",
"name": { "str": "mounted external tank (200L)" },
"item": "55gal_drum",
"location": "center"
},
{
"id": "afs_lightweight_frame",
"type": "vehicle_part",
"copy-from": "frame_abstract",
"name": { "str": "ultralight frame" },
"item": "afs_titanium_frame",
"color": "light_gray",
"durability": 100,
"description": "An ultralight titanium framework. Other vehicle components can be mounted on it, and it can be attached to other frames to increase the vehicle's size.",
"breaks_into": [ { "item": "afs_scrap_titanium", "count": [ 1, 3 ] } ],
"requirements": {
"install": { "skills": [ [ "mechanics", 1 ] ], "time": "60 m", "using": [ [ "welding_standard", 5 ] ] },
"removal": { "skills": [ [ "mechanics", 2 ] ], "time": "30 m", "using": [ [ "vehicle_weld_removal", 1 ] ] },
"repair": { "skills": [ [ "mechanics", 2 ] ], "time": "60 m", "using": [ [ "welding_standard", 5 ] ] }
}
},
{
"id": "afs_lightweight_foldable_frame",
"type": "vehicle_part",
"copy-from": "afs_lightweight_frame",
"name": { "str": "ultralight foldable frame" },
"item": "afs_titanium_foldable_frame",
"durability": 75,
"folded_volume": "10 L",
"folding_time": "1 minute",
"unfolding_time": "1 minute",
"description": "An ultralight titanium foldable framework. Other vehicle components can be mounted on it, and it can be attached to other frames to increase the vehicle's size."
},
{
"type": "vehicle_part",
"id": "solar_panel_v3",
"categories": [ "energy" ],
"copy-from": "solar_panel",
"name": "quantum solar panel",
"looks_like": "solar_panel_v2",
"proportional": { "epower": 6.0 },
"item": "solar_panel_v3",
"durability": 40,
"description": "An extremely high-performance solar panel. Will recharge the vehicle's electrical power when exposed to the sun. Clouds will slow the recharge speed. Extremely fragile and cannot be armored.",
"requirements": {
"install": { "skills": [ [ "mechanics", 8 ] ], "time": "60 m", "using": [ [ "vehicle_wrench_2", 1 ] ] },
"removal": { "skills": [ [ "mechanics", 6 ] ], "time": "30 m", "using": [ [ "vehicle_wrench_2", 1 ] ] }
},
"extend": { "flags": [ "NO_REPAIR" ] },
"breaks_into": [
{ "item": "steel_lump", "count": [ 4, 4 ] },
{ "item": "steel_chunk", "count": [ 4, 4 ] },
{ "item": "scrap", "count": [ 4, 4 ] },
{ "item": "solar_cell", "count": [ 2, 8 ] }
]
},
{
"type": "vehicle_part",
"id": "minireactor",
"name": { "str": "minireactor" },
"categories": [ "energy" ],
"color": "light_green",
"broken_color": "red",
"damage_modifier": 80,
"durability": 580,
"description": "A small nuclear reactor. When loaded with plutonium cells and turned on, will generate a lot of electrical power.",
"power": "100 W",
"//": "Here it is a multiplier on power efficiency - 1 unit of plutonium is 100 units of battery",
"epower": "149200 W",
"fuel_type": "plut_cell",
"item": "minireactor",
"location": "fuel_source",
"requirements": {
"install": {
"skills": [ [ "mechanics", 6 ] ],
"time": "30 m",
"using": [ [ "welding_standard", 5 ], [ "vehicle_bolt_install", 1 ] ]
},
"removal": {
"skills": [ [ "mechanics", 4 ] ],
"time": "30 m",
"using": [ [ "vehicle_weld_removal", 1 ], [ "vehicle_wrench_2", 1 ] ]
},
"repair": {
"skills": [ [ "mechanics", 7 ] ],
"time": "60 m",
"using": [ [ "repair_welding_standard", 5 ], [ "repair_welding_alloys", 2 ], [ "vehicle_wrench_2", 1 ], [ "vehicle_screw", 1 ] ]
}
},
"flags": [ "REACTOR" ],
"breaks_into": [
{ "item": "steel_lump", "count": [ 6, 11 ] },
{ "item": "steel_chunk", "count": [ 6, 11 ] },
{ "item": "scrap", "charges": [ 6, 11 ] }
],
"damage_reduction": { "all": 50 },
"variants": [ { "symbols": "O", "symbols_broken": "#" } ]
},
{
"type": "vehicle_part",
"id": "robot_cargo",
"name": "robot_carrier",
"categories": [ "cargo", "passengers" ],
"color": "light_gray",
"looks_like": "cargo_space",
"broken_color": "dark_gray",
"durability": 250,
"description": "A cargo space for carrying robots. 'e'xamine it to capture a robot next to you, or to release the robot currently contained. When selecting a robot to capture, choose its tile relative to you, not the part.",
"size": "200 L",
"item": "robot_carrier",
"location": "center",
"requirements": {
"install": { "skills": [ [ "mechanics", 1 ] ], "time": "60 m", "using": [ [ "welding_standard", 5 ] ] },
"removal": { "skills": [ [ "mechanics", 2 ] ], "time": "30 m", "using": [ [ "vehicle_weld_removal", 1 ] ] },
"repair": { "skills": [ [ "mechanics", 2 ] ], "time": "60 m", "using": [ [ "welding_standard", 5 ] ] }
},
"flags": [ "BOARDABLE", "CARGO", "COVERED", "CAPTURE_MONSTER_VEH" ],
"breaks_into": [
{ "item": "steel_lump", "count": [ 6, 8 ] },
{ "item": "steel_chunk", "count": [ 6, 8 ] },
{ "item": "scrap", "count": [ 6, 8 ] }
],
"variants": [ { "symbols": "=", "symbols_broken": "#" } ]
},
{
"type": "vehicle_part",
"id": "exo_gantry",
"name": { "str": "exosuit maintenance gantry" },
"categories": [ "utility" ],
"color": "light_gray",
"broken_color": "light_gray",
"looks_like": "veh_tools_workshop",
"damage_modifier": 10,
"durability": 200,
"description": "A gantry for supporting an exosuit upright during maintenance and repair. Includes the specialized tools needed for complex repairs and will also charge the suit's power when active.",
"size": "200 L",
"bonus": 600,
"item": "veh_tools_workshop",
"location": "center",
"requirements": {
"install": { "skills": [ [ "mechanics", 3 ] ], "time": "60 m", "using": [ [ "vehicle_wrench_2", 1 ] ] },
"removal": { "skills": [ [ "mechanics", 2 ] ], "time": "30 m", "using": [ [ "vehicle_wrench_2", 1 ] ] },
"repair": { "skills": [ [ "mechanics", 4 ] ], "time": "60 m", "using": [ [ "welding_standard", 5 ] ] }
},
"flags": [ "CARGO", "OBSTACLE", "COVERED", "RECHARGE" ],
"pseudo_tools": [
{ "id": "welder", "hotkey": "w" },
{ "id": "soldering_iron", "hotkey": "s" },
{ "id": "exo_repair_kit", "hotkey": "e" }
],
"breaks_into": [
{ "item": "steel_lump", "count": [ 3, 6 ] },
{ "item": "steel_chunk", "count": [ 3, 6 ] },
{ "item": "scrap", "count": [ 3, 6 ] },
{ "item": "welder", "prob": 50 }
],
"variants": [ { "symbols": "T", "symbols_broken": "x" } ]
},
{
"id": "veh_tools_kitchen",
"type": "vehicle_part",
"copy-from": "veh_tools_kitchen",
"description": "A table rig with a faucet for water tank access, fume hood, drawers and fixtures for storing tools, low power electric connectors and valves for for fuel tank connections.",
"item": "veh_tools_kitchen",
"looks_like": "kitchen_unit",
"extend": { "allowed_tools": [ "afs_atompot" ] }
}
]