-
Notifications
You must be signed in to change notification settings - Fork 4.3k
/
Copy pathscenarios.json
32 lines (32 loc) · 1.19 KB
/
scenarios.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[
{
"type": "scenario",
"id": "backroom_dweller",
"name": "Backrooms",
"points": 0,
"description": "What is this place? You can't seem to find your way back out.",
"allowed_locs": [ "sloc_backrooms" ],
"start_name": "The Backrooms",
"flags": [ "LONE_START" ]
},
{
"type": "scenario",
"id": "backroom_dweller_starternpc",
"name": "Backrooms (NPC EDITION)",
"points": 0,
"description": "What is this place? You can't seem to find your way back out. But hey, at least you aren't alone. Will you cannibalize them as a last resort? Maybe get them to surgically implant bionics into you? Just keep them around for company? Maybe you two will protect each other? The possibilities have just widened, my friend, for you are no longer one. You are two, and that's better than what it used to be like.",
"allowed_locs": [ "sloc_backrooms" ],
"start_name": "The Backrooms"
},
{
"type": "start_location",
"id": "sloc_backrooms",
"name": "The Backrooms",
"terrain": [ "backfloorchamber" ]
},
{
"type": "SCENARIO_BLACKLIST",
"subtype": "whitelist",
"scenarios": [ "backroom_dweller", "backroom_dweller_starternpc" ]
}
]