Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.6 / NPC / Roles / Creature / Livestock / Tamed / Tamed_Rabbit.json

Tamed_Rabbit

Server/NPC/Roles/Creature/Livestock/Tamed/Tamed_Rabbit.json, 772 B

Fields

FieldType
Typestring
Referencestring
Modifyobject
Parametersobject

Source

{
  "Type": "Variant",
  "Reference": "Template_Livestock",
  "Modify": {
    "Appearance": "Rabbit",
    "FlockArray": [
      "Rabbit",
      "Bunny"
    ],
    "AttractiveItemSet": [
      "Tool_Feedbag",
      "Plant_Crop_Carrot_Item"
    ],
    "DropList": "Drop_Rabbit",
    "MaxHealth": 49,
    "MaxSpeed": 8,
    "ViewRange": 20,
    "ViewSector": 350,
    "HearingRange": 14,
    "AlertedRange": 22,
    "AlertedActionRange": 7,
    "AbsoluteDetectionRange": 3,
    "IsMemory": true,
    "MemoriesNameOverride": "Rabbit",
    "NameTranslationKey": {
      "Compute": "NameTranslationKey"
    }
  },
  "Parameters": {
    "NameTranslationKey": {
      "Value": "server.npcRoles.Rabbit.name",
      "Description": "Translation key for NPC name display"
    }
  }
}