Hytale Asset ReferenceUnofficial
Versions / 0.5.6 / NPC / Spawn / Beacons / Zone3 / Zone3_Glacial_Henges_Aggro.json

Zone3_Glacial_Henges_Aggro

Server/NPC/Spawn/Beacons/Zone3/Zone3_Glacial_Henges_Aggro.json, 705 B

Fields

FieldType
Environmentsarray[1]
MinDistanceFromPlayernumber
MaxSpawnedNPCsnumber
ConcurrentSpawnsRangearray[2]
SpawnAfterGameTimeRangearray[2]
NPCIdleDespawnTimenumber
BeaconVacantDespawnGameTimestring
BeaconRadiusnumber
SpawnRadiusnumber
TargetDistanceFromPlayernumber
NPCsarray[3]
LightRangesobject

Source

{
  "Environments": [ "Env_Zone3_Glacial_Henges" ],
  "MinDistanceFromPlayer": 15,
  "MaxSpawnedNPCs": 15,
  "ConcurrentSpawnsRange": [ 4, 6 ],
  "SpawnAfterGameTimeRange": [ "PT2M", "PT8M" ],
  "NPCIdleDespawnTime": 25,
  "BeaconVacantDespawnGameTime": "PT15M",
  "BeaconRadius": 20,
  "SpawnRadius": 50,
  "TargetDistanceFromPlayer": 20,
  "NPCs": [
    {
      "Weight": 30,
      "Id": "Skeleton_Frost_Ranger",
      "SpawnBlockSet": "Soil"
    },
    {
      "Weight": 50,
      "Id": "Skeleton_Frost_Fighter",
      "SpawnBlockSet": "Soil"
    },
    {
      "Weight": 20,
      "Id": "Skeleton_Frost_Soldier",
      "SpawnBlockSet": "Soil"
    }
  ],
  "LightRanges": {
    "Light": [ 0, 7 ]
  }
}