Skip to content

Commit

Permalink
feat(balance): House solar odds lowered from 33% per home to 15% (#5896)
Browse files Browse the repository at this point in the history
Update roof_nested.json
  • Loading branch information
RoyalFox2140 authored Jan 7, 2025
1 parent 7c26470 commit 5247f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/mapgen/nested/roof_nested.json
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@
"terrain": { "_": "t_null" },
"place_nested": [
{
"chunks": [ [ "null", 30 ], [ "solar_panels_4X4", 5 ], [ "solar_panels_2X4", 5 ], [ "solar_panels_3X3", 5 ] ],
"chunks": [ [ "null", 85 ], [ "solar_panels_4X4", 2 ], [ "solar_panels_2X4", 8 ], [ "solar_panels_3X3", 5 ] ],
"x": 0,
"y": 0
}
Expand Down

0 comments on commit 5247f85

Please sign in to comment.