From 66ffd7038cf10566bd35bb6713677a5f8de3b6ef Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 12 Sep 2020 22:40:36 -0700 Subject: Initial commit --- vamp_stuff/Modification Files/Others/v_scenario.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 vamp_stuff/Modification Files/Others/v_scenario.json (limited to 'vamp_stuff/Modification Files/Others/v_scenario.json') diff --git a/vamp_stuff/Modification Files/Others/v_scenario.json b/vamp_stuff/Modification Files/Others/v_scenario.json new file mode 100644 index 0000000..9d339d1 --- /dev/null +++ b/vamp_stuff/Modification Files/Others/v_scenario.json @@ -0,0 +1,20 @@ +{ + "type": "scenario", + "name": "Vampire Wannabe", + "description": "You have always been obsessed with vampires and chose to live out your dream in an isolated LMOE shelter. Being a loner has kept you safe from the riots, but as your food supply runs out you are forced to go out into the wild... And face the wrath of the angry mob waiting outside your 'lair'.", + "flags": [ + "SUR_START", + "WIN_START" + ], + "ident": "wantvamp", + "points": 0, + "start_name": "LMOE Shelter", + "missions": ["SCEN_RECRUIT_VAMP", "SCEN_FIND_CRYPT"], + "allowed_locs": [ + "lmoe" + ], + "professions": [ + "vampfreak", + "sovamp" + ] +} -- cgit v1.2.1