Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.2 / NPC / Roles / Avian / Aerial / Parrot.json

Parrot

Server/NPC/Roles/Avian/Aerial/Parrot.json, 519 B

Fields

FieldType
Typestring
Referencestring
Modifyobject
Parametersobject

Source

{
  "Type": "Variant",
  "Reference": "Template_Birds_Passive",
  "Modify": {
    "Appearance": "Parrot",
    "FlockArray": [
      "Parrot"
    ],
    "DropList": "Drop_Parrot",
    "MaxHealth": 29,
    "WanderRadius": 12,
    "IsMemory": true,
    "MemoriesCategory": "Avian",
    "NameTranslationKey": {
      "Compute": "NameTranslationKey"
    }
  },
  "Parameters": {
    "NameTranslationKey": {
      "Value": "server.npcRoles.Parrot.name",
      "Description": "Translation key for NPC name display"
    }
  }
}