From d6c8fd036194ee3b1995e793bcc50e02a76c2364 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 13 Sep 2020 14:21:40 -0700 Subject: Add mansion scenario with mansion start --- scenario.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 scenario.json (limited to 'scenario.json') diff --git a/scenario.json b/scenario.json new file mode 100644 index 0000000..48425b9 --- /dev/null +++ b/scenario.json @@ -0,0 +1,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" ] +} -- cgit v1.2.1