1[
2  {
3    "abstract": "turret",
4    "type": "vehicle_part",
5    "symbol": "t",
6    "durability": 400,
7    "damage_modifier": 80,
8    "location": "on_roof",
9    "categories": [ "warfare" ],
10    "requirements": { "install": { "time": "100 s" }, "removal": { "time": "50 s" } },
11    "flags": [ "TURRET" ]
12  },
13  {
14    "id": "mounted_chemical_thrower",
15    "copy-from": "turret",
16    "type": "vehicle_part",
17    "name": { "str": "mounted makeshift chemical thrower" },
18    "item": "chemical_thrower",
19    "color": "dark_gray",
20    "broken_color": "dark_gray",
21    "breaks_into": [ { "item": "scrap", "count": 10 }, { "item": "steel_chunk", "count": 6 }, { "item": "steel_lump", "count": 2 } ],
22    "//": "doesn't work correctly if using ammo from vehicle tanks at the moment, so uses the usual magazines",
23    "requirements": { "install": { "skills": [ [ "mechanics", 5 ], [ "launcher", 1 ] ] }, "removal": { "skills": [ [ "mechanics", 3 ] ] } }
24  },
25  {
26    "id": "mounted_emp_gun",
27    "copy-from": "turret",
28    "type": "vehicle_part",
29    "name": { "str": "mounted XM34 EMP projector" },
30    "item": "emp_gun",
31    "color": "magenta",
32    "broken_color": "magenta",
33    "breaks_into": [ { "item": "scrap", "count": 9 }, { "item": "steel_chunk", "count": 4 }, { "item": "steel_lump", "count": 1 } ],
34    "requirements": {
35      "install": { "skills": [ [ "mechanics", 5 ], [ "electronics", 5 ] ] },
36      "removal": { "skills": [ [ "mechanics", 3 ] ] }
37    }
38  },
39  {
40    "id": "mounted_hk_g80",
41    "copy-from": "turret",
42    "type": "vehicle_part",
43    "name": { "str": "mounted H&K G80 Railgun" },
44    "item": "hk_g80",
45    "color": "magenta",
46    "broken_color": "magenta",
47    "breaks_into": [ { "item": "scrap", "count": 6 }, { "item": "steel_chunk", "count": 5 }, { "item": "steel_lump", "count": 2 } ],
48    "requirements": {
49      "install": { "skills": [ [ "mechanics", 5 ], [ "electronics", 5 ] ] },
50      "removal": { "skills": [ [ "mechanics", 3 ] ] }
51    }
52  },
53  {
54    "id": "flamethrower",
55    "copy-from": "turret",
56    "type": "vehicle_part",
57    "name": { "str": "mounted flamethrower" },
58    "item": "flamethrower",
59    "default_ammo": "napalm",
60    "color": "dark_gray",
61    "broken_color": "dark_gray",
62    "breaks_into": [ { "item": "scrap", "count": 3 }, { "item": "steel_chunk", "count": 1 }, { "item": "steel_lump", "count": 1 } ],
63    "requirements": { "install": { "skills": [ [ "mechanics", 5 ], [ "launcher", 1 ] ] }, "removal": { "skills": [ [ "mechanics", 3 ] ] } },
64    "extend": { "flags": [ "USE_TANKS" ] }
65  },
66  {
67    "id": "mounted_plasma_gun",
68    "copy-from": "turret",
69    "type": "vehicle_part",
70    "name": { "str": "mounted PPA-5 plasma gun" },
71    "item": "plasma_gun",
72    "color": "magenta",
73    "broken_color": "magenta",
74    "breaks_into": [ { "item": "scrap", "count": 20 }, { "item": "steel_chunk", "count": 10 }, { "item": "steel_lump", "count": 6 } ],
75    "requirements": {
76      "install": { "skills": [ [ "mechanics", 6 ], [ "electronics", 6 ] ] },
77      "removal": { "skills": [ [ "mechanics", 4 ] ] }
78    }
79  },
80  {
81    "id": "laser_rifle",
82    "copy-from": "turret",
83    "type": "vehicle_part",
84    "name": { "str": "mounted A7 laser rifle" },
85    "item": "laser_rifle",
86    "color": "magenta",
87    "broken_color": "magenta",
88    "breaks_into": [ { "item": "scrap", "count": 9 }, { "item": "steel_chunk", "count": 4 }, { "item": "steel_lump", "count": 1 } ],
89    "requirements": {
90      "install": { "skills": [ [ "mechanics", 5 ], [ "electronics", 5 ] ] },
91      "removal": { "skills": [ [ "mechanics", 3 ] ] }
92    }
93  },
94  {
95    "id": "m249",
96    "copy-from": "turret",
97    "type": "vehicle_part",
98    "name": { "str": "mounted M249" },
99    "item": "m249",
100    "color": "cyan",
101    "broken_color": "cyan",
102    "breaks_into": [ { "item": "scrap", "count": 24 }, { "item": "steel_chunk", "count": 9 }, { "item": "steel_lump", "count": 3 } ],
103    "requirements": { "install": { "skills": [ [ "mechanics", 3 ], [ "rifle", 1 ] ] }, "removal": { "skills": [ [ "mechanics", 1 ] ] } }
104  },
105  {
106    "id": "m249_semi",
107    "copy-from": "turret",
108    "type": "vehicle_part",
109    "name": { "str": "mounted M249S" },
110    "item": "m249_semi",
111    "color": "cyan",
112    "broken_color": "cyan",
113    "breaks_into": [ { "item": "scrap", "count": 24 }, { "item": "steel_chunk", "count": 9 }, { "item": "steel_lump", "count": 3 } ],
114    "requirements": { "install": { "skills": [ [ "mechanics", 3 ], [ "rifle", 1 ] ] }, "removal": { "skills": [ [ "mechanics", 1 ] ] } }
115  },
116  {
117    "id": "mounted_bigun",
118    "copy-from": "turret",
119    "type": "vehicle_part",
120    "name": { "str": "mounted gatling shotgun" },
121    "item": "bigun",
122    "color": "green",
123    "broken_color": "green",
124    "breaks_into": [ { "item": "scrap", "count": 14 }, { "item": "steel_chunk", "count": 6 }, { "item": "steel_lump", "count": 2 } ],
125    "requirements": { "install": { "skills": [ [ "mechanics", 3 ], [ "shotgun", 1 ] ] }, "removal": { "skills": [ [ "mechanics", 1 ] ] } }
126  },
127  {
128    "id": "mounted_browning",
129    "copy-from": "turret",
130    "type": "vehicle_part",
131    "name": { "str": "mounted M2 Browning" },
132    "item": "m2browning",
133    "color": "green",
134    "broken_color": "green",
135    "breaks_into": [ { "item": "scrap", "count": 80 }, { "item": "steel_chunk", "count": 48 }, { "item": "steel_lump", "count": 18 } ],
136    "requirements": { "install": { "skills": [ [ "mechanics", 4 ], [ "rifle", 2 ] ] }, "removal": { "skills": [ [ "mechanics", 2 ] ] } }
137  },
138  {
139    "id": "mounted_m134",
140    "copy-from": "turret",
141    "type": "vehicle_part",
142    "name": { "str": "mounted M134D-H Minigun" },
143    "item": "m134",
144    "color": "green",
145    "broken_color": "green",
146    "breaks_into": [ { "item": "scrap", "count": 28 }, { "item": "steel_chunk", "count": 20 }, { "item": "steel_lump", "count": 12 } ],
147    "requirements": { "install": { "skills": [ [ "mechanics", 6 ], [ "rifle", 3 ] ] }, "removal": { "skills": [ [ "mechanics", 4 ] ] } }
148  },
149  {
150    "id": "mounted_m1918",
151    "copy-from": "turret",
152    "type": "vehicle_part",
153    "name": { "str": "mounted Browning Automatic Rifle" },
154    "item": "m1918",
155    "color": "cyan",
156    "broken_color": "cyan",
157    "breaks_into": [ { "item": "scrap", "count": 25 }, { "item": "steel_chunk", "count": 5 }, { "item": "steel_lump", "count": 5 } ],
158    "requirements": { "install": { "skills": [ [ "mechanics", 4 ], [ "rifle", 2 ] ] }, "removal": { "skills": [ [ "mechanics", 2 ] ] } }
159  },
160  {
161    "id": "mounted_m240",
162    "copy-from": "turret",
163    "type": "vehicle_part",
164    "name": { "str": "mounted M240" },
165    "item": "m240",
166    "color": "cyan",
167    "broken_color": "cyan",
168    "breaks_into": [ { "item": "scrap", "count": 28 }, { "item": "steel_chunk", "count": 12 }, { "item": "steel_lump", "count": 7 } ],
169    "requirements": { "install": { "skills": [ [ "mechanics", 4 ], [ "rifle", 2 ] ] }, "removal": { "skills": [ [ "mechanics", 2 ] ] } }
170  },
171  {
172    "id": "mounted_m60",
173    "copy-from": "turret",
174    "type": "vehicle_part",
175    "name": { "str": "mounted M60" },
176    "item": "m60",
177    "color": "cyan",
178    "broken_color": "cyan",
179    "breaks_into": [ { "item": "scrap", "count": 24 }, { "item": "steel_chunk", "count": 10 }, { "item": "steel_lump", "count": 6 } ],
180    "requirements": { "install": { "skills": [ [ "mechanics", 4 ], [ "rifle", 2 ] ] }, "removal": { "skills": [ [ "mechanics", 2 ] ] } }
181  },
182  {
183    "id": "mounted_m60_semi",
184    "copy-from": "turret",
185    "type": "vehicle_part",
186    "name": { "str": "mounted M60 Semi Auto" },
187    "item": "m60_semi",
188    "color": "cyan",
189    "broken_color": "cyan",
190    "breaks_into": [ { "item": "scrap", "count": 24 }, { "item": "steel_chunk", "count": 10 }, { "item": "steel_lump", "count": 6 } ],
191    "requirements": { "install": { "skills": [ [ "mechanics", 4 ], [ "rifle", 2 ] ] }, "removal": { "skills": [ [ "mechanics", 2 ] ] } }
192  },
193  {
194    "id": "mounted_mk19",
195    "copy-from": "turret",
196    "type": "vehicle_part",
197    "name": { "str": "mounted Mark 19 grenade launcher" },
198    "item": "mark19",
199    "color": "green",
200    "broken_color": "green",
201    "breaks_into": [ { "item": "scrap", "count": 80 }, { "item": "steel_chunk", "count": 41 }, { "item": "steel_lump", "count": 17 } ],
202    "requirements": { "install": { "skills": [ [ "mechanics", 5 ], [ "launcher", 1 ] ] }, "removal": { "skills": [ [ "mechanics", 3 ] ] } }
203  },
204  {
205    "id": "tow_launcher",
206    "copy-from": "turret",
207    "type": "vehicle_part",
208    "name": { "str": "mounted BGM-71F TOW" },
209    "item": "atgm_launcher",
210    "color": "green",
211    "broken_color": "green",
212    "durability": 800,
213    "breaks_into": [ { "item": "scrap", "count": 32 }, { "item": "steel_chunk", "count": 5 }, { "item": "steel_lump", "count": 5 } ],
214    "requirements": { "install": { "skills": [ [ "mechanics", 5 ], [ "launcher", 3 ] ] }, "removal": { "skills": [ [ "mechanics", 3 ] ] } }
215  },
216  {
217    "id": "mounted_rm298",
218    "copy-from": "turret",
219    "type": "vehicle_part",
220    "name": { "str": "mounted RM298 HMG" },
221    "item": "rm298",
222    "color": "white",
223    "broken_color": "white",
224    "breaks_into": [ { "item": "scrap", "count": 40 }, { "item": "steel_chunk", "count": 30 }, { "item": "steel_lump", "count": 13 } ],
225    "requirements": { "install": { "skills": [ [ "mechanics", 5 ], [ "rifle", 2 ] ] }, "removal": { "skills": [ [ "mechanics", 3 ] ] } }
226  },
227  {
228    "id": "mounted_rm614",
229    "copy-from": "turret",
230    "type": "vehicle_part",
231    "name": { "str": "mounted RM614 LMG" },
232    "item": "rm614_lmg",
233    "color": "white",
234    "broken_color": "white",
235    "breaks_into": [ { "item": "scrap", "count": 11 }, { "item": "steel_chunk", "count": 6 }, { "item": "steel_lump", "count": 2 } ],
236    "requirements": { "install": { "skills": [ [ "mechanics", 5 ], [ "rifle", 2 ] ] }, "removal": { "skills": [ [ "mechanics", 3 ] ] } }
237  },
238  {
239    "id": "plasma_gun",
240    "copy-from": "turret",
241    "type": "vehicle_part",
242    "name": { "str": "mounted Boeing XM-P plasma rifle" },
243    "item": "plasma_rifle",
244    "color": "light_blue",
245    "broken_color": "light_blue",
246    "breaks_into": [ { "item": "scrap", "count": 10 }, { "item": "steel_chunk", "count": 6 }, { "item": "steel_lump", "count": 2 } ],
247    "requirements": {
248      "install": { "skills": [ [ "mechanics", 5 ], [ "electronics", 5 ] ] },
249      "removal": { "skills": [ [ "mechanics", 3 ] ] }
250    }
251  },
252  {
253    "id": "watercannon",
254    "copy-from": "turret",
255    "type": "vehicle_part",
256    "name": { "str": "water cannon" },
257    "item": "watercannon",
258    "default_ammo": "water",
259    "color": "blue",
260    "broken_color": "blue",
261    "breaks_into": [ { "item": "scrap", "count": 40 }, { "item": "steel_chunk", "count": 30 }, { "item": "steel_lump", "count": 13 } ],
262    "requirements": { "install": { "skills": [ [ "mechanics", 4 ] ] }, "removal": { "skills": [ [ "mechanics", 2 ] ] } },
263    "extend": { "flags": [ "USE_TANKS" ] }
264  },
265  {
266    "id": "mounted_coilgun",
267    "copy-from": "turret",
268    "type": "vehicle_part",
269    "name": { "str": "mounted coilgun" },
270    "item": "coilgun",
271    "color": "magenta",
272    "broken_color": "magenta",
273    "breaks_into": [ { "item": "scrap", "count": 13 }, { "item": "steel_chunk", "count": 4 }, { "item": "steel_lump", "count": 1 } ],
274    "requirements": {
275      "install": { "skills": [ [ "mechanics", 5 ], [ "electronics", 5 ] ] },
276      "removal": { "skills": [ [ "mechanics", 3 ] ] }
277    }
278  },
279  {
280    "id": "mounted_3in_ordnance_rifle",
281    "copy-from": "turret",
282    "type": "vehicle_part",
283    "name": { "str": "3-inch ordnance rifle" },
284    "item": "cannon_3in_ordnance",
285    "color": "dark_gray",
286    "broken_color": "dark_gray",
287    "breaks_into": [ { "item": "scrap", "count": 72 }, { "item": "steel_chunk", "count": 30 }, { "item": "steel_lump", "count": 10 } ],
288    "requirements": { "install": { "skills": [ [ "mechanics", 3 ], [ "launcher", 1 ] ] }, "removal": { "skills": [ [ "mechanics", 2 ] ] } },
289    "description": "A light cannon widely used in the American Civil War, noted for its reliability."
290  },
291  {
292    "id": "plugged_3in_ordnance_rifle",
293    "copy-from": "mounted_3in_ordnance_rifle",
294    "type": "vehicle_part",
295    "name": { "str": "plugged 3-inch ordnance rifle" },
296    "flags": [  ],
297    "description": "Unfortunately, some responsible killjoy poured concrete in the barrel of this historic cannon to make it safe for display."
298  }
299]
300