Skip to content

Commit

Permalink
fix: use regional terrain for s_hardware_2 (#5572)
Browse files Browse the repository at this point in the history
Update s_hardware.json
  • Loading branch information
0Monet authored Oct 13, 2024
1 parent 0f185af commit 9988909
Showing 1 changed file with 25 additions and 27 deletions.
52 changes: 25 additions & 27 deletions data/json/mapgen/s_hardware.json
Original file line number Diff line number Diff line change
Expand Up @@ -277,43 +277,41 @@
"fill_ter": "t_floor",
"rows": [
"~~~~~~~~~~~~~~~~~~~~~~~'",
"*W^^^WW|-=--:---:---:-|*",
"*w~~~%~|..............|*",
"*w~~~v~|..............|*",
"*w~~~v~|..l%..l%..l%..|*",
"*w~~~~~|...#...#...#..|*",
"*w~~~~~|...#...#...#..|*",
"*w~~~~~|..............|*",
"*w~~~~~:..............|*",
"*w~~~~~:..............|*",
"*w~~~~~|...]..]..]..].|*",
"*wr~~r~|...]..]..]..].|*",
"*wr~~r~|...]..]..]..].|*",
"*wr~~r~|...]..]..]..].|*",
"*wr~~r~|...]..]..]..].|*",
"*w~~~~~|..............|*",
"*wr~~r~|..............|*",
"*wr~~r~|.###..]..]..].|*",
"*wr~~r~+..l#..]..]..].|*",
"*wr~~r~|---|..]..]..].|*",
"*wr~~r~|tsu|..]..]..].|*",
"*w~~~~~|...+..........|4",
"*WWWWWW|---|----------|*",
"************************"
" w^^^ww||=||:|||:|||:|| ",
" w~~~%~|..............| ",
" w~~~v~|..............| ",
" w~~~v~|..l%..l%..l%..| ",
" w~~~~~|...#...#...#..| ",
" w~~~~~|...#...#...#..| ",
" w~~~~~|..............| ",
" w~~~~~:..............| ",
" w~~~~~:..............| ",
" w~~~~~|...]..]..]..].| ",
" wr~~r~|...]..]..]..].| ",
" wr~~r~|...]..]..]..].| ",
" wr~~r~|...]..]..]..].| ",
" wr~~r~|...]..]..]..].| ",
" w~~~~~|..............| ",
" wr~~r~|..............| ",
" wr~~r~|.###..]..]..].| ",
" wr~~r~+..l#..]..]..].| ",
" wr~~r~|||||..]..]..].| ",
" wr~~r~|tsu|..]..]..].| ",
" w~~~~~|...+..........|4",
" wwwwww|||||||||||||||| ",
" "
],
"terrain": {
"%": "t_console_broken",
"*": "t_grass",
" ": "t_region_groundcover_urban",
"+": "t_door_c",
"-": "t_wall_w",
".": "t_floor",
":": "t_door_glass_c",
"=": "t_wall_glass",
"W": "t_chainfence_h",
"^": "t_chaingate_c",
"r": "t_sidewalk",
"v": "t_sidewalk",
"w": "t_chainfence_v",
"w": "t_chainfence",
"|": "t_wall_w",
"~": "t_sidewalk",
"'": "t_sidewalk",
Expand Down

0 comments on commit 9988909

Please sign in to comment.