Hytale Asset ReferenceUnofficial
Versions / 0.4.1 / Item / Interactions / Weapons / Stick / Block / Stick_Block_Damage.json

Stick_Block_Damage

Server/Item/Interactions/Weapons/Stick/Block/Stick_Block_Damage.json, 799 B

Fields

FieldType
Typestring
HorizontalSpeedMultipliernumber
Effectsobject
AngledWieldingobject
StaminaCostobject
CancelOnOtherClickboolean
Failedobject
BlockedEffectsobject

Source

{
  "Type": "Wielding",
  "HorizontalSpeedMultiplier": 0.7,
  "Effects": {
    "ItemAnimationId": "Guard",
    "ClearAnimationOnFinish": true
  },
  "AngledWielding": {
    "Angle": 0,
    "AngleDistance": 90,
    "DamageModifiers": {
      "Physical": 0,
      "Projectile": 0,
      "Poison": 0
    },
    "KnockbackModifiers": {
      "Physical": 0.25,
      "Projectile": 0.25
    }
  },
  "StaminaCost": {
    "Value": 15,
    "CostType": "Damage"
  },
  "CancelOnOtherClick": false,
  "Failed": {
    "Type": "Simple",
    "Effects": {
      "Particles": [
        {
          "SystemId": "Shield_Shatter"
        }
      ]
    }
  },
  "BlockedEffects": {
    "WorldSoundEventId": "SFX_Shield_T2_Impact",
    "WorldParticles": [
      {
        "SystemId": "Shield_Block"
      }
    ]
  }
}