Skip to content

Commit

Permalink
Merge pull request #37545 from ralreegorganon/fix-bionic-basement-reg…
Browse files Browse the repository at this point in the history
…ion-references

Remove all references to basement_bionic from region settings
  • Loading branch information
ZhilkinSerg committed Jan 30, 2020
2 parents a748adf + 39af7a5 commit 97582b1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion data/json/test_regions.json
Expand Up @@ -112,7 +112,7 @@
"park_sigma": 80,
"house_basement_chance": 1,
"houses": { "house": 1, "house_base": 1 },
"basements": { "basement": 1, "basement_bionic": 1 },
"basements": { "basement": 1 },
"parks": { "park": 2, "pool": 1 },
"shops": {
"s_gas": 5,
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Aftershock/maps/regional_map_settings.json
Expand Up @@ -2,6 +2,6 @@
{
"type": "region_overlay",
"regions": [ "all" ],
"city": { "basements": { "basement": 1000, "basement_hidden_lab_stairs": 100, "basement_bionic": 100 } }
"city": { "basements": { "basement": 1000, "basement_hidden_lab_stairs": 100 } }
}
]
2 changes: 1 addition & 1 deletion data/mods/desert_region/desert_regional_map_settings.json
Expand Up @@ -548,7 +548,7 @@
"trailerpark_city": 15,
"railroad_city": 10
},
"basements": { "basement": 1000, "basement_hidden_lab_stairs": 25, "basement_bionic": 50 },
"basements": { "basement": 1000, "basement_hidden_lab_stairs": 25 },
"parks": {
"park": 400,
"pool": 100,
Expand Down
2 changes: 1 addition & 1 deletion data/mods/rural_biome/rural_regional_map_settings.json
Expand Up @@ -521,7 +521,7 @@
"motel_city": 5,
"trailerpark_city": 15
},
"basements": { "basement": 1000, "basement_hidden_lab_stairs": 25, "basement_bionic": 50 },
"basements": { "basement": 1000, "basement_hidden_lab_stairs": 25 },
"parks": {
"s_gas": 200,
"s_gas_1": 200,
Expand Down
3 changes: 1 addition & 2 deletions doc/REGION_SETTINGS.md
Expand Up @@ -436,8 +436,7 @@ place the shop or park are based on the formula `rng( 0, 99 ) > X_radius * dista
},
"basements": {
"basement": 1000,
"basement_hidden_lab_stairs": 50,
"basement_bionic": 50
"basement_hidden_lab_stairs": 50
},
"parks": {
"park": 4,
Expand Down

0 comments on commit 97582b1

Please sign in to comment.