User:BlarghBlargh/DamageBonus
From SpiralKnights
Testing of auto-calculation for damage bonuses on pages.
#expr: ceil (B*(1+0.04*A)*(1+0.20*P)*(1+0.10*F))
B = Narrowed Base Damage
P = 20% Boost active (0 or 1)
A = Damage increase level (+0 to +6)
F = 10% Drakon Frenzied Firestorm Boost (0 or 1)
Pulls out the template value of:
With Raw damage: 20, Boost 0, Damage increase 5, and Frenzied Firestorm 1...
Yields: 27 damage.