aboutsummaryrefslogtreecommitdiff
path: root/scenario.json
diff options
context:
space:
mode:
Diffstat (limited to 'scenario.json')
-rw-r--r--scenario.json16
1 files changed, 9 insertions, 7 deletions
diff --git a/scenario.json b/scenario.json
index 48425b9..c6e4db8 100644
--- a/scenario.json
+++ b/scenario.json
@@ -1,11 +1,12 @@
-{
+[
+ {
"type": "scenario",
- "ident": "maid_mansion",
- "name": "Mansion",
+ "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": [ "mansion_start" ],
- "start_name": "Mansion",
+ "allowed_locs": [ "sloc_mansion_basement" ],
+ "start_name": "In Mansion",
"professions": [
"maid",
"cat_maid",
@@ -13,5 +14,6 @@
"shoggoth_master",
"battle_maid"
],
- "flags": [ "LONE_START", "CITY_START" ]
-}
+ "flags": [ "LONE_START" ]
+ }
+]