forked from Siyalatas/PKs_Rebalancing
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpk_start_locations.json
110 lines (110 loc) · 2.28 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
105
106
107
108
109
110
[
{
"type": "start_location",
"id": "doomlabs",
"name": "PRM Laboratories",
"terrain": [ "doomlab_lab_open" ]
},
{
"type": "start_location",
"id": "hell_church",
"name": "Hell Citadel",
"terrain": [ "hell_city_tunnel_prison_S" ]
},
{
"type": "start_location",
"id": "hell_fort",
"name": "Hell Castle",
"terrain": [ "hell_castle_B1_C" ]
},
{
"type": "start_location",
"id": "religous_church",
"name": "Church",
"terrain": [ "church" ]
},
{
"type": "start_location",
"id": "religous_cemetery",
"name": "Religious Cemetery",
"terrain": [ "cemetery_4square_10" ]
},
{
"type": "start_location",
"id": "public_cemetery",
"name": "Large Cemetery",
"terrain": [ "cemetery_large_43" ]
},
{
"type": "start_location",
"id": "Swamp Shack",
"name": "Hermit Shack",
"terrain": [ "hunter_shack" ]
},
{
"type": "start_location",
"id": "campground",
"name": "campgrounds",
"terrain": [ "campsite_a" ]
},
{
"type": "start_location",
"id": "survivalist farm",
"name": "farm",
"terrain": [ "farm" ]
},
{
"type": "start_location",
"id": "farm unsettled",
"name": "farmhouse",
"terrain": [ "farm_unsettled_house" ]
},
{
"type": "start_location",
"id": "cabin_woods",
"name": "cabin in the woods",
"terrain": [ "cabin" ]
},
{
"type": "start_location",
"id": "sky anomalie",
"name": "warp zone",
"terrain": [ "sky_vortex_ground" ]
},
{
"type": "start_location",
"id": "sludge pit",
"name": "radioactive rubble",
"terrain": [ "sludge_pit" ]
},
{
"type": "start_location",
"id": "Derelict Property",
"name": "Derelict Property",
"terrain": [ "Derelict Property" ]
},
{
"type": "start_location",
"id": "Strange Cabin",
"name": "strange cabin",
"terrain": [ "cabin_strange_100" ]
},
{
"type": "start_location",
"id": "Crater",
"name": "crater",
"terrain": [ "crater" ]
},
{
"type": "start_location",
"id": "doom_lab_warp",
"name": "doomlab warp region",
"terrain": [ "doomlab_redacted" ]
},
{
"type": "start_location",
"id": "Standing stones",
"name": "strange stones",
"terrain": [ "standing_stones" ]
}
]