-
Notifications
You must be signed in to change notification settings - Fork 2
/
thex_scenarios.json
49 lines (49 loc) · 1.43 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
47
48
49
[
{
"id": "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_lmoe",
"sloc_river",
"sloc_shelter_a",
"sloc_shelter_b",
"sloc_shelter_c",
"sloc_shelter_vandalized_a",
"sloc_shelter_vandalized_b",
"sloc_shelter_vandalized_c"
],
"eoc": [ "touhou_everything_eoc", "thex_everything_eoc" ],
"professions": [
"aya_shameimaru",
"fujiwara_no_mokou",
"hata_no_kokoro",
"hong_meiling",
"iku_nagae",
"kasen_ibaraki",
"reisen_udongein_inaba",
"reisen_II",
"remilia_scarlet",
"rin_kaenbyou",
"sakuya_izayoi",
"seiga_kaku",
"tenshi_hinanawi",
"utsuho_reiuji",
"yamame_kurodani",
"youmu_konpaku"
],
"start_of_game": { "hour": 12, "day": 62, "season": "spring", "year": 1 },
"//": "Start time is 12:00:00. If this changes, daily_randomization_eoc has to be adjusted properly",
"start_name": "Outdoors starting locations."
}
]