-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathscenario.json
25 lines (25 loc) · 1.25 KB
/
scenario.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
[
{
"type": "scenario",
"id": "scenario_warper",
"name": "Warper",
"flags": [ "LONE_START", "CHALLENGE" ],
"points": 0,
"description": "As if the world ending wasn't enough, it seems some kind of extradimensional powers that be have taken an interest in you. You have been placed on a floating island high above the Earth, safe but isolated. Only by using the reality-bending powers of warp technology can you visit the world below in brief, randomly-targeted excursions. Venture down, gather supplies, and return with only what you can carry to upgrade your home base and your stash over time. The powers of the warp make you unable to ever truly die, so on failing such an expedition, you will simply lose all items and equipment you were carrying and be swiftly returned home at low health.",
"start_name": "Warper",
"allowed_locs": [ "sloc_skyisland" ],
"eoc": [ "scenario_warp_begins" ]
},
{
"type": "start_location",
"id": "sloc_skyisland",
"name": "Sky Island",
"terrain": [ "sky_island_core" ]
},
{
"type": "SCENARIO_BLACKLIST",
"subtype": "whitelist",
"//": "Makes it so you can't choose any other scenario in this mode.",
"scenarios": [ "scenario_warper" ]
}
]