From d0ace3b97af65c8609e482fcfbdbb17af3d3c88d Mon Sep 17 00:00:00 2001 From: curstwist <39442864+curstwist@users.noreply.github.com> Date: Sat, 28 Aug 2021 10:55:14 -0400 Subject: [PATCH] add back in hunted_start sorry, removed accidently. --- data/json/scenarios.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/data/json/scenarios.json b/data/json/scenarios.json index dc668abe83492..3df141aa5c335 100644 --- a/data/json/scenarios.json +++ b/data/json/scenarios.json @@ -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",