Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.8 / Item / Interactions / Weapons / Unarmed / Variants / Unarmed_Attack_Swing_Left.json

Unarmed_Attack_Swing_Left

Server/Item/Interactions/Weapons/Unarmed/Variants/Unarmed_Attack_Swing_Left.json, 209 B

Fields

FieldType
Typestring
RequiredGameModestring
Nextobject
Failedstring

Source

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