forked from dissociativity/PKs_Rebalancing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pk_start_locations.json
104 lines (104 loc) · 2.11 KB
/
pk_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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
[
{
"type": "start_location",
"ident": "doomlabs",
"name": "PRM Laboratories",
"target": "doomlab_lab_open"
},
{
"type": "start_location",
"ident": "hell_church",
"name": "Hell Citadel",
"target": "hell_city_tunnel_prison_S"
},
{
"type": "start_location",
"ident": "hell_fort",
"name": "Hell Castle",
"target": "hell_castle_B1_C"
},
{
"type": "start_location",
"ident": "religous_church",
"name": "Church",
"target": "church"
},
{
"type": "start_location",
"ident": "religous_cemetery",
"name": "Religious Cemetery",
"target": "cemetery_4square_10"
},
{
"type": "start_location",
"ident": "public_cemetery",
"name": "Large Cemetery",
"target": "cemetery_large_43"
},
{
"type": "start_location",
"ident": "Swamp Shack",
"name": "Hermit Shack",
"target": "hunter_shack"
},
{
"type": "start_location",
"ident": "campground",
"name": "campgrounds",
"target": "campsite_a"
},
{
"type": "start_location",
"ident": "survivalist farm",
"name": "farm",
"target": "farm"
},
{
"type": "start_location",
"ident": "farm unsettled",
"name": "farmhouse",
"target": "farm_unsettled_house"
},
{
"type": "start_location",
"ident": "cabin_woods",
"name": "cabin in the woods",
"target": "cabin"
},
{
"type": "start_location",
"ident": "sky anomalie",
"name": "warp zone",
"target": "sky_vortex_ground"
},
{
"type": "start_location",
"ident": "sludge pit",
"name": "radioactive rubble",
"target": "sludge_pit"
},
{
"type": "start_location",
"ident": "Strange Cabin",
"name": "strange cabin",
"target": "cabin_strange_100"
},
{
"type": "start_location",
"ident": "Crater",
"name": "crater",
"target": "crater"
},
{
"type": "start_location",
"ident": "doom_lab_warp",
"name": "doomlab warp region",
"target": "doomlab_redacted"
},
{
"type": "start_location",
"ident": "Standing stones",
"name": "strange stones",
"target": "standing_stones"
}
]