Hytale Asset ReferenceUnofficial
Versions / 0.5.5 / NPC / Roles / Aquatic / Marine / Crab.json

Crab

Server/NPC/Roles/Aquatic/Marine/Crab.json, 502 B

Fields

FieldType
Typestring
Referencestring
Modifyobject
Parametersobject

Source

{
  "Type": "Variant",
  "Reference": "Template_Animal_Neutral",
  "Modify": {
    "Appearance": "Crab",
    "FlockArray": [ "Crab" ],
    "DropList": "Drop_Crab",
    "MaxHealth": 49,
    "IsMemory": true,
    "MemoriesCategory": "Freshwater",
    "BreathesInWater": true,
    "NameTranslationKey": { "Compute": "NameTranslationKey" }
  },
  "Parameters": {
    "NameTranslationKey": {
      "Value": "server.npcRoles.Crab.name",
      "Description": "Translation key for NPC name display"
    }
  }
}