Skip to content

Commit

Permalink
Tune up some misc oter type spawn ratios
Browse files Browse the repository at this point in the history
Basically make several should-be-rare variants rare.
Also make gun shops overall slightly rarer.
  • Loading branch information
kevingranade committed Mar 25, 2024
1 parent 3461f3e commit f95c2f9
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion data/json/mapgen/house/house_detatched4.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"om_terrain": "house_detatched4",
"//": "suicide variant",
"type": "mapgen",
"weight": 50,
"weight": 10,
"object": {
"fill_ter": "t_floor",
"rows": [
Expand Down
2 changes: 1 addition & 1 deletion data/json/mapgen/nested/strip_mall_nested.json
Original file line number Diff line number Diff line change
Expand Up @@ -3018,7 +3018,7 @@
"method": "json",
"//": "Hunting Supply Store",
"nested_mapgen_id": "strip_mall_shop_d",
"weight": 100,
"weight": 50,
"object": {
"mapgensize": [ 23, 23 ],
"rotation": [ 0, 3 ],
Expand Down
4 changes: 2 additions & 2 deletions data/json/mapgen_palettes/house_general_palette.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"default": {
"distribution": [
[ "standard_domestic_migration_palette", 9500 ],
[ "standard_domestic_abandoned_palette", 280 ],
[ "standard_domestic_abandoned_palette", 370 ],
[ "house_hoarder_palette", 40 ],
[ "house_survivor_palette", 180 ]
[ "house_survivor_palette", 90 ]
]
}
}
Expand Down
36 changes: 18 additions & 18 deletions data/json/regional_map_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -955,8 +955,8 @@
"house_23": 50,
"house_24": 50,
"house_25": 50,
"house_26": 50,
"house_27": 50,
"house_26": 2,
"house_27": 5,
"house_28": 50,
"house_29": 50,
"house_30": 50,
Expand Down Expand Up @@ -984,7 +984,7 @@
"rural_house2": 50,
"garden_house_1": 50,
"house_toolshed": 50,
"house_suicide": 20,
"house_suicide": 5,
"house_quiverfull": 30,
"house_rv": 50,
"house_porch": 50,
Expand All @@ -997,9 +997,9 @@
"house_detatched4": 50,
"house_detatched5": 50,
"house_detatched6": 50,
"house_detatched7": 50,
"house_detatched7": 5,
"house_detatched8": 50,
"house_detatched9": 50,
"house_detatched9": 5,
"house_detatched10": 50,
"house_dogs": 50,
"house_gardener": 50,
Expand Down Expand Up @@ -1122,24 +1122,24 @@
"s_hardware_1": 400,
"s_hardware_2": 400,
"s_hardware_3": 400,
"s_hunting": 300,
"s_hunting": 100,
"s_sports": 500,
"dojo": 200,
"dojo_1": 200,
"gym": 100,
"gym_fitness": 200,
"gym_fitness_1": 200,
"s_liquor": 500,
"s_gun": 200,
"s_gun_looted": 200,
"s_gun_1": 200,
"s_gun_2": 200,
"s_gun_3": 200,
"s_gun_3_looted": 200,
"s_gun_4": 200,
"s_gun_4_looted": 200,
"s_gunstore": 200,
"s_gunstore_looted": 200,
"s_gun": 150,
"s_gun_looted": 150,
"s_gun_1": 150,
"s_gun_2": 150,
"s_gun_3": 150,
"s_gun_3_looted": 150,
"s_gun_4": 150,
"s_gun_4_looted": 150,
"s_gunstore": 150,
"s_gunstore_looted": 150,
"s_clothes": 450,
"s_clothes_1": 200,
"s_clothes_2": 200,
Expand All @@ -1162,8 +1162,8 @@
"s_restaurant_3": 400,
"s_diner": 400,
"sub_station": 1600,
"bank": 300,
"bank_1": 300,
"bank": 150,
"bank_1": 150,
"s_pizza_parlor": 400,
"s_pizza_parlor_1": 400,
"bar": 400,
Expand Down

0 comments on commit f95c2f9

Please sign in to comment.