Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.2 / NPC / Roles / Undead / Skeleton / Skeleton_Incandescent / Skeleton_Incandescent_Head.json

Skeleton_Incandescent_Head

Server/NPC/Roles/Undead/Skeleton/Skeleton_Incandescent/Skeleton_Incandescent_Head.json, 1.1 KB

Fields

FieldType
Typestring
Referencestring
Modifyobject
Parametersobject

Source

{
  "Type": "Variant",
  "Reference": "Template_Flying_Aggressive",
  "Modify": {
    "DeathParticles": "Effect_Death_Flames",
    "Appearance": "Skeleton_Incandescent_Head",
    "DropList": "Drop_Skeleton_Incandescent_Head",
    "MaxHealth": 81,
    "IsMemory": true,
    "MemoriesCategory": "Undead",
    "NameTranslationKey": { "Compute": "NameTranslationKey" },
    "MotionFlyMinHeightAboveGround": 1,
    "MotionFlyMaxHeightAboveGround": 3,
    "MotionFlyMaxHorizontalSpeed": 6,
    "ViewRange": 20,
    "ViewSector": 180,
    "HearingRange": 10,
    "AlertedRange": 30,
    "RangedAttack": "Spirit_Root_Spore_Gas",
    "RangedAttackDistance": 10,
    "CombatRelativeSpeedChase": 0.8,
    "MotionDesiredAltitudeCombat": [ 1, 3 ],
    "MotionDesiredAltitudeSearch": [ 5, 7 ],
    "_CombatConfig": {
      "EntityEffects": ["Immunity_Fire"]
    },
    "CombatSeekSlowdownDistance": 5,
    "CombatSeekStopDistance": 3
  },
  "Parameters": {
    "NameTranslationKey": {
      "Value": "server.npcRoles.Skeleton_Incandescent_Head.name",
      "Description": "Translation key for NPC name display"
    }
  }
}