Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.8 / NPC / Spawn / Markers / Intelligent / Goblin / Goblin.json

Goblin

Server/NPC/Spawn/Markers/Intelligent/Goblin/Goblin.json, 421 B

Fields

FieldType
Modelstring
NPCsarray[3]
ExclusionRadiusnumber
MaxDropHeightnumber
DeactivationDistancenumber

Source

{
  "Model": "NPC_Spawn_Marker",
  "NPCs": [
    {
      "Name": "Goblin_Scrapper",
      "Weight": 60,
      "SpawnAfterGameTime": "P1D"
    },
    {
      "Name": "Goblin_Lobber",
      "Weight": 25,
      "SpawnAfterGameTime": "P1D"
    },
    {
      "Name": "Goblin_Thief",
      "Weight": 15,
      "SpawnAfterGameTime": "P1D"
    }
  ],
  "ExclusionRadius": 10,
  "MaxDropHeight": 4,
  "DeactivationDistance": 40
}