Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust collapsible solar arrays #66478

Merged
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -1791,7 +1791,7 @@
"name": { "str": "collapsible solar array" },
"color": "light_blue",
"broken_color": "light_gray",
"proportional": { "epower": 0.4, "durability": 0.5 },
"proportional": { "durability": 0.5 },
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"proportional": { "durability": 0.5 },
"proportional": { "epower": 0.68, "durability": 0.5 },

Quick google shows collapsible panels average efficiency of 7%-15%. Non foldable 15-22%. I went ahead and improved the efficiency difference to 15/22. 68%.

"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