Skip to content

Commit

Permalink
keep bionic_basement in Aftershock and No Hope
Browse files Browse the repository at this point in the history
  • Loading branch information
Fris0uman committed Oct 15, 2023
1 parent 1a67745 commit 8a9cdcd
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 11 deletions.
10 changes: 10 additions & 0 deletions data/mods/Aftershock/maps/city_buildings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
[
{
"type": "city_building",
"id": "house_09",
"locations": [ "land" ],
"overmaps": [
{ "point": [ 0, 0, 0 ], "overmap": "house_09_north" },
{ "point": [ 0, 0, 1 ], "overmap": "house_09_roof_north" },
{ "point": [ 0, 0, -1 ], "overmap": "basement_bionic_north" }
]
},
{
"type": "city_building",
"id": "afs_augmentation_clinic_1",
Expand Down
6 changes: 6 additions & 0 deletions data/mods/Aftershock/maps/overmap_terrain.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
[
{
"type": "overmap_terrain",
"id": [ "basement_bionic" ],
"copy-from": "generic_city_house_basement",
"spawns": { "group": "GROUP_BASEMENT_HOUSE", "population": [ 1, 1 ], "chance": 80 }
},
{
"id": "municipal_reactor",
"type": "overmap_terrain",
Expand Down
12 changes: 12 additions & 0 deletions data/mods/No_Hope/Mapgen/multitile_city_buildings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "city_building",
"id": "house_09",
"locations": [ "land" ],
"overmaps": [
{ "point": [ 0, 0, 0 ], "overmap": "house_09_north" },
{ "point": [ 0, 0, 1 ], "overmap": "house_09_roof_north" },
{ "point": [ 0, 0, -1 ], "overmap": "basement_bionic_north" }
]
}
]
6 changes: 6 additions & 0 deletions data/mods/No_Hope/overmap_terrain.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
[
{
"type": "overmap_terrain",
"id": [ "basement_bionic" ],
"copy-from": "generic_city_house_basement",
"spawns": { "group": "GROUP_BASEMENT_HOUSE", "population": [ 1, 1 ], "chance": 80 }
},
{
"type": "overmap_terrain",
"id": "lmoe_under_full",
Expand Down
11 changes: 0 additions & 11 deletions data/mods/package_bionic_professions/multitile_city_buildings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,5 @@
{ "point": [ 0, 0, 1 ], "overmap": "house_09_roof_north" },
{ "point": [ 0, 0, -1 ], "overmap": "basement_bionic_north" }
]
},
{
"type": "city_building",
"id": "house_09b",
"copy-from": "house_09b",
"locations": [ "land" ],
"overmaps": [
{ "point": [ 0, 0, 0 ], "overmap": "house_09_north" },
{ "point": [ 0, 0, 1 ], "overmap": "house_09_roof_north" },
{ "point": [ 0, 0, -1 ], "overmap": "basement_bionic_decoy_north" }
]
}
]

0 comments on commit 8a9cdcd

Please sign in to comment.