Zone1_Cave_Goblin
Server/NPC/Spawn/Beacons/Zone1/Zone1_Cave/Zone1_Cave_Goblin.json, 692 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_Zone1_Caves_Goblins" ],
"MinDistanceFromPlayer": 15,
"MaxSpawnedNPCs": 3,
"ConcurrentSpawnsRange": [ 1, 2 ],
"SpawnAfterGameTimeRange": [ "PT20M", "PT40M" ],
"NPCIdleDespawnTime": 60,
"BeaconVacantDespawnGameTime": "PT15M",
"BeaconRadius": 50,
"SpawnRadius": 40,
"TargetDistanceFromPlayer": 25,
"NPCs": [
{
"Weight": 60,
"SpawnBlockSet": "Volcanic",
"Id": "Goblin_Scrapper"
},
{
"Weight": 20,
"SpawnBlockSet": "Volcanic",
"Id": "Goblin_Lobber"
},
{
"Weight": 20,
"SpawnBlockSet": "Volcanic",
"Id": "Goblin_Miner"
}
],
"LightRanges": {
"Light": [ 0, 2 ]
}
}