User:FeralKitty/Broadswipes

From Wildermyth Wiki
< User:FeralKitty
Revision as of 21:16, 15 September 2021 by FeralKitty (talk | contribs) (Transclude formulas from subpage)

Broadswipes is a Warrior ability.

(Passive) Hero's melee attacks deal x damage to all other foes within range.

Damage: floor(max(1,(self.PHYSICAL_DAMAGE_BONUS+self.POTENCY)))+(2*self.warriorDeck_broadswipes_upgrade)
Range: max(1.6,weapon.weaponMaxRange)+self.BONUS_RANGE

Upgrade

(Passive) Hero's melee attacks deal y damage to all other foes within range.

Damage: floor(max(1,(self.PHYSICAL_DAMAGE_BONUS+self.POTENCY)))+(2*self.warriorDeck_broadswipes_upgrade)
Range: max(1.6,weapon.weaponMaxRange)+self.BONUS_RANGE

Specifics

  • Bonus damage and potency are both rounded down before being summed (If this generally applies to all formulas, we probably need a different way to present this rather than on a specific page.)
  • Damage from Broadswipes counts as an attack for setting up flanking

Uses