Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.2 / Item / Interactions / Weapons / Longsword / Attacks / Block / Longsword_Block.json

Longsword_Block

Server/Item/Interactions/Weapons/Longsword/Attacks/Block/Longsword_Block.json, 328 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": [
        "Longsword_Block_Damage"
      ]
    },
    "Var": "Longsword_Block_Damage"
  }
}