Skip to content

Commit

Permalink
fix: music store roof (#4914)
Browse files Browse the repository at this point in the history
Update musicstore.json
  • Loading branch information
0Monet authored Jun 30, 2024
1 parent 37593b6 commit d75e251
Showing 1 changed file with 21 additions and 31 deletions.
52 changes: 21 additions & 31 deletions data/json/mapgen/musicstore.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"_8c..rrrrrr..|gg|gg|gg8_",
"_|...........|Kh|Kh|Kh|_",
"_|D---D|D-55----------|_",
"_|.S|S.|sssssss12_z_____",
"_|T#|#T|<_______________",
"_|.S|S.|sssssss12_z___<_",
"_|T#|#T|________________",
"_-H---H-________________",
"________________________"
],
Expand Down Expand Up @@ -131,7 +131,6 @@
"type": "mapgen",
"method": "json",
"om_terrain": [ "s_music_roof" ],
"weight": 180,
"object": {
"fill_ter": "t_flat_roof",
"rows": [
Expand All @@ -142,40 +141,31 @@
" ",
" ",
" ",
" wnnnnnnnnnnnnnnnnnnnne ",
" w....................e ",
" w....................e ",
" w....................e ",
" w....................e ",
" w....................e ",
" w....................e ",
" w....................e ",
" w....................e ",
" w....................e ",
" w....................e ",
" w.&..................e ",
" w.....esssssssssssssse ",
" w.....e ",
" w.....d ",
" wssssse ",
" ---------------------- ",
" -....................- ",
" -....................- ",
" -....................- ",
" -....................- ",
" -....................- ",
" -....................- ",
" -....................- ",
" -....................- ",
" -....................- ",
" -....................- ",
" -.&..................- ",
" -.....---------------5 ",
" -.....- ",
" -.....- ",
" ------- ",
" "
],
"terrain": {
" ": "t_open_air",
".": "t_flat_roof",
"n": "t_gutter_north",
"e": "t_gutter_east",
"s": "t_gutter_south",
"w": "t_gutter_west",
"d": "t_gutter_drop"
},
"furniture": { "&": "f_roof_turbine_vent" },
"palettes": [ "roof_palette" ],
"place_items": [ { "item": "roof_trash", "x": [ 2, 21 ], "y": [ 9, 18 ], "chance": 50, "repeat": [ 1, 3 ] } ],
"place_nested": [
{
"chunks": [ [ "null", 5 ], [ "roof_2x2_utilities_d", 30 ], [ "roof_2x2_utilities", 50 ], [ "roof_6x6_survivor", 5 ] ],
"x": [ 3, 20 ],
"y": [ 10, 17 ]
"x": [ 3, 15 ],
"y": [ 9, 12 ]
}
]
}
Expand Down

0 comments on commit d75e251

Please sign in to comment.