Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8 / NPC / Roles / Creature / Mammal / Armadillo.json

Armadillo

Server/NPC/Roles/Creature/Mammal/Armadillo.json, 563 B

Fields

FieldType
Typestring
Referencestring
Modifyobject
Parametersobject

Source

{
  "Type": "Variant",
  "Reference": "Template_Animal_Neutral",
  "Modify": {
    "Appearance": "Armadillo",
    "AttitudeGroup": "Prey",
    "FlockArray": [
      "Armadillo"
    ],
    "DropList": "Drop_Armadillo",
    "MaxHealth": 103,
    "ViewRange": 10,
    "IsMemory": true,
    "MemoriesCategory": "Livestock",
    "NameTranslationKey": {
      "Compute": "NameTranslationKey"
    }
  },
  "Parameters": {
    "NameTranslationKey": {
      "Value": "server.npcRoles.Armadillo.name",
      "Description": "Translation key for NPC name display"
    }
  }
}