Skip to content

Commit

Permalink
New Bastion Fort starting scenario (#54598)
Browse files Browse the repository at this point in the history
Co-authored-by: Maleclypse <54345792+Maleclypse@users.noreply.github.com>
  • Loading branch information
JonathanLochridge and Maleclypse committed Jan 21, 2022
1 parent e15e96c commit aa7b03c
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/overmap/overmap_special/specials.json
Original file line number Diff line number Diff line change
Expand Up @@ -7491,9 +7491,9 @@
{ "point": [ 3, 2, 1 ], "overmap": "fort_4c_1_north" }
],
"locations": [ "wilderness" ],
"city_distance": [ 10, 100 ],
"city_distance": [ 0, 100 ],
"city_sizes": [ 0, 12 ],
"occurrences": [ 10, 100 ],
"occurrences": [ 20, 100 ],
"flags": [ "CLASSIC", "UNIQUE" ]
},
{
Expand Down
9 changes: 9 additions & 0 deletions data/json/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,15 @@
"sloc_cemetery"
]
},
{
"type": "scenario",
"name": "(un)living History",
"description": "",
"id": "BastionFortStart",
"points": -2,
"start_name": "Bastion Fort",
"allowed_locs": [ "sloc_fort" ]
},
{
"type": "scenario",
"id": "bad_day",
Expand Down
19 changes: 19 additions & 0 deletions data/json/start_locations.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
[
{
"type": "start_location",
"id": "sloc_fort",
"name": "Bastion Fort",
"terrain": [
"fort_1a",
"fort_2a",
"fort_3a",
"fort_4a",
"fort_1b",
"fort_2b",
"fort_3b",
"fort_4b",
"fort_1c",
"fort_2c",
"fort_3c",
"fort_4c"
]
},
{
"type": "start_location",
"id": "sloc_shelter_a",
Expand Down

0 comments on commit aa7b03c

Please sign in to comment.