Hytale Asset ReferenceUnofficial
Versions / 0.5.0 / Item / Interactions / Weapons / Block / Variants / Block_Attack.json

Block_Attack

Server/Item/Interactions/Weapons/Block/Variants/Block_Attack.json, 209 B

Fields

FieldType
Typestring
RequiredGameModestring
Nextobject
Failedstring

Source

{
  "Type": "Condition",
  "RequiredGameMode": "Creative",
  "Next": {
    "Type": "Serial",
    "Interactions": [
      "Block_Break",
      "Block_Attack_Swing"
    ]
  },
  "Failed": "Block_Attack_Swing"
}