Versions / 0.6.0-pre.5 / NPC / Spawn / Beacons / Zone1 / Zone1_Cave_Tier2 / Zone1_Cave_Volcanic_T2_Aggro.json
Zone1_Cave_Volcanic_T2_Aggro
Server/NPC/Spawn/Beacons/Zone1/Zone1_Cave_Tier2/Zone1_Cave_Volcanic_T2_Aggro.json, 620 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[2] |
LightRanges | object |
Source
{
"Environments": [ "Env_Zone1_Caves_Volcanic_T2" ],
"MinDistanceFromPlayer": 15,
"MaxSpawnedNPCs": 2,
"ConcurrentSpawnsRange": [ 1, 2 ],
"SpawnAfterGameTimeRange": [ "PT20M", "PT60M" ],
"NPCIdleDespawnTime": 25,
"BeaconVacantDespawnGameTime": "PT15M",
"BeaconRadius": 70,
"SpawnRadius": 50,
"TargetDistanceFromPlayer": 25,
"NPCs": [
{
"Weight": 90,
"SpawnBlockSet": "Volcanic",
"Id": "Toad_Rhino_Magma"
},
{
"Weight": 10,
"SpawnBlockSet": "Volcanic",
"Id": "Golem_Firesteel"
}
],
"LightRanges": {
"Light": [
0,
7
]
}
}