Hytale Asset ReferenceUnofficial
Versions / 0.5.3 / Item / Interactions / Weapons / Battleaxe / Deprecated / Attacks / Sweep / Battleaxe_Sweep.json

Battleaxe_Sweep

Server/Item/Interactions/Weapons/Battleaxe/Deprecated/Attacks/Sweep/Battleaxe_Sweep.json, 1.3 KB

Fields

FieldType
Typestring
Effectsobject
$Commentstring
RunTimenumber
Nextobject

Source

{
  "Type": "Simple",
  "Effects": {
    "ItemAnimationId": "Sweep"
  },
  "$Comment": "Prepare Delay",
  "RunTime": 0.1,
  "Next": {
    "Type": "Parallel",
    "$Comment": "Make sure this parallel interaction is needed and can't be optimized away",
    "Interactions": [
      {
        "Interactions": [
          {
            "Type": "Selector",
            "$Comment": "Length of Combat",
            "RunTime": 0.1,
            "Selector": {
              "Id": "Horizontal",
              "Direction": "ToLeft",
              "TestLineOfSight": true,
              "ExtendTop": 0.5,
              "ExtendBottom": 0.5,
              "StartDistance": 0.1,
              "EndDistance": 2.5,
              "Length": 360,
              "RollOffset": 0,
              "YawStartOffset": -180
            },
            "HitBlock": {
              "Interactions": [
                "Block_Break_Adventure"
              ]
            },
            "HitEntity": {
              "Interactions": [
                "Battleaxe_Sweep_Damage"
              ]
            },
            "Next": {
              "Type": "Simple",
              "$Comment": "Pad the interaction length",
              "RunTime": 0.1
            }
          }
        ]
      },
      {
        "Interactions": [
          "Battleaxe_Sweep_Effect"
        ]
      }
    ]
  }
}