Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.2 / Item / Interactions / Weapons / Mace / Deprecated / Attacks / Swings / Mace_Swings_Left.json

Mace_Swings_Left

Server/Item/Interactions/Weapons/Mace/Deprecated/Attacks/Swings/Mace_Swings_Left.json, 1.3 KB

Fields

FieldType
Typestring
Interactionsarray[1]

Source

{
    "Type": "Serial",
    "Interactions": [
      {
        "$Comment": "Play the charging animation and fork based on time",
        "Type": "Charging",
        "DisplayProgress": false,
        "Effects": {
          "$Comment": "Charging while swinging and associated particles and sounds",
          "ItemAnimationId": "SwingLeftCharging",
          "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": {
            "$Comment": "Charging interaction forks - consume the requisite stamina and begin the next interaction state",
            "Type": "Serial",
            "Interactions": [
              "Mace_Swing_Left"
            ]
          },
          "0.65": {
            "$Comment": "Fully charged",
            "Type": "Serial",
            "Interactions": [
              "Mace_Swing_Left_Charged"
            ]
          }
        }
      }
    ]
  }