Skip to content

Commit

Permalink
fix: use regional terrain for s_hardware_3 (#5576)
Browse files Browse the repository at this point in the history
Update s_hardware.json
  • Loading branch information
0Monet authored Oct 14, 2024
1 parent d0d1c96 commit 0f22aff
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 @@ -413,40 +413,38 @@
"fill_ter": "t_floor",
"rows": [
"~~~~~~~~~~~~~~~~~~~~~~~'",
"~~~WWWWWWWWW^^WWWWWWW~~~",
"***w~~~~~~~~~~~~~~~~w***",
"***w~~~~~~~~~~~~~~~~w***",
"***w~~~~~~~~~~~~~~~~w***",
"***-=----===-++---=--***",
"***|...............]|***",
"***|.]]]..[[...[[..]|***",
"***|...............]|***",
"***|...........]]..]|***",
"***|.]]].###.......]|***",
"***|.......#...]]..]|***",
"***|.....#l%.......]|***",
"***|.]]].###...]]..]|***",
"***|......y........]|***",
"***|...............]|***",
"***|.]]]]]...]..]..]|***",
"***|.......y.]..]..]|***",
"***|-+------+-------|***",
"***|Y.y|...........L|***",
"***|...|.CC...C..l.L|***",
"***|&.S|C.C..CCY...L|4**",
"***|----------------|***",
"************************"
"~~~wwwwwwwww^^wwwwwww~~~",
" w~~~~~~~~~~~~~~~~w ",
" w~~~~~~~~~~~~~~~~w ",
" w~~~~~~~~~~~~~~~~w ",
" |=||||===|++|||=|| ",
" |...............]| ",
" |.]]]..[[...[[..]| ",
" |...............]| ",
" |...........]]..]| ",
" |.]]].###.......]| ",
" |.......#...]]..]| ",
" |.....#l%.......]| ",
" |.]]].###...]]..]| ",
" |......y........]| ",
" |...............]| ",
" |.]]]]]...]..]..]| ",
" |.......y.]..]..]| ",
" ||+||||||+|||||||| ",
" |Y.y|...........L| ",
" |...|.CC...C..l.L| ",
" |&.S|C.C..CCY...L|4 ",
" |||||||||||||||||| ",
" "
],
"terrain": {
"%": "t_console_broken",
"*": [ [ "t_grass", 5 ], [ "t_grass_long", 2 ], "t_dirt", "t_shrub" ],
" ": "t_region_groundcover_urban",
"+": "t_door_c",
"-": "t_wall_w",
".": "t_floor",
"=": "t_wall_glass",
"W": "t_chainfence_h",
"^": "t_chaingate_c",
"w": "t_chainfence_v",
"w": "t_chainfence",
"|": "t_wall_w",
"~": "t_sidewalk",
"'": "t_sidewalk",
Expand Down

0 comments on commit 0f22aff

Please sign in to comment.