Skip to content

Commit

Permalink
Add some missing spawns to rural houses (#3174)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosvolt authored Sep 20, 2023
1 parent da723f2 commit 9ed5032
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data/json/mapgen_palettes/farm_lots.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,18 @@
"b": "f_rotary_clothesline",
"q": "f_birdbath"
},
"toilets": { "t": { } },
"items": {
"k": { "item": "office", "chance": 25 },
"f": { "item": "fridge", "chance": 45, "repeat": [ 1, 4 ] },
"o": { "item": "oven", "chance": 40 },
"8": { "item": "homebooks", "chance": 45, "repeat": [ 1, 3 ] },
"r": { "item": "restaur_kitchen", "chance": 45, "repeat": [ 1, 3 ] },
"c": { "item": "kitchen_counters", "chance": 30 },
"d": [
{ "item": "SUS_dresser_mens", "chance": 50, "repeat": [ 1, 2 ] },
{ "item": "SUS_dresser_womens", "chance": 50, "repeat": [ 1, 2 ] }
],
"u": [ { "item": "kitchen_counters", "chance": 30 }, { "item": "restaur_kitchen", "chance": 50, "repeat": [ 2, 4 ] } ],
"D": { "item": "trash", "chance": 20, "repeat": [ 2, 4 ] }
}
Expand Down

0 comments on commit 9ed5032

Please sign in to comment.