1[
2  {
3    "id": "folding_frame",
4    "type": "vehicle_part",
5    "name": { "str": "foldable light frame" },
6    "item": "foldframe",
7    "location": "structure",
8    "symbol": "h",
9    "durability": 50,
10    "description": "A light metal framework, designed to fold.  Other vehicle components can be mounted on it.  If all the frames and components of a vehicle are foldable, the vehicle can be folding into a small package and picked up as a normal item.",
11    "folded_volume": "2500 ml",
12    "breaks_into": [ { "item": "steel_chunk", "count": [ 0, 2 ] }, { "item": "scrap", "count": [ 1, 2 ] } ],
13    "requirements": {
14      "install": { "skills": [ [ "mechanics", 2 ] ], "time": "60 m", "using": [ [ "welding_standard", 5 ] ] },
15      "removal": { "skills": [ [ "mechanics", 2 ] ], "time": "30 m", "using": [ [ "vehicle_weld_removal", 1 ] ] },
16      "repair": { "skills": [ [ "mechanics", 3 ] ], "time": "60 m", "using": [ [ "welding_standard", 5 ] ] }
17    },
18    "flags": [ "INITIAL_PART", "MOUNTABLE", "FOLDABLE" ],
19    "categories": [ "hull" ],
20    "damage_reduction": { "all": 10 }
21  },
22  {
23    "id": "folding_wooden_frame",
24    "type": "vehicle_part",
25    "name": { "str": "foldable wooden frame" },
26    "item": "foldwoodframe",
27    "location": "structure",
28    "symbol": "h",
29    "categories": [ "hull" ],
30    "color": "brown",
31    "broken_color": "brown",
32    "durability": 15,
33    "description": "A light wooden framework, designed to fold.  Other vehicle components can be mounted on it.  If all the frames and components of a vehicle are foldable, the vehicle can be folding into a small package and picked up as a normal item.",
34    "folded_volume": "3750 ml",
35    "breaks_into": [ { "item": "splinter", "count": [ 0, 6 ] }, { "item": "nail", "charges": [ 1, 15 ] } ],
36    "requirements": {
37      "install": { "skills": [ [ "mechanics", 2 ] ], "time": "30 m", "using": [ [ "vehicle_nail_install", 1 ] ] },
38      "removal": { "skills": [ [ "mechanics", 2 ] ], "time": "15 m", "using": [ [ "vehicle_nail_removal", 1 ] ] },
39      "repair": { "skills": [ [ "mechanics", 3 ] ], "time": "30 m", "using": [ [ "adhesive", 2 ] ] }
40    },
41    "flags": [ "INITIAL_PART", "MOUNTABLE", "FOLDABLE" ],
42    "damage_reduction": { "all": 3 }
43  },
44  {
45    "id": "frame",
46    "type": "vehicle_part",
47    "name": { "str": "frame" },
48    "item": "frame",
49    "location": "structure",
50    "standard_symbols": true,
51    "durability": 400,
52    "description": "A metal framework.  Other vehicle components can be mounted on it, and it can be attached to other frames to increase the vehicle's size.",
53    "breaks_into": "ig_vp_frame",
54    "requirements": {
55      "install": { "skills": [ [ "mechanics", 1 ] ], "time": "20 m", "using": [ [ "welding_standard", 10 ] ] },
56      "removal": { "skills": [ [ "mechanics", 1 ] ], "time": "10 m", "using": "vehicle_weld_removal" },
57      "repair": { "skills": [ [ "mechanics", 1 ] ], "time": "5 m", "using": [ [ "welding_standard", 5 ] ] }
58    },
59    "flags": [ "MOUNTABLE", "INITIAL_PART" ],
60    "categories": [ "hull" ],
61    "damage_reduction": { "all": 20 }
62  },
63  {
64    "id": "frame_wood",
65    "type": "vehicle_part",
66    "name": { "str": "wooden frame" },
67    "item": "frame_wood",
68    "location": "structure",
69    "standard_symbols": true,
70    "categories": [ "hull" ],
71    "color": "brown",
72    "broken_color": "brown",
73    "durability": 150,
74    "description": "A wooden framework.  Other vehicle components can be mounted on it, and it can be attached to other frames to increase the vehicle's size.  Wood and nail construction means it can be constructed and added to the vehicle without welding tools.",
75    "breaks_into": [ { "item": "splinter", "count": [ 7, 9 ] }, { "item": "nail", "charges": [ 5, 10 ] } ],
76    "requirements": {
77      "install": { "skills": [ [ "mechanics", 1 ] ], "time": "30 m", "using": [ [ "vehicle_nail_install", 1 ] ] },
78      "removal": { "skills": [ [ "mechanics", 2 ] ], "time": "15 m", "using": [ [ "vehicle_nail_removal", 1 ] ] },
79      "repair": { "skills": [ [ "mechanics", 2 ] ], "time": "30 m", "using": [ [ "adhesive", 2 ] ] }
80    },
81    "flags": [ "MOUNTABLE", "INITIAL_PART" ],
82    "damage_reduction": { "all": 5 }
83  },
84  {
85    "id": "frame_wood_light",
86    "type": "vehicle_part",
87    "name": { "str": "light wooden frame" },
88    "item": "frame_wood_light",
89    "location": "structure",
90    "standard_symbols": true,
91    "categories": [ "hull" ],
92    "color": "brown",
93    "broken_color": "brown",
94    "durability": 100,
95    "description": "A light wooden framework.  Other vehicle components can be mounted on it, and it can be attached to other frames to increase the vehicle's size.  Wood and rope constructions means it can be constructed and added to the vehicle without welding tools or nails.",
96    "breaks_into": [ { "item": "splinter", "count": [ 3, 5 ] }, { "item": "string_36", "count": [ 10, 15 ] } ],
97    "requirements": {
98      "install": { "skills": [ [ "mechanics", 0 ] ], "time": "10 m", "using": [ [ "rope_natural_short", 1 ] ] },
99      "repair": { "skills": [ [ "mechanics", 0 ] ], "time": "5 m", "using": [ [ "adhesive", 1 ] ] }
100    },
101    "flags": [ "MOUNTABLE", "INITIAL_PART" ],
102    "damage_reduction": { "all": 4 }
103  },
104  {
105    "id": "hdframe",
106    "type": "vehicle_part",
107    "name": { "str": "heavy duty frame" },
108    "item": "hdframe",
109    "location": "structure",
110    "standard_symbols": true,
111    "categories": [ "hull" ],
112    "color": "dark_gray",
113    "durability": 760,
114    "description": "A heavy metal framework.  Other vehicle components can be mounted on it, and it can be attached to other frames to increase the vehicle's size.  Increased mass makes it more resistant to damage in collisions.",
115    "breaks_into": "ig_vp_hdframe",
116    "requirements": {
117      "install": { "skills": [ [ "mechanics", 3 ] ], "time": "40 m", "using": [ [ "welding_standard", 20 ] ] },
118      "removal": { "skills": [ [ "mechanics", 1 ] ], "time": "20 m", "using": "vehicle_weld_removal" },
119      "repair": { "skills": [ [ "mechanics", 3 ] ], "time": "10 m", "using": [ [ "welding_standard", 10 ] ] }
120    },
121    "flags": [ "MOUNTABLE", "INITIAL_PART" ],
122    "damage_reduction": { "all": 30 }
123  },
124  {
125    "id": "xlframe",
126    "type": "vehicle_part",
127    "name": { "str": "extra light frame" },
128    "item": "xlframe",
129    "location": "structure",
130    "standard_symbols": true,
131    "categories": [ "hull" ],
132    "color": "light_gray",
133    "durability": 150,
134    "description": "A light metal framework.  Other vehicle components can be mounted on it, and it can be attached to other frames to increase the vehicle's size.",
135    "breaks_into": "ig_vp_xlframe",
136    "requirements": {
137      "install": { "skills": [ [ "mechanics", 1 ] ], "time": "60 m", "using": [ [ "welding_standard", 20 ] ] },
138      "removal": { "skills": [ [ "mechanics", 2 ] ], "time": "30 m", "using": "vehicle_weld_removal" },
139      "repair": { "skills": [ [ "mechanics", 2 ] ], "time": "60 m", "using": [ [ "welding_standard", 10 ] ] }
140    },
141    "flags": [ "MOUNTABLE", "INITIAL_PART" ],
142    "damage_reduction": { "all": 7 }
143  }
144]
145