Skip to content

Commit

Permalink
feat: Large building new apartment start scenario (#5683)
Browse files Browse the repository at this point in the history
* push to pull

* feat: add new start location for apartment

* revert

---------

Co-authored-by: RoyalFox <112293514+RoyalFox2140@users.noreply.github.com>
  • Loading branch information
LucioFurnari and RoyalFox2140 authored Nov 8, 2024
1 parent d309c46 commit 209a9fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/json/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"sloc_mall_loading_area",
"sloc_mall_food_court",
"sloc_apartments_rooftop",
"sloc_apartments_house",
"sloc_hospital",
"sloc_bastion_fort",
"sloc_convention_center_rooftop"
Expand Down
6 changes: 6 additions & 0 deletions data/json/start_locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,12 @@
"name": "Apartment Building (rooftop)",
"terrain": [ "apartments_con_tower_114", "apartments_con_tower_014", "apartments_con_tower_104", "apartments_con_tower_004" ]
},
{
"type": "start_location",
"id": "sloc_apartments_house",
"name": "Apartment Building (house)",
"terrain": [ "apartments_con_tower_112", "apartments_con_tower_012", "apartments_con_tower_102", "apartments_con_tower_002" ]
},
{
"type": "start_location",
"id": "sloc_horse_ranch",
Expand Down

0 comments on commit 209a9fa

Please sign in to comment.