Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.10 / NPC / Roles / Undead / Zombie / Zombie_Sand.json

Zombie_Sand

Server/NPC/Roles/Undead/Zombie/Zombie_Sand.json, 1.0 KB

Fields

FieldType
Typestring
Referencestring
Modifyobject
Parametersobject

Source

{
  "Type": "Variant",
  "Reference": "Template_Predator",
  "Modify": {
    "Appearance": "Zombie_Sand",
    "DropList": "Drop_Zombie_Sand",
    "DisableDamageGroups": [ "Zombie" ],
    "MaxHealth": 49,
    "ViewRange": 12,
    "HearingRange": 8,
    "WanderRadius": 6,
    "MaxSpeed": 9,
    "Attack": "Root_NPC_Zombie_Sand_Melee",
    "AttackDistance": 2,
    "CombatStrafeWeight": 0,
    "CombatBackOffAfterAttack": false,
    "AlwaysSleepAtNight": false,
    "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_Sand.name",
      "Description": "Translation key for NPC name display"
    }
  }
}