Hytale Asset ReferenceUnofficial
Versions / 0.5.2 / NPC / Spawn / Beacons / Zone4 / Zone4_Sewers / Zone4_Sewers_Passive.json

Zone4_Sewers_Passive

Server/NPC/Spawn/Beacons/Zone4/Zone4_Sewers/Zone4_Sewers_Passive.json, 445 B

Fields

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

Source

{
  "Environments": [ "Env_Zone4_Sewers" ],
  "MinDistanceFromPlayer": 15,
  "MaxSpawnedNPCs": 2,
  "ConcurrentSpawnsRange": [ 1, 2 ],
  "SpawnAfterGameTimeRange": [ "PT2M", "PT8M" ],
  "NPCIdleDespawnTime": 15,
  "BeaconVacantDespawnGameTime": "PT15M",
  "BeaconRadius": 20,
  "SpawnRadius": 50,
  "TargetDistanceFromPlayer": 20,
  "NPCs": [
    {
      "Weight": 30,
      "Id": "Bat"
    }
  ],
  "LightRanges": {
    "Light": [ 0, 7 ]
  }
}