Hytale Asset ReferenceUnofficial
Versions / 0.5.2 / NPC / Roles / Aquatic / Freshwater / Minnow.json

Minnow

Server/NPC/Roles/Aquatic/Freshwater/Minnow.json, 503 B

Fields

FieldType
Typestring
Referencestring
Modifyobject
Parametersobject

Source

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