|
4 | 4 | "type": "GENERIC",
|
5 | 5 | "category": "veh_parts",
|
6 | 6 | "name": { "str": "solar array" },
|
7 |
| - "description": "A dozen solar panels set on a chassis reaching several meters high. It keeps the fragile panels safely away from any potential threats and improves efficiency due to being able track the sun. However, this comes at the cost of being prohibitively heavy.", |
8 |
| - "weight": "265400 g", |
9 |
| - "volume": "62500 ml", |
| 7 | + "description": "A vertical array of three solar panels set on a chassis rising above one another on a metal pole with rudimentary tracking and motors. Due to the flimsy nature of the hydraulics and high surface area profile to maximize sunlight, they can't really be installed onto an existing vehicle. Requires a jumper cable or similar to pull power from.", |
| 8 | + "weight": "50000 g", |
| 9 | + "volume": "10000 ml", |
10 | 10 | "price": "1200 USD",
|
| 11 | + "price_postapoc": "10 USD", |
11 | 12 | "to_hit": -4,
|
12 | 13 | "bashing": 1,
|
13 | 14 | "material": [ "glass" ],
|
14 | 15 | "symbol": "]",
|
15 | 16 | "color": "yellow"
|
16 | 17 | },
|
17 | 18 | {
|
18 |
| - "id": "solar_array2", |
| 19 | + "id": "reinforced_solar_array", |
19 | 20 | "type": "GENERIC",
|
20 |
| - "category": "veh_parts", |
| 21 | + "copy-from": "solar_array", |
| 22 | + "name": { "str": "reinforced solar array" }, |
| 23 | + "description": "A vertical array of three reinforced solar panels set on a chassis rising above one another on a metal pole with rudimentary tracking and motors. Due to the flimsy nature of the hydraulics and high surface area profile to maximize sunlight, they can't really be installed onto an existing vehicle. Requires a jumper cable or similar to pull power from.", |
| 24 | + "weight": "80459 g", |
| 25 | + "volume": "20500 ml", |
| 26 | + "material": [ "glass", "steel" ], |
| 27 | + "color": "light_blue" |
| 28 | + }, |
| 29 | + { |
| 30 | + "id": "solar_array_v2", |
| 31 | + "type": "GENERIC", |
| 32 | + "copy-from": "solar_array", |
21 | 33 | "name": { "str": "upgraded solar array" },
|
22 |
| - "description": "A dozen upgraded solar panels set on a chassis reaching several meters high. It keeps the fragile panels safely away from any potential threats and improves efficiency due to being able to track the sun. However, this comes at the cost of being prohibitively heavy and obstructive.", |
23 |
| - "weight": "319328 g", |
24 |
| - "volume": "62500 ml", |
25 |
| - "price": "1500 USD", |
26 |
| - "to_hit": -4, |
27 |
| - "bashing": 1, |
28 |
| - "material": [ "glass" ], |
29 |
| - "symbol": "]", |
30 |
| - "color": "yellow" |
| 34 | + "description": "A vertical array of three upgraded solar panels set on a chassis rising above one another on a metal pole with rudimentary tracking and motors. Due to the flimsy nature of the hydraulics and high surface area profile to maximize sunlight, they can't really be installed onto an existing vehicle. Requires a jumper cable or similar to pull power from.", |
| 35 | + "weight": "63482 g", |
| 36 | + "volume": "14500 ml" |
31 | 37 | },
|
32 | 38 | {
|
33 |
| - "id": "solar_array2r", |
| 39 | + "id": "reinforced_solar_array_v2", |
34 | 40 | "type": "GENERIC",
|
35 |
| - "category": "veh_parts", |
| 41 | + "copy-from": "reinforced_solar_array", |
36 | 42 | "name": { "str": "upgraded reinforced solar array" },
|
37 |
| - "description": "A dozen upgraded reinforced solar panels set on a chassis reaching several meters high. It keeps the fragile panels safely away from any potential threats and improves efficiency due to being able to track the sun. However, this comes at the cost of being prohibitively heavy and obstructive.", |
38 |
| - "weight": "382736 g", |
39 |
| - "volume": "80500 ml", |
40 |
| - "price": "1500 USD", |
41 |
| - "to_hit": -4, |
42 |
| - "bashing": 1, |
43 |
| - "material": [ "glass", "steel" ], |
44 |
| - "symbol": "]", |
45 |
| - "color": "light_blue" |
| 43 | + "description": "A vertical array of three upgraded reinforced solar panels set on a chassis rising above one another on a metal pole with rudimentary tracking and motors. Due to the flimsy nature of the hydraulics and high surface area profile to maximize sunlight, they can't really be installed onto an existing vehicle. Requires a jumper cable or similar to pull power from.", |
| 44 | + "weight": "95186 g", |
| 45 | + "volume": "23500 ml" |
46 | 46 | }
|
47 | 47 | ]
|
0 commit comments