Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.2 / Item / Interactions / NPCs / Undead / Skeleton_Knight / Skeleton_Knight_Shield_Block.json

Skeleton_Knight_Shield_Block

Server/Item/Interactions/NPCs/Undead/Skeleton_Knight/Skeleton_Knight_Shield_Block.json, 421 B

Fields

FieldType
Typestring
Effectsobject
$Commentstring
RunTimenumber
Nextobject

Source

{
  "Type": "Simple",
  "Effects": {
    "ItemPlayerAnimationsId": "Skeleton_Shield",
    "ItemAnimationId": "Guard",
    "ClearAnimationOnFinish": true
  },
  "$Comment": "Prepare Delay",
  "RunTime": 0.1,
  "Next": {
    "Type": "Wielding",
    "Effects": {
      "ItemAnimationId": "Guard",
      "ClearAnimationOnFinish": true
    },
    "DamageModifiers": {
      "Physical": 0.2,
      "Projectile": 0.2
    }
  }
}