Skip to content

Commit

Permalink
add back in hunted_start
Browse files Browse the repository at this point in the history
sorry, removed accidently.
  • Loading branch information
curstwist committed Aug 28, 2021
1 parent 0de650c commit d0ace3b
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions data/json/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,40 @@
],
"missions": [ "MISSION_INFECTED_START_FIND_ANTIBIOTICS" ]
},
{
"type": "scenario",
"id": "hunted_start",
"name": "Challenge - Hunted",
"points": -2,
"forced_traits": [ "HAS_NEMESIS" ],
"description": "Since the start of the Cataclysm, something has been hunting you relentlessly. You can outrun it, but it always seems to find you eventually. The only escape is for one of you to die.",
"allowed_locs": [
"sloc_house",
"sloc_house_boarded",
"sloc_school",
"sloc_grocery_store",
"sloc_gun_store",
"sloc_garage",
"sloc_pawn_shop",
"sloc_bank",
"sloc_military_surplus",
"sloc_furniture_store",
"sloc_library",
"sloc_bookstore",
"sloc_zoo_giftshop",
"sloc_zoo_cages",
"sloc_golfcourse_mid_course",
"sloc_golfcourse_clubhouse",
"sloc_church",
"sloc_cemetery",
"sloc_apartments_rooftop",
"sloc_apartments_rooftop2",
"sloc_hospital"
],
"start_name": "In Town",
"flags": [ "CHALLENGE", "LONE_START" ],
"missions": [ "MISSION_KILL_NEMESIS" ]
},
{
"type": "scenario",
"id": "fungal_start",
Expand Down

0 comments on commit d0ace3b

Please sign in to comment.