Skip to content

Commit

Permalink
Merge pull request CleverRaven#73160 from Standing-Storm/building-sizes
Browse files Browse the repository at this point in the history
[MoM] Add `city_sizes` parameter to city buildings
  • Loading branch information
Maleclypse authored Apr 22, 2024
2 parents 5749eb1 + b441793 commit 365b9ee
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
{ "point": [ 0, 0, 1 ], "overmap": "office_cubical_phavian_roof_north" },
{ "point": [ 0, 0, -1 ], "overmap": "office_cubical_phavian_basement_north" },
{ "point": [ 0, 0, -2 ], "overmap": "office_cubical_phavian_subbasement_north" }
]
],
"city_sizes": [ 8, -1 ]
},
{
"type": "city_building",
Expand Down Expand Up @@ -59,6 +60,7 @@
{ "point": [ 0, 1, 9 ], "overmap": "office_skyscraper_18_south" },
{ "point": [ 1, 0, 9 ], "overmap": "office_skyscraper_19_south" },
{ "point": [ 0, 0, 9 ], "overmap": "office_skyscraper_20_south" }
]
],
"city_sizes": [ 16, -1 ]
}
]

0 comments on commit 365b9ee

Please sign in to comment.