Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Item / Interactions / Weapons / Daggers / Primary / Pounce / Sweep / Weapon_Daggers_Primary_Pounce_Sweep.json

Weapon_Daggers_Primary_Pounce_Sweep

Server/Item/Interactions/Weapons/Daggers/Primary/Pounce/Sweep/Weapon_Daggers_Primary_Pounce_Sweep.json, 1.6 KB

Fields

FieldType
Typestring
Effectsobject
RunTimenumber
Nextobject

Source

{
  "Type": "Simple",
  "Effects": {
    "ItemAnimationId": "PounceSweep",
    "LocalSoundEventId": "SFX_Daggers_T2_Swing_Double_Local",
    "WorldSoundEventId": "SFX_Daggers_T2_Swing_Double",
    "CameraEffect": "Daggers_Land"
  },
  "RunTime": 0.133,
  "Next": {
    "Type": "Serial",
    "Interactions": [
      {
        "Type": "Replace",
        "Var": "Pounce_Sweep_StaminaRegenDelay",
        "DefaultOk": true,
        "DefaultValue": {
          "Interactions": [
            {
              "Type": "ChangeStat",
              "Behaviour": "Set",
              "StatModifiers": {
                "StaminaRegenDelay": -1.5
              }
            }
          ]
        }
      },
      {
        "Type": "Parallel",
        "$Comment": "Make sure this parallel interaction is needed and can't be optimized away",
        "Interactions": [
          {
            "Interactions": [
              {
                "Type": "Replace",
                "Var": "Pounce_Sweep_Selector",
                "DefaultOk": true,
                "DefaultValue": {
                  "Interactions": [
                    "Weapon_Daggers_Primary_Pounce_Sweep_Selector"
                  ]
                }
              }
            ]
          },
          {
            "Interactions": [
              {
                "Type": "Replace",
                "Var": "Pounce_Sweep_Effect",
                "DefaultOk": true,
                "DefaultValue": {
                  "Interactions": [
                    "Weapon_Daggers_Primary_Pounce_Sweep_Effect"
                  ]
                }
              }
            ]
          }
        ]
      }
    ]
  }
}