Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.10 / NPC / Roles / Avian / Aerial / Bat.json

Bat

Server/NPC/Roles/Avian/Aerial/Bat.json, 507 B

Fields

FieldType
Typestring
Referencestring
Modifyobject
Parametersobject

Source

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