Skip to content

Commit

Permalink
[Magiclysm] Small used_bookstore roof fix (#60786)
Browse files Browse the repository at this point in the history
* used_bookstore fixes

* linting
  • Loading branch information
GuardianDll committed Sep 7, 2022
1 parent 279555e commit 8c78e92
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions data/mods/Magiclysm/worldgen/used_bookstore.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"object": {
"rows": [
",.................******",
",#WWW#+###WWW##W##******",
"G#WWW#+###WWW##W##******",
",W cC N cc NN N#******",
",W cC N TT NN N#******",
",W CCC N cc NN N#******",
",# N#******",
",#N NNN NNN N#******",
",#NNN NNNN N N#******",
",#NNN NN$$$$D$#W##******",
",W $Mz $#d********",
",W $Mz $#d*G******",
",W NNN$MOz $#d********",
",#N ###$MMMM$#d********",
",#N +s&$$$$$$#*********",
Expand All @@ -35,9 +35,11 @@
"terrain": {
".": "t_sidewalk",
"W": "t_window_domestic",
"G": "t_gutter_downspout",
"+": "t_door_white_c",
"$": "t_rock_wall",
"#": "t_wall_w",
"d": "t_pavement",
"D": "t_door_metal_c",
"*": "t_pavement",
",": [ "t_dirt", [ "t_grass", 4 ] ]
Expand Down Expand Up @@ -65,6 +67,19 @@
"fill_ter": "t_flat_roof",
"rows": [
" ",
" 52222222222222223 ",
" |...............3 ",
" |...............3 ",
" |...............3 ",
" |......A........3 ",
" |...............3 ",
" |...............3 ",
" |............2225 ",
" |............3 ",
" |............3 ",
" |....&.......3 ",
" |............3 ",
" |2222222222223 ",
" ",
" ",
" ",
Expand All @@ -74,19 +89,6 @@
" ",
" ",
" ",
" |2222222 ",
" |......5#2223 ",
" |....&......3 ",
" |...........3 ",
" |...........3 ",
" |...........52223 ",
" |...............3 ",
" |...............3 ",
" |......A........3 ",
" |...............3 ",
" |...............3 ",
" |...............3 ",
" 52222222222222225 ",
" "
],
"palettes": [ "roof_palette" ]
Expand Down

0 comments on commit 8c78e92

Please sign in to comment.