Skip to content

Commit

Permalink
fix: use regional terrain for the antique shop (#5133)
Browse files Browse the repository at this point in the history
Update antique_store.json
  • Loading branch information
0Monet authored Aug 2, 2024
1 parent 999f0ae commit 040af36
Showing 1 changed file with 19 additions and 31 deletions.
50 changes: 19 additions & 31 deletions data/json/mapgen/antique_store.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"type": "mapgen",
"method": "json",
"om_terrain": [ "s_antique" ],
"weight": 500,
"object": {
"fill_ter": "t_floor",
"rows": [
Expand All @@ -14,7 +13,7 @@
"____,____,____,____,____",
"FFFFFFFFFFFFFFFFFFFFFFFF",
"FFFFFFFFFFFFFFFFFFFFFFFF",
"|--OOOOOO--++--OOOOOO--|",
"|||OOOOOO||++||OOOOOO|||",
"|l l|",
"|l l|",
"|l llllll llllll l|",
Expand All @@ -25,8 +24,8 @@
"|l l|",
"| ##TTTTTT## |",
"| L# |",
"|----------M-----------|",
".4..UUU...._________<...",
"|||||||||||M||||||||||||",
".4..UUU....FFFFFFFFF<...",
"........................",
"........................",
"........................",
Expand All @@ -36,9 +35,8 @@
" ": "t_floor",
"+": "t_door_glass_c",
",": "t_pavement_y",
"-": "t_wall_w",
".": [ [ "t_dirt", 5 ], [ "t_grass", 16 ], [ "t_grass_long", 5 ], [ "t_underbrush", 10 ] ],
"U": [ [ "t_dirt", 5 ], [ "t_grass", 16 ], [ "t_grass_long", 5 ], [ "t_underbrush", 10 ] ],
".": "t_region_groundcover_urban",
"U": "t_region_groundcover_urban",
"'": "t_pavement",
"F": "t_sidewalk",
"O": "t_window",
Expand All @@ -60,7 +58,6 @@
"type": "mapgen",
"method": "json",
"om_terrain": [ "s_antique_roof" ],
"weight": 500,
"object": {
"fill_ter": "t_tar_flat_roof",
"rows": [
Expand All @@ -71,35 +68,26 @@
" ",
" ",
" ",
"|......................3",
"|.c....................3",
"|......................3",
"|......................3",
"|......................3",
"|......................3",
"|......................3",
"|......................3",
"|......................3",
"|.........&............3",
"|......................3",
"|5---------------------3",
"-......................-",
"-.:....................-",
"-......................-",
"-......................-",
"-......................-",
"-......................-",
"-......................-",
"-......................-",
"-......................-",
"-.........&............-",
"-......................-",
"-5----------------------",
" #>## ",
" ",
" ",
" ",
" "
],
"terrain": {
".": "t_tar_flat_roof",
" ": "t_open_air",
"|": "t_gutter_west",
"-": "t_gutter_south",
"3": "t_gutter_east",
"#": "t_grate",
">": "t_ladder_down",
"5": "t_gutter_drop"
},
"furniture": { "&": "f_roof_turbine_vent", "c": "f_cellphone_booster" },
"palettes": [ "roof_palette" ],
"terrain": { ">": "t_ladder_down", ".": "t_tar_flat_roof" },
"place_items": [ { "item": "roof_trash", "x": [ 4, 16 ], "y": [ 8, 15 ], "chance": 50, "repeat": [ 1, 3 ] } ],
"place_nested": [
{ "chunks": [ [ "roof_2x2_golf", 5 ], [ "null", 85 ], [ "roof_3x3_wine", 10 ] ], "x": [ 13, 20 ], "y": 15 },
Expand Down

0 comments on commit 040af36

Please sign in to comment.