forked from Vegetabs/MindOverMatter-CTLG
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscenarios.json
More file actions
89 lines (89 loc) · 2.82 KB
/
scenarios.json
File metadata and controls
89 lines (89 loc) · 2.82 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
[
{
"copy-from": "heli_crash",
"type": "scenario",
"extend": { "map_special": "mx_helicopter", "professions": [ "psi_telekinetic_testsubject", "psi_telepath_interrogater" ] },
"id": "heli_crash"
},
{
"copy-from": "portal_dependent",
"type": "scenario",
"extend": { "professions": [ "psi_new_psychic", "psi_telekinetic_testsubject", "psi_teleporter_slider" ] },
"id": "portal_dependent"
},
{
"type": "scenario",
"id": "dimension_lost_fifth_sun",
"name": "Dimension-Lost",
"points": 0,
"description": "You don't understand what happened. You were readying for a routine jump at the Far Hebrides transfer point when there was a power cascade in the drive and now you're here, on some other version of Tlalticpactli that may as well be one of the worse levels of Mictlān. You need to find your way back home, but first you need to find a way to survive.",
"start_name": "???",
"allowed_locs": [
"sloc_forest",
"sloc_middle_of_nowhere",
"sloc_mine_finale",
"sloc_apartments_rooftop2",
"sloc_office_tower_rooftop",
"sloc_apartment_complex_roof",
"sloc_house",
"sloc_house_boarded",
"sloc_mall_food_court"
],
"professions": [ "psi_teleporter_slider" ],
"reveal_locale": false,
"flags": [ "LONE_START" ]
},
{
"type": "scenario",
"id": "hunted_forever_start",
"name": "Challenge - Mindhunter",
"points": -10,
"forced_traits": [ "HAS_NEMESIS" ],
"description": "Since the start of the Cataclysm, something has been hunting you relentlessly. You can try to fight it, but each time it falls it will rise again, its powers growing stronger and stronger. The only escape is for you to die.",
"allowed_locs": [
"sloc_house",
"sloc_house_boarded",
"sloc_school",
"sloc_grocery_store",
"sloc_gun_store",
"sloc_garage",
"sloc_pawn_shop",
"sloc_bank",
"sloc_military_surplus",
"sloc_furniture_store",
"sloc_library",
"sloc_bookstore",
"sloc_zoo_giftshop",
"sloc_zoo_cages",
"sloc_golfcourse_mid_course",
"sloc_golfcourse_clubhouse",
"sloc_church",
"sloc_cemetery",
"sloc_apartments_rooftop",
"sloc_apartments_rooftop2",
"sloc_hospital",
"sloc_fire_station",
"sloc_police",
"sloc_town_hall",
"sloc_pharm",
"sloc_hardware",
"sloc_dojo",
"sloc_gym",
"sloc_clothes",
"sloc_restaurant",
"sloc_bar",
"sloc_electronics",
"sloc_arcade",
"sloc_animalshelter",
"sloc_laundromat",
"sloc_stripclub",
"sloc_sexshop",
"sloc_candyshop",
"sloc_bikeshop",
"sloc_petstore"
],
"start_name": "In Town",
"flags": [ "CHALLENGE", "LONE_START" ],
"missions": [ "MISSION_SURVIVE_NEMESIS" ]
}
]