Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Item / Interactions / Weapons / Club / Attacks / Block / Club_Block.json

Club_Block

Server/Item/Interactions/Weapons/Club/Attacks/Block/Club_Block.json, 318 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": [
        "Club_Block_Damage"
      ]
    },
    "Var": "Club_Block_Damage"
  }
}