Skip to content

Commit

Permalink
fix: use regional terrain for s_pizza_parlor_1 (#5584)
Browse files Browse the repository at this point in the history
Update pizza_parlor.json
  • Loading branch information
0Monet authored Oct 17, 2024
1 parent 7351264 commit 6bbf3ad
Showing 1 changed file with 4 additions and 18 deletions.
22 changes: 4 additions & 18 deletions data/json/mapgen/pizza_parlor.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,23 +184,9 @@
"|...| "
],
"terrain": {
" ": [
"t_dirt",
"t_dirt",
"t_grass",
"t_grass",
"t_grass",
"t_grass",
"t_dirt",
"t_grass",
"t_grass",
"t_dirt",
"t_grass",
"t_grass",
"t_shrub"
],
" ": "t_region_groundcover_urban",
"S": "t_sidewalk",
"*": "t_shrub",
"*": "t_region_shrub_decorative",
"#": "t_linoleum_white",
"D": "t_door_locked",
"+": "t_door_c",
Expand All @@ -211,7 +197,7 @@
"G": "t_door_glass_c",
"L": "t_linoleum_white",
"O": "t_linoleum_white",
"R": "t_railing_v",
"R": "t_railing",
"c": "t_concrete",
"f": "t_fencegate_c",
"m": "t_sandbox",
Expand Down Expand Up @@ -246,7 +232,7 @@
"W": "f_water_heater",
"{": "f_rack"
},
"mapping": { "Y": { "terrain": [ "t_dirt", "t_grass" ], "furniture": "f_street_light" } },
"mapping": { "Y": { "terrain": [ "t_region_groundcover_urban" ], "furniture": "f_street_light" } },
"items": {
"C": { "item": "pizza_trash", "chance": 50, "repeat": [ 7, 9 ] },
"F": { "item": "pizza_fridge", "chance": 80, "repeat": [ 9, 10 ] },
Expand Down

0 comments on commit 6bbf3ad

Please sign in to comment.