Skip to content

Commit 9260bdc

Browse files
committed
make change more readable
1 parent cd1d694 commit 9260bdc

File tree

1 file changed

+155
-155
lines changed

1 file changed

+155
-155
lines changed

Kenan-Modpack/blazemod/vehicleparts/blaze_other_parts.json

Lines changed: 155 additions & 155 deletions
Original file line numberDiff line numberDiff line change
@@ -26,161 +26,6 @@
2626
],
2727
"damage_reduction": { "all": 28 }
2828
},
29-
{
30-
"type": "vehicle_part",
31-
"id": "afs_fridge",
32-
"copy-from": "minifridge",
33-
"name": { "str": "refrigerator" },
34-
"symbol": "{",
35-
"categories": [ "cargo" ],
36-
"color": "white",
37-
"broken_color": "white",
38-
"looks_like": "minifridge",
39-
"durability": 400,
40-
"description": "A medium-sized household refrigerator, converted to utilize vehicle power. When turned on, food inside will be cooled, extending the time it has before spoiling.",
41-
"epower": -100,
42-
"size": 1200,
43-
"item": "afs_fridge"
44-
},
45-
{
46-
"type": "vehicle_part",
47-
"id": "afs_freezer",
48-
"copy-from": "minifreezer",
49-
"name": { "str": "freezer" },
50-
"symbol": "{",
51-
"categories": [ "cargo" ],
52-
"color": "light_blue",
53-
"broken_color": "light_blue",
54-
"looks_like": "minifridge",
55-
"durability": 400,
56-
"description": "A household fridge, converted to run at a much lower temperature and on vehicle power. When turned on, food inside will be frozen, completely stopping it from spoiling.",
57-
"epower": -120,
58-
"size": 1200,
59-
"item": "afs_freezer"
60-
},
61-
{
62-
"type": "vehicle_part",
63-
"id": "afs_metal_rig",
64-
"name": { "str": "MetalMaster forge buddy" },
65-
"symbol": "&",
66-
"categories": [ "utility" ],
67-
"color": "red",
68-
"broken_symbol": "x",
69-
"broken_color": "red",
70-
"looks_like": "welding_rig",
71-
"damage_modifier": 10,
72-
"durability": 200,
73-
"description": "A welding and metalworking station, powered by the vehicle's battery. 'e'xamine the forge rig to utilize its welder or soldering iron; you'll still need glare protection.",
74-
"size": 200,
75-
"item": "afs_metal_rig",
76-
"location": "center",
77-
"requirements": {
78-
"install": { "skills": [ [ "mechanics", 3 ] ], "time": "60 m", "using": [ [ "vehicle_wrench_2", 1 ] ] },
79-
"removal": { "skills": [ [ "mechanics", 2 ] ], "time": "30 m", "using": [ [ "vehicle_wrench_2", 1 ] ] },
80-
"repair": { "skills": [ [ "mechanics", 4 ] ], "time": "60 m", "using": [ [ "welding_standard", 5 ] ] }
81-
},
82-
"flags": [ "CARGO", "OBSTACLE", "COVERED" ],
83-
"pseudo_tools": [ { "id": "welder", "hotkey": "w" }, { "id": "soldering_iron", "hotkey": "s" }, { "id": "forge" }, { "id": "kiln" } ],
84-
"breaks_into": [
85-
{ "item": "steel_lump", "count": [ 3, 6 ] },
86-
{ "item": "steel_chunk", "count": [ 3, 6 ] },
87-
{ "item": "scrap", "count": [ 3, 6 ] },
88-
{ "item": "welder", "charges": 0, "prob": 50 },
89-
{ "item": "forge", "charges": 0, "prob": 50 },
90-
{ "item": "kiln", "charges": 0, "prob": 50 }
91-
]
92-
},
93-
{
94-
"type": "vehicle_part",
95-
"id": "afs_cooking_rig",
96-
"name": { "str": "cooking rig" },
97-
"symbol": "&",
98-
"categories": [ "utility" ],
99-
"color": "blue",
100-
"broken_symbol": "x",
101-
"broken_color": "blue",
102-
"looks_like": "kitchen_unit",
103-
"damage_modifier": 10,
104-
"durability": 125,
105-
"description": "An all-in-one kitchen unit and chemistry lab. 'e'xamine it to use its hotplate to heat up food or drinks.",
106-
"size": 200,
107-
"item": "afs_cooking_rig",
108-
"location": "center",
109-
"requirements": {
110-
"install": { "skills": [ [ "mechanics", 3 ] ], "time": "60 m", "using": [ [ "vehicle_wrench_2", 1 ] ] },
111-
"removal": { "skills": [ [ "mechanics", 2 ] ], "time": "30 m", "using": [ [ "vehicle_wrench_2", 1 ] ] },
112-
"repair": { "skills": [ [ "mechanics", 4 ] ], "time": "60 m", "using": [ [ "welding_standard", 5 ] ] }
113-
},
114-
"flags": [ "CARGO", "OBSTACLE", "COVERED", "FLAT_SURF" ],
115-
"pseudo_tools": [
116-
{ "id": "water_faucet" },
117-
{ "id": "hotplate", "hotkey": "h" },
118-
{ "id": "pot" },
119-
{ "id": "pan" },
120-
{ "id": "chemistry_set" },
121-
{ "id": "electrolysis_kit" }
122-
],
123-
"breaks_into": [
124-
{ "item": "steel_lump", "count": [ 6, 9 ] },
125-
{ "item": "steel_chunk", "count": [ 6, 9 ] },
126-
{ "item": "scrap", "count": [ 6, 9 ] },
127-
{ "item": "pot", "prob": 50 },
128-
{ "item": "pan", "prob": 50 },
129-
{ "item": "chemistry_set", "charges": 0, "prob": 50 },
130-
{ "item": "hotplate", "charges": 0, "prob": 50 }
131-
]
132-
},
133-
{
134-
"type": "vehicle_part",
135-
"id": "afs_kitchen_rig",
136-
"name": { "str": "KitchenMaster cooking buddy" },
137-
"symbol": "&",
138-
"categories": [ "utility" ],
139-
"color": "yellow",
140-
"broken_symbol": "x",
141-
"broken_color": "yellow",
142-
"looks_like": "kitchen_unit",
143-
"damage_modifier": 10,
144-
"durability": 200,
145-
"description": "An all-in-one kitchen unit, chemistry lab, and food preparation area. 'e'xamine it to use its hotplate to heat up food or drinks.",
146-
"size": 200,
147-
"item": "afs_kitchen_rig",
148-
"location": "center",
149-
"requirements": {
150-
"install": { "skills": [ [ "mechanics", 3 ] ], "time": "60 m", "using": [ [ "vehicle_wrench_2", 1 ] ] },
151-
"removal": { "skills": [ [ "mechanics", 2 ] ], "time": "30 m", "using": [ [ "vehicle_wrench_2", 1 ] ] },
152-
"repair": { "skills": [ [ "mechanics", 4 ] ], "time": "60 m", "using": [ [ "welding_standard", 5 ] ] }
153-
},
154-
"flags": [ "CARGO", "OBSTACLE", "COVERED", "FLAT_SURF" ],
155-
"pseudo_tools": [
156-
{ "id": "water_faucet" },
157-
{ "id": "vac_sealer" },
158-
{ "id": "dehydrator" },
159-
{ "id": "food_processor" },
160-
{ "id": "press" },
161-
{ "id": "puller" },
162-
{ "id": "hotplate", "hotkey": "h" },
163-
{ "id": "pot" },
164-
{ "id": "pan" },
165-
{ "id": "chemistry_set" },
166-
{ "id": "electrolysis_kit" },
167-
{ "id": "water_purifier", "hotkey": "p" }
168-
],
169-
"breaks_into": [
170-
{ "item": "steel_lump", "count": [ 9, 18 ] },
171-
{ "item": "steel_chunk", "count": [ 9, 18 ] },
172-
{ "item": "scrap", "count": [ 9, 18 ] },
173-
{ "item": "pot", "prob": 50 },
174-
{ "item": "pan", "prob": 50 },
175-
{ "item": "chemistry_set", "charges": 0, "prob": 50 },
176-
{ "item": "hotplate", "charges": 0, "prob": 50 },
177-
{ "item": "water_purifier", "charges": 0, "prob": 50 },
178-
{ "item": "vac_sealer", "charges": 0, "prob": 50 },
179-
{ "item": "dehydrator", "charges": 0, "prob": 50 },
180-
{ "item": "food_processor", "charges": 0, "prob": 50 },
181-
{ "item": "press", "prob": 50 }
182-
]
183-
},
18429
{
18530
"id": "solar_array_part",
18631
"type": "vehicle_part",
@@ -340,5 +185,160 @@
340185
"repair": { "skills": [ [ "mechanics", 9 ] ], "time": "25 m", "using": [ [ "welding_standard", 5 ] ] }
341186
},
342187
"flags": [ "CARGO", "COVERED" ]
188+
},
189+
{
190+
"type": "vehicle_part",
191+
"id": "afs_fridge",
192+
"copy-from": "minifridge",
193+
"name": { "str": "refrigerator" },
194+
"symbol": "{",
195+
"categories": [ "cargo" ],
196+
"color": "white",
197+
"broken_color": "white",
198+
"looks_like": "minifridge",
199+
"durability": 400,
200+
"description": "A medium-sized household refrigerator, converted to utilize vehicle power. When turned on, food inside will be cooled, extending the time it has before spoiling.",
201+
"epower": -100,
202+
"size": 1200,
203+
"item": "afs_fridge"
204+
},
205+
{
206+
"type": "vehicle_part",
207+
"id": "afs_freezer",
208+
"copy-from": "minifreezer",
209+
"name": { "str": "freezer" },
210+
"symbol": "{",
211+
"categories": [ "cargo" ],
212+
"color": "light_blue",
213+
"broken_color": "light_blue",
214+
"looks_like": "minifridge",
215+
"durability": 400,
216+
"description": "A household fridge, converted to run at a much lower temperature and on vehicle power. When turned on, food inside will be frozen, completely stopping it from spoiling.",
217+
"epower": -120,
218+
"size": 1200,
219+
"item": "afs_freezer"
220+
},
221+
{
222+
"type": "vehicle_part",
223+
"id": "afs_metal_rig",
224+
"name": { "str": "MetalMaster forge buddy" },
225+
"symbol": "&",
226+
"categories": [ "utility" ],
227+
"color": "red",
228+
"broken_symbol": "x",
229+
"broken_color": "red",
230+
"looks_like": "welding_rig",
231+
"damage_modifier": 10,
232+
"durability": 200,
233+
"description": "A welding and metalworking station, powered by the vehicle's battery. 'e'xamine the forge rig to utilize its welder or soldering iron; you'll still need glare protection.",
234+
"size": 200,
235+
"item": "afs_metal_rig",
236+
"location": "center",
237+
"requirements": {
238+
"install": { "skills": [ [ "mechanics", 3 ] ], "time": "60 m", "using": [ [ "vehicle_wrench_2", 1 ] ] },
239+
"removal": { "skills": [ [ "mechanics", 2 ] ], "time": "30 m", "using": [ [ "vehicle_wrench_2", 1 ] ] },
240+
"repair": { "skills": [ [ "mechanics", 4 ] ], "time": "60 m", "using": [ [ "welding_standard", 5 ] ] }
241+
},
242+
"flags": [ "CARGO", "OBSTACLE", "COVERED" ],
243+
"pseudo_tools": [ { "id": "welder", "hotkey": "w" }, { "id": "soldering_iron", "hotkey": "s" }, { "id": "forge" }, { "id": "kiln" } ],
244+
"breaks_into": [
245+
{ "item": "steel_lump", "count": [ 3, 6 ] },
246+
{ "item": "steel_chunk", "count": [ 3, 6 ] },
247+
{ "item": "scrap", "count": [ 3, 6 ] },
248+
{ "item": "welder", "charges": 0, "prob": 50 },
249+
{ "item": "forge", "charges": 0, "prob": 50 },
250+
{ "item": "kiln", "charges": 0, "prob": 50 }
251+
]
252+
},
253+
{
254+
"type": "vehicle_part",
255+
"id": "afs_cooking_rig",
256+
"name": { "str": "cooking rig" },
257+
"symbol": "&",
258+
"categories": [ "utility" ],
259+
"color": "blue",
260+
"broken_symbol": "x",
261+
"broken_color": "blue",
262+
"looks_like": "kitchen_unit",
263+
"damage_modifier": 10,
264+
"durability": 125,
265+
"description": "An all-in-one kitchen unit and chemistry lab. 'e'xamine it to use its hotplate to heat up food or drinks.",
266+
"size": 200,
267+
"item": "afs_cooking_rig",
268+
"location": "center",
269+
"requirements": {
270+
"install": { "skills": [ [ "mechanics", 3 ] ], "time": "60 m", "using": [ [ "vehicle_wrench_2", 1 ] ] },
271+
"removal": { "skills": [ [ "mechanics", 2 ] ], "time": "30 m", "using": [ [ "vehicle_wrench_2", 1 ] ] },
272+
"repair": { "skills": [ [ "mechanics", 4 ] ], "time": "60 m", "using": [ [ "welding_standard", 5 ] ] }
273+
},
274+
"flags": [ "CARGO", "OBSTACLE", "COVERED", "FLAT_SURF" ],
275+
"pseudo_tools": [
276+
{ "id": "water_faucet" },
277+
{ "id": "hotplate", "hotkey": "h" },
278+
{ "id": "pot" },
279+
{ "id": "pan" },
280+
{ "id": "chemistry_set" },
281+
{ "id": "electrolysis_kit" }
282+
],
283+
"breaks_into": [
284+
{ "item": "steel_lump", "count": [ 6, 9 ] },
285+
{ "item": "steel_chunk", "count": [ 6, 9 ] },
286+
{ "item": "scrap", "count": [ 6, 9 ] },
287+
{ "item": "pot", "prob": 50 },
288+
{ "item": "pan", "prob": 50 },
289+
{ "item": "chemistry_set", "charges": 0, "prob": 50 },
290+
{ "item": "hotplate", "charges": 0, "prob": 50 }
291+
]
292+
},
293+
{
294+
"type": "vehicle_part",
295+
"id": "afs_kitchen_rig",
296+
"name": { "str": "KitchenMaster cooking buddy" },
297+
"symbol": "&",
298+
"categories": [ "utility" ],
299+
"color": "yellow",
300+
"broken_symbol": "x",
301+
"broken_color": "yellow",
302+
"looks_like": "kitchen_unit",
303+
"damage_modifier": 10,
304+
"durability": 200,
305+
"description": "An all-in-one kitchen unit, chemistry lab, and food preparation area. 'e'xamine it to use its hotplate to heat up food or drinks.",
306+
"size": 200,
307+
"item": "afs_kitchen_rig",
308+
"location": "center",
309+
"requirements": {
310+
"install": { "skills": [ [ "mechanics", 3 ] ], "time": "60 m", "using": [ [ "vehicle_wrench_2", 1 ] ] },
311+
"removal": { "skills": [ [ "mechanics", 2 ] ], "time": "30 m", "using": [ [ "vehicle_wrench_2", 1 ] ] },
312+
"repair": { "skills": [ [ "mechanics", 4 ] ], "time": "60 m", "using": [ [ "welding_standard", 5 ] ] }
313+
},
314+
"flags": [ "CARGO", "OBSTACLE", "COVERED", "FLAT_SURF" ],
315+
"pseudo_tools": [
316+
{ "id": "water_faucet" },
317+
{ "id": "vac_sealer" },
318+
{ "id": "dehydrator" },
319+
{ "id": "food_processor" },
320+
{ "id": "press" },
321+
{ "id": "puller" },
322+
{ "id": "hotplate", "hotkey": "h" },
323+
{ "id": "pot" },
324+
{ "id": "pan" },
325+
{ "id": "chemistry_set" },
326+
{ "id": "electrolysis_kit" },
327+
{ "id": "water_purifier", "hotkey": "p" }
328+
],
329+
"breaks_into": [
330+
{ "item": "steel_lump", "count": [ 9, 18 ] },
331+
{ "item": "steel_chunk", "count": [ 9, 18 ] },
332+
{ "item": "scrap", "count": [ 9, 18 ] },
333+
{ "item": "pot", "prob": 50 },
334+
{ "item": "pan", "prob": 50 },
335+
{ "item": "chemistry_set", "charges": 0, "prob": 50 },
336+
{ "item": "hotplate", "charges": 0, "prob": 50 },
337+
{ "item": "water_purifier", "charges": 0, "prob": 50 },
338+
{ "item": "vac_sealer", "charges": 0, "prob": 50 },
339+
{ "item": "dehydrator", "charges": 0, "prob": 50 },
340+
{ "item": "food_processor", "charges": 0, "prob": 50 },
341+
{ "item": "press", "prob": 50 }
342+
]
343343
}
344344
]

0 commit comments

Comments
 (0)