Hytale Asset ReferenceUnofficial
Versions / 0.5.2 / Item / Interactions / Weapons / Sickle / Attacks / Swing_Left / Sickle_Swing_Left.json

Sickle_Swing_Left

Server/Item/Interactions/Weapons/Sickle/Attacks/Swing_Left/Sickle_Swing_Left.json, 924 B

Fields

FieldType
Typestring
Effectsobject
$Commentstring
RunTimenumber
Nextobject

Source

{
  "Type": "Simple",
  "Effects": {
    "ItemAnimationId": "SwingLeftSlow"
  },
  "$Comment": "Prepare Delay",
  "RunTime": 0.3,
  "Next": {
    "Type": "Parallel",
    "$Comment": "Make sure this parallel interaction is needed and can't be optimized away",
    "Interactions": [
      {
        "Interactions": [
          {
            "Type": "Replace",
            "DefaultOk": true,
            "DefaultValue": {
              "Interactions": [
                "Sickle_Swing_Left_Selector"
              ]
            },
            "Var": "Swing_Left_Selector"
          }
        ]
      },
      {
        "Interactions": [
          {
            "Type": "Replace",
            "DefaultOk": true,
            "DefaultValue": {
              "Interactions": [
                "Sickle_Swing_Left_Effect"
              ]
            },
            "Var": "Swing_Left_Effect"
          }
        ]
      }
    ]
  }
}