Hytale Asset ReferenceUnofficial
Versions / 0.5.0 / NPC / Roles / Undead / Zombie / Zombie.json

Zombie

Server/NPC/Roles/Undead/Zombie/Zombie.json, 758 B

Fields

FieldType
Typestring
Referencestring
Modifyobject
Parametersobject

Source

{
  "Type": "Variant",
  "Reference": "Template_Aggressive_Zombies",
  "Modify": {
    "DropList": "Drop_Zombie",
    "Appearance": "Zombie",
    "MaxHealth": 49,
    "IsMemory": true,
    "MemoriesCategory": "Undead",
    "_InteractionVars": {
      "Melee_Damage": {
        "Interactions": [
          {
            "Parent": "NPC_Attack_Melee_Damage",
            "DamageCalculator": {
              "BaseDamage": {
                "Physical": 18
              }
            }
          }
        ]
      }
    },
    "NameTranslationKey": {
      "Compute": "NameTranslationKey"
    }
  },
  "Parameters": {
    "NameTranslationKey": {
      "Value": "server.npcRoles.Zombie.name",
      "Description": "Translation key for NPC name display"
    }
  }
}