summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Others/v_scenario.json
blob: 0f7039fc3a67f03067d090b96606cb3a6b1451fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
  {
    "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"
    ]
  }
]