Skip to content

Commit

Permalink
fix irradiator and ice cream palette
Browse files Browse the repository at this point in the history
  • Loading branch information
GuardianDll authored Jul 25, 2024
1 parent ec41b2b commit 3165299
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions data/json/mapgen/irradiator_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -420,8 +420,8 @@
" -..................................................RR..........- ",
" -..................................................RR..........- ",
" -..............................................................- ",
" -...::.......MMMMM.MMMMM.MMMMM.MMMMM...........X........X......- ",
" -...::.......MMMMM.MMMMM.MMMMM.MMMMM...........................- ",
" -...::.........................................X........X......- ",
" -...::.........................................................- ",
" 5..............................................................5 ",
" ---------------------------------------------------------------- ",
" ",
Expand Down
9 changes: 7 additions & 2 deletions data/json/mapgen/s_icecream.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@
" ",
" ",
" ------- ",
" -.....- M ",
" -.....- M ",
" -.....- 1 ",
" -.....- ",
" -.....-------------- ",
" -..................- ",
" -..................- ",
Expand All @@ -139,6 +139,11 @@
],
"palettes": [ "roof_palette" ],
"place_items": [ { "item": "roof_trash", "x": [ 4, 19 ], "y": [ 15, 18 ], "chance": 50, "repeat": [ 1, 3 ] } ],
"nested": {
"1": {
"chunks": [ [ "residential_1x2_solar", 6 ], [ "residential_2x2_solar", 2 ], [ "residential_1x3_solar", 3 ], [ "null", 88 ] ]
}
},
"place_nested": [
{
"chunks": [ [ "null", 15 ], [ "roof_4x4_utility", 30 ], [ "roof_4x4_utility_1", 30 ], [ "roof_4x4_holdout", 3 ] ],
Expand Down

0 comments on commit 3165299

Please sign in to comment.