Difference between revisions of "User:FeralKitty/Broadswipes"

From Wildermyth Wiki
(Example showing Description and Damage grouped together for base, and for upgraded ability.)
 
(Transclude formulas from subpage)
Line 3: Line 3:
  <q>''(Passive) [[Hero]]'s melee attacks deal '''x''' damage to all other foes within range.''</q>
  <q>''(Passive) [[Hero]]'s melee attacks deal '''x''' damage to all other foes within range.''</q>
   
   
Damage: [[Bonus Damage]] + [[Potency]]
{{/damage}}


=== Upgrade ===
=== Upgrade ===
Line 9: Line 9:
  <q>''(Passive) Hero's melee attacks deal '''y''' damage to all other foes within range.''</q>
  <q>''(Passive) Hero's melee attacks deal '''y''' damage to all other foes within range.''</q>
   
   
Damage: 2 + Bonus Damage + Potency
{{/damage}}


== Specifics ==
== Specifics ==

Revision as of 21:16, 15 September 2021

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