aboutsummaryrefslogtreecommitdiff
path: root/scenario.json
blob: c6e4db86a9ef2ef831751b4fc7ab017d0f474638 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[
  {
    "type": "scenario",
    "id": "maid_mansion",
    "name": "Mansion Evac",
    "points": 0,
    "description": "You lived in a luxurious mansion, as a servant or maybe as one of the owners. With the havok of the evacuation, you were unable to secure a route to safety, and were forced to shelter at home. Now the zombies have other ideas...",
    "allowed_locs": [ "sloc_mansion_basement" ],
    "start_name": "In Mansion",
    "professions": [
        "maid",
        "cat_maid",
        "maid_and_master",
        "shoggoth_master",
        "battle_maid"
    ],
    "flags": [ "LONE_START" ]
  }
]