-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathscenarios.json
More file actions
61 lines (61 loc) · 1.72 KB
/
scenarios.json
File metadata and controls
61 lines (61 loc) · 1.72 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
[
{
"copy-from": "heli_crash",
"type": "scenario",
"extend": { "map_special": "mx_helicopter", "professions": [ "psi_telekinetic_testsubject", "psi_telepath_interrogater" ] },
"id": "heli_crash"
},
{
"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" ]
}
]