Hytale Asset ReferenceUnofficial
Versions / 0.5.1 / NPC / Roles / Undead / Zombie / Zombie_Burnt.json

Zombie_Burnt

Server/NPC/Roles/Undead/Zombie/Zombie_Burnt.json, 853 B

Fields

FieldType
Typestring
Referencestring
Modifyobject
Parametersobject

Source

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