Versions / 0.5.1 / NPC / Spawn / Beacons / Zone2 / Zone2_Cave_Tier3 / Zone2_Cave_Volcanic_T3_Goblin.json
Zone2_Cave_Volcanic_T3_Goblin
Server/NPC/Spawn/Beacons/Zone2/Zone2_Cave_Tier3/Zone2_Cave_Volcanic_T3_Goblin.json, 791 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[4] |
LightRanges | object |
Source
{
"Environments": [ "Env_Zone2_Caves_Volcanic_T3" ],
"MinDistanceFromPlayer": 15,
"MaxSpawnedNPCs": 5,
"ConcurrentSpawnsRange": [ 1, 2 ],
"SpawnAfterGameTimeRange": [ "PT20M", "PT60M" ],
"NPCIdleDespawnTime": 60,
"BeaconVacantDespawnGameTime": "PT15M",
"BeaconRadius": 70,
"SpawnRadius": 50,
"TargetDistanceFromPlayer": 25,
"NPCs": [
{
"Weight": 65,
"SpawnBlockSet": "Volcanic",
"Id": "Goblin_Scrapper"
},
{
"Weight": 20,
"SpawnBlockSet": "Volcanic",
"Id": "Goblin_Lobber"
},
{
"Weight": 10,
"SpawnBlockSet": "Volcanic",
"Id": "Goblin_Hermit"
},
{
"Weight": 5,
"SpawnBlockSet": "Volcanic",
"Id": "Goblin_Miner"
}
],
"LightRanges": {
"Light": [ 0, 7 ]
}
}