So I have Yanfly Element Core and I'm curious as to HOW it effects damage.
Put a different way, say the formula is (Attack *2) - (Def * 1.25). And it's a Fire attack that carries with it say
<Element Magnify Fire: +200%> from a state or buff. Where does that buff go?
((Attack *2) * 200%)- (Def * 1.25)
(Attack *2) - (Def * 1.25) = Damage * 200%
((Attack * 200%) * 2)) - (Def * 1.25)
I can't seem to find the documentation of WHEN the damage is increased, and knowing that could help me out when it comes to damage formulas.
Put a different way, say the formula is (Attack *2) - (Def * 1.25). And it's a Fire attack that carries with it say
<Element Magnify Fire: +200%> from a state or buff. Where does that buff go?
((Attack *2) * 200%)- (Def * 1.25)
(Attack *2) - (Def * 1.25) = Damage * 200%
((Attack * 200%) * 2)) - (Def * 1.25)
I can't seem to find the documentation of WHEN the damage is increased, and knowing that could help me out when it comes to damage formulas.
