Hytale Asset ReferenceUnofficial
Versions / 0.5.7 / NPC / Roles / Creature / Livestock / Bunny.json

Bunny

Server/NPC/Roles/Creature/Livestock/Bunny.json, 875 B

Fields

FieldType
Typestring
Referencestring
Modifyobject
Parametersobject

Source

{
  "Type": "Variant",
  "Reference": "Template_Animal_Neutral",
  "Modify": {
    "Appearance": "Bunny",
    "FlockArray": [
      "Bunny",
      "Rabbit"
    ],
    "AttractiveItemSet": [
      "Plant_Crop_Carrot_Item"
    ],
    "AttractiveItemSetParticles": "Want_Food_Carrot",
    "DropList": "Drop_Bunny",
    "MaxHealth": 25,
    "MaxSpeed": 5,
    "ViewRange": 18,
    "ViewSector": 350,
    "HearingRange": 12,
    "AlertedRange": 20,
    "AlertedActionRange": 6,
    "AbsoluteDetectionRange": 3,
    "Timid": true,
    "IsTameable": true,
    "TameRoleChange": "Tamed_Bunny",
    "IsMemory": true,
    "MemoriesNameOverride": "Bunny",
    "NameTranslationKey": { "Compute": "NameTranslationKey" }
  },
  "Parameters": {
    "NameTranslationKey": {
      "Value": "server.npcRoles.Bunny.name",
      "Description": "Translation key for NPC name display"
    }
  }
}