Hytale Asset ReferenceUnofficial
Versions / 0.5.7 / Item / Interactions / Weapons / Mace / Deprecated / Attacks / Block / Mace_Block_Damage.json

Mace_Block_Damage

Server/Item/Interactions/Weapons/Mace/Deprecated/Attacks/Block/Mace_Block_Damage.json, 788 B

Fields

FieldType
Typestring
Effectsobject
Forksobject
AngledWieldingobject
StaminaCostobject
CancelOnOtherClickboolean
Failedobject
BlockedEffectsobject

Source

{
  "Type": "Wielding",
  "Effects": {
    "ItemAnimationId": "Guard",
    "ClearAnimationOnFinish": true
  },
  "Forks": {
    "Primary": "Mace_Bash"
  },
  "AngledWielding": {
    "Angle": 0,
    "AngleDistance": 90,
    "DamageModifiers": {
      "Physical": 0,
      "Projectile": 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"
      }
    ]
  }
}