forked from RedMisao/Cataclysm-DDA-Touhou-Expansion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
thex_scenarios.json
46 lines (46 loc) · 1.21 KB
/
thex_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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[
{
"ident": "thex_everything",
"type": "scenario",
"name": "Touhou mod (Expansion)",
"description": "You were walking to some location in Gensokyo, and ended up in the Outside World. Not only that, but thousands of ri away! This incident seems to be on another whole level.",
"points": 0,
"allowed_locs": [
"sloc_bridge",
"sloc_cabin",
"sloc_cabin_lake",
"sloc_desert_island",
"sloc_farm_survivalist",
"sloc_field",
"sloc_forest",
"sloc_hermit_shack",
"sloc_horse_ranch",
"sloc_lmoe",
"sloc_river",
"sloc_shelter_a",
"sloc_shelter_b",
"sloc_shelter_c",
"sloc_shelter_vandalized_a",
"sloc_shelter_vandalized_b",
"sloc_shelter_vandalized_c"
],
"custom_initial_date": { "day": 61 },
"eoc": [ "thex_everything_eoc" ],
"professions": [
"fujiwara_no_mokou",
"hong_meiling",
"iku_nagae",
"kaenbyou_rin",
"reisen_udongein_inaba",
"reisen_II",
"remilia_scarlet",
"sakuya_izayoi",
"shameimaru_aya",
"seiga_kaku",
"tenshi_hinanawi",
"utsuho_reiuji",
"youmu_konpaku"
],
"start_name": "Outdoors starting locations."
}
]