Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9.1 / NPC / Roles / Aquatic / Freshwater / Catfish.json

Catfish

Server/NPC/Roles/Aquatic/Freshwater/Catfish.json, 507 B

Fields

FieldType
Typestring
Referencestring
Modifyobject
Parametersobject

Source

{
  "Type": "Variant",
  "Reference": "Template_Swimming_Passive",
  "Modify": {
    "Appearance": "Catfish",
    "FlockArray": [
      "Catfish"
    ],
    "DropList": "Drop_Catfish",
    "MaxHealth": 29,
    "IsMemory": true,
    "MemoriesCategory": "Freshwater",
    "NameTranslationKey": {
      "Compute": "NameTranslationKey"
    }
  },
  "Parameters": {
    "NameTranslationKey": {
      "Value": "server.npcRoles.Catfish.name",
      "Description": "Translation key for NPC name display"
    }
  }
}