Skip to content

Commit

Permalink
fix: use regional terrain for the bus station (#5513)
Browse files Browse the repository at this point in the history
Update bus_station.json
  • Loading branch information
0Monet authored Oct 5, 2024
1 parent 6e37f25 commit b49bc82
Showing 1 changed file with 26 additions and 39 deletions.
65 changes: 26 additions & 39 deletions data/json/mapgen/bus_station.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,54 +3,41 @@
"type": "mapgen",
"method": "json",
"om_terrain": [ [ "bus_stat_0", "bus_stat_1" ] ],
"weight": 250,
"object": {
"fill_ter": "t_floor",
"rows": [
"...........!s________sssssssssssssssOyyyyy___s!s",
"....,,,....ss________s,;,,,;,,;,,,;,syyyyy___s,s",
" !s________sssssssssssssssOyyyyy___s!s",
" ss________s,;,,,;,,;,,,;,syyyyy___s,s",
"||||www||||ss________ssssssssssssssss________s;s",
"|p p|ss________________________________s,s",
"| BBB BBB |ss________________________________s,s",
"| wss________________________________s,s",
"| BBB BBB wss______________________yy________s;s",
"| wss______________________yy________s,s",
"| BBB BBB |ss______________________yy________s,s",
"| |Gs______________________yy________s;s",
"| BBB BBB |Gs______________________yy________s,s",
"| +ss________'''''''''''''''P________s,s",
"|8 +ss________'I''bbb''bbb''I'________s;s",
"|9 r Y|ss________________________________s,s",
"|p.......p|ss________________________________s,s",
"|.BBB.BBB.|ss________________________________s,s",
"|.........wss________________________________s,s",
"|.BBB.BBB.wss______________________yy________s;s",
"|.........wss______________________yy________s,s",
"|.BBB.BBB.|ss______________________yy________s,s",
"|.........|Gs______________________yy________s;s",
"|.BBB.BBB.|Gs______________________yy________s,s",
"|.........+ss________'''''''''''''''P________s,s",
"|8........+ss________'I''bbb''bbb''I'________s;s",
"|9..r....Y|ss________________________________s,s",
"||+|||ddd||ss________________________________s,s",
"|S:S|x h r|ss________________________________s;s",
"|:::|ddd cwss______________________yy________s,s",
"|+|+|||| cwss______________________yy________s,s",
"|:|:|FF| cwss______________________yy________s,s",
"|T|T|l:| |ss______________________yy________s;s",
"|||||i:+ +ss______________________yy________s,s",
"...4|||||||ssssssssss'''''''''''''''Psssssssssss",
"..........fssssssssss'I''bbb''bbb''I'sssssssssss",
"..........ffffffffffffffffffffffffffffffffffffff"
"|S:S|x.h.r|ss________________________________s;s",
"|:::|ddd.cwss______________________yy________s,s",
"|+|+||||.cwss______________________yy________s,s",
"|:|:|FF|.cwss______________________yy________s,s",
"|T|T|l:|..|ss______________________yy________s;s",
"|||||i:+..+ss______________________yy________s,s",
" 4|||||||ssssssssss'''''''''''''''Psssssssssss",
" fssssssssss'I''bbb''bbb''I'sssssssssss",
" ffffffffffffffffffffffffffffffffffffff"
],
"terrain": {
" ": "t_floor",
".": "t_floor",
"!": "t_concrete",
"+": "t_door_c",
".": [ [ "t_dirt", 5 ], [ "t_grass", 16 ], [ "t_grass_long", 5 ] ],
",": [
[ "t_grass_long", 35 ],
[ "t_grass", 20 ],
[ "t_shrub", 20 ],
[ "t_shrub_rose", 20 ],
[ "t_shrub_lilac", 20 ],
[ "t_tree_young", 20 ],
[ "t_grass_tall", 20 ],
[ "t_grass_long", 20 ],
[ "t_underbrush", 20 ],
[ "t_shrub_hydrangea", 20 ],
[ "t_shrub_raspberry", 20 ]
],
";": [ [ "t_tree", 5 ], [ "t_tree_willow", 3 ], [ "t_tree_birch", 3 ], [ "t_tree_maple", 3 ], [ "t_tree_pine", 5 ] ],
" ": "t_region_groundcover_urban",
",": "t_region_shrub_decorative",
";": "t_region_tree_shade",
"w": "t_window",
"_": "t_pavement",
"y": "t_pavement_y",
Expand Down

0 comments on commit b49bc82

Please sign in to comment.