-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample_spawnpoints.json
34 lines (34 loc) · 1007 Bytes
/
example_spawnpoints.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
{
"areas": [
{
"name": "area_a",
"respawn_delay": 30,
"celltag_disable_time": 30,
"celltag_radius": 2,
"techtypes": [
{ "techtype": "GGI", "minimum": 24, "taskforce_size": 6 },
{ "techtype": "DOG", "minimum": 12, "taskforce_size": 3 }
],
"spawnpoints": [
{ "waypoint_id": 151 },
{ "waypoint_id": 152 },
{ "waypoint_id": 153 },
{ "waypoint_id": 154 },
{ "waypoint_id": 157 }
]
},
{
"name": "area_b",
"respawn_delay": 15,
"celltag_disable_time": 30,
"celltag_radius": 2,
"techtypes": [
{ "techtype": "E2", "minimum": 25, "taskforce_size": 7 }
],
"spawnpoints": [
{ "waypoint_id": 155 },
{ "waypoint_id": 156 }
]
}
]
}