Skip to content

Commit

Permalink
fix: use regional terrain for the hardware store s_hardware_1 (#5168)
Browse files Browse the repository at this point in the history
Update s_hardware.json
  • Loading branch information
0Monet authored Aug 8, 2024
1 parent 8aa9613 commit 7540275
Showing 1 changed file with 39 additions and 44 deletions.
83 changes: 39 additions & 44 deletions data/json/mapgen/s_hardware.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,59 +131,57 @@
"type": "mapgen",
"method": "json",
"om_terrain": [ "s_hardware_1" ],
"weight": 500,
"object": {
"fill_ter": "t_floor",
"rows": [
"ppppp~~~~~~~~~~~~~~~~~~`",
"ppppp###---##++##---###~",
"ppppp#b.........v....P#'",
"ppppp#b.b.b.r..r.o.o.P#'",
"ppppp#b.b.b.c..c.o.o.P#'",
"ppppp#..v.........v..P#'",
"ppppp#l.lllll..hhhhh.P#'",
"ppppp##=##...........P#'",
"ppppp#S.&#lll..hhhhhvP#'",
"ppppp########++########'",
"ppppp#HHHHHHH__HHHHHHH#4",
"pVppp#_____T_____T____#'",
"ppppp#HHHHHHH__HHHHHHH#'",
"ppppp#__T________T____#'",
"ppppp#HHHH#HHT_HH#HHHH#'",
"pppppwppppppppppppppppw'",
"pppppwHHHHHHHppHHHHHHHw'",
"ppppp|ppppppppppppppppw'",
"ppppp|pppppppptHpHpHpHw'",
"pppppw1p2p3pMppHpHpHpHw'",
"pppppw1p2p3pMptHpHpHpHw'",
"'D'D'w1p2p3pMppHpHpHpHw'",
"'''''WWWWWWWWWWWWWWWWWW'",
"''''''''''''''''''''''''"
"ppppp ~~ `",
"ppppp|||---||++||---||| ",
"ppppp|b.........v....P| ",
"ppppp|b.b.b.r..r.o.o.P| ",
"ppppp|b.b.b.c..c.o.o.P| ",
"ppppp|..v.........v..P| ",
"ppppp|l.lllll..hhhhh.P| ",
"ppppp||=||...........P| ",
"ppppp|S.&|lll..hhhhhvP| ",
"ppppp||||||||++|||||||| ",
"ppppp|HHHHHHH__HHHHHHH|4",
"pVppp|_____T_____T____| ",
"ppppp|HHHHHHH__HHHHHHH| ",
"ppppp|__T________T____| ",
"ppppp|HHHH|HHT_HH|HHHH| ",
"pppppw________________w ",
"pppppwHHHHHHH__HHHHHHHw ",
"pppppW________________w ",
"pppppW________tH_H_H_Hw ",
"pppppw1_2_3_M__H_H_H_Hw ",
"pUpUpw1_2_3_M_tH_H_H_Hw ",
" w1_2_3_M__H_H_H_Hw ",
" wwwwwwwwwwwwwwwwww ",
" "
],
"terrain": {
"#": "t_wall_w",
"'": [ "t_grass", "t_grass", "t_dirt" ],
"|": "t_wall_w",
" ": "t_region_groundcover_urban",
"+": "t_door_glass_c",
"-": "t_wall_glass",
".": "t_floor",
"D": "t_dirt",
"=": "t_door_c",
"H": "t_pavement",
"M": "t_pavement",
"V": "t_pavement",
"U": "t_pavement",
"1": "t_pavement",
"2": "t_pavement",
"3": "t_pavement",
"W": "t_chainfence_h",
"_": "t_floor",
"M": "t_sidewalk",
"H": "t_sidewalk",
"T": "t_sidewalk",
"1": "t_sidewalk",
"2": "t_sidewalk",
"3": "t_sidewalk",
"_": "t_sidewalk",
"t": "t_sidewalk",
"p": "t_pavement",
"r": "t_console_broken",
"t": "t_pavement",
"w": "t_chainfence_v",
"|": "t_chaingate_c",
"w": "t_chainfence",
"W": "t_chaingate_c",
"~": "t_sidewalk",
"`": "t_sidewalk",
"`": "t_region_groundcover_urban",
"4": "t_gutter_downspout"
},
"sealed_item": {
Expand All @@ -194,21 +192,18 @@
},
"furniture": {
"`": "f_street_light",
"D": "f_dumpster",
"U": "f_dumpster",
"H": "f_warehouse_shelf",
"P": "f_rack",
"b": "f_rack",
"c": "f_counter",
"h": "f_rack",
"l": "f_rack",
"o": "f_rack",
"S": "f_sink",
"U": [ "f_dumpster", "f_recycle_bin" ],
"y": [ "f_indoor_plant_y", "f_indoor_plant" ]
"S": "f_sink"
},
"toilets": { "&": { } },
"items": {
"D": { "item": "trash_dumpster", "chance": 80 },
"U": { "item": "trash_dumpster", "chance": 80 },
"H": { "item": "hardware_bulk", "chance": 85, "repeat": [ 1, 6 ] },
"P": { "item": "paint", "chance": 85, "repeat": [ 1, 8 ] },
Expand Down

0 comments on commit 7540275

Please sign in to comment.