Difference between revisions of "Beartouched/Swipes"
From Wildermyth Wiki
FeralKitty (talk | contribs) (Replace navbox theme abilities table with template) |
FeralKitty (talk | contribs) (Remove extraneous newlines) |
||
Line 17: | Line 17: | ||
-->{{Formulas | -->{{Formulas | ||
| damage = Damage: ((1d3+3)+((0.5*(self.PHYSICAL_DAMAGE_BONUS+self.POTENCY))*(1+self.theme_bear_upgrade)))+self.theme_bear_upgrade ''assets/data/effects/bear/bearArmSwipe:outcomes:onhit:outcomes:amount'' | | damage = Damage: ((1d3+3)+((0.5*(self.PHYSICAL_DAMAGE_BONUS+self.POTENCY))*(1+self.theme_bear_upgrade)))+self.theme_bear_upgrade ''assets/data/effects/bear/bearArmSwipe:outcomes:onhit:outcomes:amount'' | ||
}} | }}<!-- | ||
<noinclude>{{Navbox theme abilities}}</noinclude> | --><noinclude>{{Navbox theme abilities}}</noinclude> |
Revision as of 12:50, 12 January 2022
Main article: Beartouched
single action, ends turn |
Swipes x damage, 1 shred assets/data/effects/bear/bearArmSwipe:outcomes:onhit:outcomes:shred Take a swipe at up to two adjacent targets. text/effects/bear/bearArmSwipe.properties:.blurb Damage: (4 to 6) + 1/2(Bonus Damage + Potency) text/effects/bear/bearArmSwipe.properties:.formula |
Upgrade
single action, ends turn |
Swipes not called Swipes+ on ability bar? x damage, 1 shred assets/data/effects/bear/bearArmSwipe:outcomes:onhit:outcomes:shred Take a swipe at up to two adjacent targets. text/effects/bear/bearArmSwipe.properties:.blurb or Damage: (5 to 7) + (Bonus Damage + Potency) text/effects/bear/bearArmSwipe.properties:.formula |
Formulas |
Damage: ((1d3+3)+((0.5*(self.PHYSICAL_DAMAGE_BONUS+self.POTENCY))*(1+self.theme_bear_upgrade)))+self.theme_bear_upgrade assets/data/effects/bear/bearArmSwipe:outcomes:onhit:outcomes:amount |
See Formulas Guide for help with math functions. |