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

Kweebec_Rabbit

Server/NPC/Spawn/Markers/Kweebec_Rabbit.json, 377 B

Fields

FieldType
Modelstring
NPCsarray[1]
ExclusionRadiusnumber
MaxDropHeightnumber
DeactivationDistancenumber

Source

{
  "Model": "NPC_Spawn_Marker",
  "NPCs": [
    {
      "Name": "Rabbit",
      "Weight": 100,
      "SpawnAfterGameTime": "P1D",
      "Flock": {
        "Type": "Weighted",
        "MinSize": 1,
        "SizeWeights": [
          33.3,
          33.3,
          33.3
        ]
      }
    }
  ],
  "ExclusionRadius": 10,
  "MaxDropHeight": 4,
  "DeactivationDistance": 150
}