forked from Taberone/Cataclysm-DDA-Touhou-Mod
-
Notifications
You must be signed in to change notification settings - Fork 1
/
touhou_start_locations.json
86 lines (86 loc) · 2.06 KB
/
touhou_start_locations.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
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
[
{
"id": "sloc_cabin",
"type": "start_location",
"name": "Cabin",
"terrain": [ "cabin" ],
"flags": [ "ALLOW_OUTSIDE" ]
},
{
"id": "sloc_farm_survivalist",
"type": "start_location",
"name": "Farm",
"terrain": [ "farm_2" ],
"flags": [ "ALLOW_OUTSIDE" ]
},
{
"id": "sloc_hermit_shack",
"type": "start_location",
"name": "Hermit Shack",
"terrain": [ "hunter_shack" ],
"flags": [ "ALLOW_OUTSIDE" ]
},
{
"id": "sloc_horse_ranch",
"type": "start_location",
"name": "Horse Ranch",
"terrain": [ "horse_farm_13" ],
"flags": [ "ALLOW_OUTSIDE" ]
},
{
"id": "sloc_cabin_lake",
"type": "start_location",
"name": "Lake Cabin",
"terrain": [ "cabin_lake" ],
"flags": [ "ALLOW_OUTSIDE" ]
},
{
"id": "sloc_lmoe",
"type": "start_location",
"name": "LMOE shelter",
"terrain": [ "lmoe" ],
"flags": [ "ALLOW_OUTSIDE" ]
},
{
"id": "sloc_shelter_a",
"type": "start_location",
"name": "Shelter - Open Floorplan",
"terrain": [ "shelter" ],
"flags": [ "ALLOW_OUTSIDE" ]
},
{
"id": "sloc_shelter_b",
"type": "start_location",
"name": "Shelter - Compartmentalized",
"terrain": [ "shelter_1", "shelter_1b" ],
"flags": [ "ALLOW_OUTSIDE" ]
},
{
"id": "sloc_shelter_c",
"type": "start_location",
"name": "Shelter - Central Pillar",
"terrain": [ "shelter_2" ],
"flags": [ "ALLOW_OUTSIDE" ]
},
{
"id": "sloc_shelter_vandalized_a",
"type": "start_location",
"name": "Shelter - Open Floorplan (Vandalized)",
"terrain": [ "shelter_vandal" ],
"flags": [ "ALLOW_OUTSIDE" ]
},
{
"id": "sloc_shelter_vandalized_b",
"type": "start_location",
"name": "Shelter - Compartmentalized (Vandalized)",
"terrain": [ "shelter_1_vandal", "shelter_1b_vandal" ],
"flags": [ "ALLOW_OUTSIDE" ]
},
{
"id": "sloc_shelter_vandalized_c",
"type": "start_location",
"name": "Shelter - Central Pillar (Vandalized)",
"terrain": [ "shelter_2_vandal" ],
"flags": [ "ALLOW_OUTSIDE" ]
}
]