Versions / 0.5.6 / NPC / Spawn / Beacons / Zone3 / Zone3_Cave_Tier3 / Zone3_Cave_Volcanic_T3_Aggro.json
Zone3_Cave_Volcanic_T3_Aggro
Server/NPC/Spawn/Beacons/Zone3/Zone3_Cave_Tier3/Zone3_Cave_Volcanic_T3_Aggro.json, 595 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_Caves_Volcanic_T3" ],
"MinDistanceFromPlayer": 15,
"MaxSpawnedNPCs": 3,
"ConcurrentSpawnsRange": [ 1, 2 ],
"SpawnAfterGameTimeRange": [ "PT20M", "PT60M" ],
"NPCIdleDespawnTime": 25,
"BeaconVacantDespawnGameTime": "PT15M",
"BeaconRadius": 70,
"SpawnRadius": 50,
"TargetDistanceFromPlayer": 25,
"NPCs": [
{
"Weight": 40,
"Id": "Eel_Moray"
},
{
"Weight": 40,
"Id": "Piranha_Black"
},
{
"Weight": 20,
"Id": "Skeleton_Frost_Soldier"
}
],
"LightRanges": {
"Light": [ 0, 7 ]
}
}