Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.2 / Item / Interactions / Weapons / Mace / Primary / Weapon_Mace_Primary.json

Weapon_Mace_Primary

Server/Item/Interactions/Weapons/Mace/Primary/Weapon_Mace_Primary.json, 1.6 KB

Fields

FieldType
Typestring
Leftobject
Rightobject
Backobject
Failedobject

Source

{
  "Type": "MovementCondition",
  "Left": {
    "Type": "Replace",
    "Var": "Swing_Left_Charged_StaminaCondition",
    "DefaultOk": true,
    "DefaultValue": {
      "Interactions": [
        "Weapon_Mace_Primary_Swing_Left_Charged_StaminaCondition"
      ]
    }
  },
  "Right": {
    "Type": "Replace",
    "Var": "Swing_Right_Charged_StaminaCondition",
    "DefaultOk": true,
    "DefaultValue": {
      "Interactions": [
        "Weapon_Mace_Primary_Swing_Right_Charged_StaminaCondition"
      ]
    }
  },
  "Back": {
    "Type": "Replace",
    "Var": "Swing_Up_Left_Charged_StaminaCondition",
    "DefaultOk": true,
    "DefaultValue": {
      "Interactions": [
        "Weapon_Mace_Primary_Swing_Up_Left_Charged_StaminaCondition"
      ]
    }
  },
  "Failed": {
    "Type": "Chaining",
    "ChainingAllowance": 2.1,
    "Next": [
      {
        "Type": "Replace",
        "Var": "Swing_Left_Charged_StaminaCondition",
        "DefaultOk": true,
        "DefaultValue": {
          "Interactions": [
            "Weapon_Mace_Primary_Swing_Left_Charged_StaminaCondition"
          ]
        }
      },
      {
        "Type": "Replace",
        "Var": "Swing_Right_Charged_StaminaCondition",
        "DefaultOk": true,
        "DefaultValue": {
          "Interactions": [
            "Weapon_Mace_Primary_Swing_Right_Charged_StaminaCondition"
          ]
        }
      },
      {
        "Type": "Replace",
        "Var": "Swing_Up_Left_Charged_StaminaCondition",
        "DefaultOk": true,
        "DefaultValue": {
          "Interactions": [
            "Weapon_Mace_Primary_Swing_Up_Left_Charged_StaminaCondition"
          ]
        }
      }
    ]
  }
}