Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.4 / Item / Interactions / Weapons / Mace / Deprecated / Attacks / Swings / Mace_Swings_Up.json

Mace_Swings_Up

Server/Item/Interactions/Weapons/Mace/Deprecated/Attacks/Swings/Mace_Swings_Up.json, 1017 B

Fields

FieldType
Typestring
Interactionsarray[1]

Source

{
    "Type": "Serial",
    "Interactions": [
      {
        "Type": "Charging",
        "DisplayProgress": false,
        "Effects": {
          "ItemAnimationId": "SwingUpLeftCharging",
          "Particles": [
            {
              "PositionOffset": {
                "X": 0.6,
                "Y": 0,
                "Z": 0
              },
              "RotationOffset": {
                "Pitch": 0,
                "Roll": 90,
                "Yaw": 0
              },
              "TargetNodeName": "Handle",
              "SystemId": "Mace_Charging"
            }
          ]
        },
        "AllowIndefiniteHold": false,
        "Next": {
          "0": {
            "Type": "Serial",
            "Interactions": [
              "Mace_Swing_Up_Left"
            ]
          },
          "0.65": {
            "$Comment": "Fully charged",
            "Type": "Serial",
            "Interactions": [
              "Mace_Swing_Up_Left_Charged"
            ]
          }
        }
      }
    ]
  }