Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1 / NPC / Spawn / Beacons / Zone1 / Zone1_Cave_Tier3 / Zone1_Cave_Volcanic_T3_Aggro.json

Zone1_Cave_Volcanic_T3_Aggro

Server/NPC/Spawn/Beacons/Zone1/Zone1_Cave_Tier3/Zone1_Cave_Volcanic_T3_Aggro.json, 604 B

Fields

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

Source

{
  "Environments": [ "Env_Zone1_Caves_Volcanic_T3" ],
  "MinDistanceFromPlayer": 15,
  "MaxSpawnedNPCs": 3,
  "ConcurrentSpawnsRange": [ 1, 2 ],
  "SpawnAfterGameTimeRange": [ "PT20M", "PT60M" ],
  "NPCIdleDespawnTime": 25,
  "BeaconVacantDespawnGameTime": "PT15M",
  "BeaconRadius": 70,
  "SpawnRadius": 50,
  "TargetDistanceFromPlayer": 25,
  "NPCs": [
    {
      "Weight": 15,
      "SpawnBlockSet": "Volcanic",
      "Id": "Golem_Firesteel"
    },
    {
      "Weight": 85,
      "SpawnBlockSet": "Volcanic",
      "Id": "Toad_Rhino_Magma"
    }
  ],
  "LightRanges": {
    "Light": [ 0, 7 ]
  }
}