Skip to content

Commit

Permalink
Adjust collapsible solar arrays (#66478)
Browse files Browse the repository at this point in the history
* Increased collapsible arrays' mass a little

Mass adjusted to accommodate additional hinges and wires

* Fixed collapsible solar arrays' output

The 60% power output loss was not justified because the cells are not blocked from the light by any additional cover, which means the only losses would be:
1) on wiring (which is bonkers as 2 additional wires won't make a difference), or…
2) from cutting 60% of the initial solar array area (which is not true because the disassembly gives us full solar array back, not the remaining 40% of it).

* Update data/json/vehicleparts/vehicle_parts.json

---------

Co-authored-by: Maleclypse <[email protected]>
  • Loading branch information
Alm999 and Maleclypse authored Jul 7, 2023
1 parent e4d4b6a commit 820656c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions data/json/items/vehicle/solar.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"id": "folding_solar_panel",
"name": { "str": "collapsible solar array" },
"description": "An electronic device that can convert solar radiation into electric power, mounted on a folding frame. This one is a common, inexpensive type made with polycrystalline silicon cells.",
"weight": "14500 g",
"price": 120000,
"price_postapoc": 1500
},
Expand Down
2 changes: 1 addition & 1 deletion data/json/vehicleparts/vehicle_parts.json
Original file line number Diff line number Diff line change
Expand Up @@ -1754,7 +1754,7 @@
"name": { "str": "collapsible solar array" },
"color": "light_blue",
"broken_color": "light_gray",
"proportional": { "epower": 0.4, "durability": 0.5 },
"proportional": { "epower": 0.68, "durability": 0.5 },
"folded_volume": "2 L",
"description": "A small array of solar panels designed to be able to fold into one another.",
"item": "folding_solar_panel"
Expand Down

0 comments on commit 820656c

Please sign in to comment.