Versions / 0.6.0-pre.1 / NPC / Spawn / Beacons / Zone1 / Zone1_Cave_Tier1 / Zone1_Cave_Plains_Aggro.json
Zone1_Cave_Plains_Aggro
Server/NPC/Spawn/Beacons/Zone1/Zone1_Cave_Tier1/Zone1_Cave_Plains_Aggro.json, 574 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_Plains" ],
"MinDistanceFromPlayer": 15,
"MaxSpawnedNPCs": 2,
"ConcurrentSpawnsRange": [ 1, 2 ],
"SpawnAfterGameTimeRange": [ "PT20M", "PT60M" ],
"NPCIdleDespawnTime": 25,
"BeaconVacantDespawnGameTime": "PT15M",
"BeaconRadius": 70,
"SpawnRadius": 50,
"TargetDistanceFromPlayer": 20,
"NPCs": [
{
"Weight": 90,
"Id": "Rat"
},
{
"Weight": 5,
"Id": "Goblin_Scrapper"
},
{
"Weight": 5,
"Id": "Goblin_Miner"
}
],
"LightRanges": {
"Light": [ 0, 2 ]
}
}