Zone4_Cave_Passive
Server/NPC/Spawn/Beacons/Zone4/Zone4_Cave/Zone4_Cave_Passive.json, 446 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[1] |
LightRanges | object |
Source
{
"Environments": [ "Env_Zone4_Caves" ],
"MinDistanceFromPlayer": 15,
"MaxSpawnedNPCs": 3,
"ConcurrentSpawnsRange": [ 1, 2 ],
"SpawnAfterGameTimeRange": [ "PT20M", "PT60M" ],
"NPCIdleDespawnTime": 15,
"BeaconVacantDespawnGameTime": "PT15M",
"BeaconRadius": 70,
"SpawnRadius": 50,
"TargetDistanceFromPlayer": 20,
"NPCs": [
{
"Weight": 30,
"Id": "Bat"
}
],
"LightRanges": {
"Light": [ 0, 2 ]
}
}