Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.2 / Item / Interactions / Weapons / Axe / Attacks / Block / Axe_Block.json

Axe_Block

Server/Item/Interactions/Weapons/Axe/Attacks/Block/Axe_Block.json, 316 B

Fields

FieldType
Typestring
Effectsobject
$Commentstring
RunTimenumber
Nextobject

Source

{
  "Type": "Simple",
  "Effects": {
    "ItemAnimationId": "Guard",
    "ClearAnimationOnFinish": true
  },
  "$Comment": "Prepare Delay",
  "RunTime": 0.1,
  "Next": {
    "Type": "Replace",
    "DefaultValue": {
      "Interactions": [
        "Axe_Block_Damage"
      ]
    },
    "Var": "Axe_Block_Damage"
  }
}