1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"type": "scenario",
"ident": "maid_mansion",
"name": "Mansion",
"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": [ "mansion_start" ],
"start_name": "Mansion",
"professions": [
"maid",
"cat_maid",
"maid_and_master",
"shoggoth_master",
"battle_maid"
],
"flags": [ "LONE_START", "CITY_START" ]
}
|