Skip to content

Commit

Permalink
Add bastion fort to scenarios (cataclysmbnteam#3403)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosvolt authored Oct 10, 2023
1 parent bb811f3 commit e964764
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
8 changes: 5 additions & 3 deletions data/json/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"name": "Large Building",
"points": -2,
"description": "Whether due to stubbornness, ignorance, or just plain bad luck, you missed the evacuation, and are stuck in a large building full of the risen dead.",
"allowed_locs": [ "sloc_mall_loading_area", "sloc_mall_food_court", "sloc_apartments_rooftop", "sloc_hospital" ],
"allowed_locs": [ "sloc_mall_loading_area", "sloc_mall_food_court", "sloc_apartments_rooftop", "sloc_hospital", "sloc_bastion_fort" ],
"start_name": "In Large Building",
"flags": [ "SUR_START", "CITY_START", "LONE_START" ]
},
Expand Down Expand Up @@ -327,7 +327,8 @@
"sloc_hermit_shack",
"sloc_farm_survivalist",
"sloc_campsite",
"sloc_campground"
"sloc_campground",
"sloc_bastion_fort"
],
"start_name": "Outside Town",
"flags": [ "SUR_START", "WIN_START", "LONE_START" ],
Expand Down Expand Up @@ -358,7 +359,8 @@
"sloc_campsite",
"sloc_campground",
"sloc_cabin_lake",
"sloc_lighthouse_ground"
"sloc_lighthouse_ground",
"sloc_bastion_fort"
],
"start_name": "Outside Town",
"flags": [ "SUM_ADV_START", "LONE_START" ],
Expand Down
7 changes: 7 additions & 0 deletions data/json/start_locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -453,5 +453,12 @@
"name": "Mansion",
"terrain": [ "mansion_+2", "mansion_+1", "mansion_+4", "mansion_+3" ],
"flags": [ "ALLOW_OUTSIDE" ]
},
{
"type": "start_location",
"id": "sloc_bastion_fort",
"name": "Bastion Fort",
"terrain": [ "Bastion_Fort_1_SW" ],
"flags": [ "ALLOW_OUTSIDE" ]
}
]

0 comments on commit e964764

Please sign in to comment.