Skip to content

Commit

Permalink
Retire procedurally generated houses and basements (#36075)
Browse files Browse the repository at this point in the history
  • Loading branch information
ralreegorganon authored and kevingranade committed Dec 17, 2019
1 parent 01965b9 commit 936a155
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 979 deletions.
6 changes: 5 additions & 1 deletion data/json/obsolete_terrains.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,11 @@
"dairy_farm_SW",
"dairy_farm_SE",
"megastore",
"megastore_entrance"
"megastore_entrance",
"house_base_north",
"house_base_south",
"house_base_east",
"house_base_west"
]
}
]
2 changes: 1 addition & 1 deletion data/json/overmap/multitile_city_buildings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "city_building",
"id": "house_base",
"locations": [ "land", "swamp" ],
"overmaps": [ { "point": [ 0, 0, 0 ], "overmap": "house_base_north" }, { "point": [ 0, 0, -1 ], "overmap": "basement" } ]
"overmaps": [ { "point": [ 0, 0, 0 ], "overmap": "house_north" }, { "point": [ 0, 0, -1 ], "overmap": "basement" } ]
},
{
"type": "city_building",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
{
"type": "overmap_terrain",
"id": "basement",
"copy-from": "generic_city_house_basement",
"mapgen": [ { "method": "builtin", "name": "basement_junk" }, { "method": "builtin", "name": "basement_spiders" } ]
"copy-from": "generic_city_house_basement"
},
{
"type": "overmap_terrain",
Expand All @@ -34,11 +33,6 @@
"see_cost": 2,
"extras": "build",
"mondensity": 2,
"mapgen": [
{ "method": "builtin", "name": "house_generic_boxy" },
{ "method": "builtin", "name": "house_generic_big_livingroom" },
{ "method": "builtin", "name": "house_generic_center_hallway" }
],
"flags": [ "SIDEWALK", "GENERIC_LOOT" ]
},
{
Expand All @@ -50,16 +44,6 @@
"see_cost": 2,
"flags": [ "SIDEWALK", "GENERIC_LOOT" ]
},
{
"type": "overmap_terrain",
"id": "house_base",
"copy-from": "house",
"mapgen": [
{ "method": "builtin", "name": "house_generic_boxy" },
{ "method": "builtin", "name": "house_generic_big_livingroom" },
{ "method": "builtin", "name": "house_generic_center_hallway" }
]
},
{
"type": "overmap_terrain",
"id": "duplex",
Expand Down
Loading

0 comments on commit 936a155

Please sign in to comment.