1[
2  {
3    "type": "GENERIC",
4    "id": "foldframe",
5    "name": { "str": "foldable-light frame" },
6    "description": "A small foldable lightweight frame made from pipework.",
7    "weight": "5000 g",
8    "to_hit": -3,
9    "color": "light_gray",
10    "symbol": "]",
11    "material": [ "steel" ],
12    "techniques": [ "DEF_DISARM" ],
13    "volume": "10 L",
14    "bashing": 15,
15    "category": "veh_parts",
16    "price": 4000,
17    "price_postapoc": 100
18  },
19  {
20    "type": "GENERIC",
21    "id": "xlframe",
22    "name": { "str": "extra-light frame" },
23    "description": "A small lightweight frame made from pipework.  Useful for crafting.",
24    "material": [ "aluminum" ],
25    "weight": "1677 g",
26    "copy-from": "foldframe"
27  },
28  {
29    "type": "GENERIC",
30    "id": "frame",
31    "name": { "str": "steel frame" },
32    "description": "A large frame made of steel.  Useful for crafting.",
33    "weight": "20000 g",
34    "to_hit": -5,
35    "color": "cyan",
36    "volume": "15 L",
37    "bashing": 20,
38    "price": 5500,
39    "price_postapoc": 100,
40    "copy-from": "foldframe"
41  },
42  {
43    "type": "GENERIC",
44    "id": "hdframe",
45    "name": { "str": "heavy duty frame" },
46    "description": "A large, reinforced steel frame, used in military vehicle construction.",
47    "weight": "100000 g",
48    "to_hit": -6,
49    "color": "green",
50    "material": [ "hardsteel", "steel" ],
51    "volume": "20 L",
52    "bashing": 25,
53    "price": 12000,
54    "price_postapoc": 250,
55    "qualities": [ [ "ANVIL", 1 ] ],
56    "copy-from": "foldframe"
57  },
58  {
59    "type": "GENERIC",
60    "id": "frame_wood",
61    "name": { "str": "wooden frame" },
62    "description": "A large frame made of wood.  Useful for crafting.",
63    "weight": "8000 g",
64    "to_hit": -5,
65    "color": "brown",
66    "material": [ "wood" ],
67    "volume": "15 L",
68    "bashing": 16,
69    "cutting": 4,
70    "price": 3500,
71    "price_postapoc": 100,
72    "copy-from": "foldframe"
73  },
74  {
75    "type": "GENERIC",
76    "id": "foldwoodframe",
77    "name": { "str": "foldable wooden frame" },
78    "description": "A small foldable frame made from scrap wood.",
79    "weight": "4000 g",
80    "color": "brown",
81    "material": [ "wood" ],
82    "volume": "12500 ml",
83    "copy-from": "foldframe"
84  },
85  {
86    "type": "GENERIC",
87    "id": "frame_wood_light",
88    "name": { "str": "light wooden frame" },
89    "description": "A small frame made of few pieces of wood, held together by rope.  Useful for crafting.",
90    "weight": "4000 g",
91    "to_hit": -5,
92    "color": "brown",
93    "material": [ "wood" ],
94    "volume": "8750 ml",
95    "bashing": 8,
96    "cutting": 1,
97    "price": 1000,
98    "price_postapoc": 50,
99    "copy-from": "foldframe"
100  }
101]
102