Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.8 / Item / Interactions / Weapons / Sword / Attacks / Deprecated / Block / Sword_Block_Damage.json

Sword_Block_Damage

Server/Item/Interactions/Weapons/Sword/Attacks/Deprecated/Block/Sword_Block_Damage.json, 403 B

Fields

FieldType
Typestring
Effectsobject
AngledWieldingobject
StaminaCostobject

Source

{
  "Type": "Wielding",
  "Effects": {
    "ItemAnimationId": "Guard",
    "ClearAnimationOnFinish": true
  },
  "AngledWielding": {
    "Angle": 0,
    "AngleDistance": 95,
    "DamageModifiers": {
      "Physical": 0,
      "Projectile": 0
    },
    "KnockbackModifiers": {
      "Physical": 0.25,
      "Projectile": 0.25
    }
  },
  "StaminaCost": {
    "Value": 10,
    "CostType": "Damage"
  }
}