Zone3_Glacial_Henges_Aggro
Server/NPC/Spawn/Beacons/Zone3/Zone3_Glacial_Henges_Aggro.json, 705 B
Fields
| Field | Type |
|---|---|
Environments | array[1] |
MinDistanceFromPlayer | number |
MaxSpawnedNPCs | number |
ConcurrentSpawnsRange | array[2] |
SpawnAfterGameTimeRange | array[2] |
NPCIdleDespawnTime | number |
BeaconVacantDespawnGameTime | string |
BeaconRadius | number |
SpawnRadius | number |
TargetDistanceFromPlayer | number |
NPCs | array[3] |
LightRanges | object |
Source
{
"Environments": [ "Env_Zone3_Glacial_Henges" ],
"MinDistanceFromPlayer": 15,
"MaxSpawnedNPCs": 15,
"ConcurrentSpawnsRange": [ 4, 6 ],
"SpawnAfterGameTimeRange": [ "PT2M", "PT8M" ],
"NPCIdleDespawnTime": 25,
"BeaconVacantDespawnGameTime": "PT15M",
"BeaconRadius": 20,
"SpawnRadius": 50,
"TargetDistanceFromPlayer": 20,
"NPCs": [
{
"Weight": 30,
"Id": "Skeleton_Frost_Ranger",
"SpawnBlockSet": "Soil"
},
{
"Weight": 50,
"Id": "Skeleton_Frost_Fighter",
"SpawnBlockSet": "Soil"
},
{
"Weight": 20,
"Id": "Skeleton_Frost_Soldier",
"SpawnBlockSet": "Soil"
}
],
"LightRanges": {
"Light": [ 0, 7 ]
}
}