Skip to content

Commit

Permalink
natural rock-Z floor/roof, adjusted destruction to match (#74485)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikLundell authored Jun 12, 2024
1 parent 87a81b2 commit 3c63989
Showing 1 changed file with 27 additions and 28 deletions.
55 changes: 27 additions & 28 deletions data/json/mapgen/riverside/whaleys_house_river.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,13 @@
"palettes": [ "derelict_palette" ],
"flags": [ "ERASE_ALL_BEFORE_PLACING_TERRAIN" ],
"terrain": {
".": "t_rock_floor",
"B": "t_rock_floor",
"X": "t_rock_floor",
"S": "t_rock_floor",
"b": "t_rock_floor",
"c": "t_rock_floor",
"r": "t_rock_floor",
".": "t_floor",
"B": "t_floor",
"X": "t_floor",
"S": "t_floor",
"b": "t_floor",
"c": "t_floor",
"r": "t_floor",
"0": "t_window_stained_blue",
"w": "t_rock_wall_half",
"#": "t_rock_wall"
Expand All @@ -143,31 +143,30 @@
"rows": [
" ",
" ",
" ....... ",
" ....... ",
" ....... ",
" ........... ",
" ------- ",
" -.....- ",
" -.....- ",
" --.....---- ",
" ........... ",
" ............ ",
" ...........- ",
" ........... ",
" ........... ",
" ............ ",
" ........... ",
" ........... ",
" ............ ",
" ........... ",
" ............ ",
" ............. ",
" ............. ",
" .... ....... ",
" -........... ",
" -.......... ",
" -.......... ",
" -........... ",
" -.......... ",
" -........... ",
" -...........- ",
" -...........- ",
" ---- ------- ",
" ",
" ",
" ",
" ",
" "
],
"palettes": [ "roof_palette" ],
"terrain": { ".": "t_rock_floor_no_roof", " ": "t_open_air" }
"palettes": [ "roof_palette" ]
}
},
{
Expand Down Expand Up @@ -311,15 +310,15 @@
" ",
" ",
" ------- ",
" -....... ",
" -.:..... ",
" -....... ",
" -.... ",
" -.:.... ",
" -..... ",
" -.......- ",
" -.......5 ",
" -.......- ",
" -.......- ",
" -....... ",
" -... . ",
" -.. ",
" -. ",
" -- ",
" ",
" ",
Expand Down

0 comments on commit 3c63989

Please sign in to comment.