a | Attack power of the attacker. |
b | Defense power of the defender. |
c | Attack modifier of berserk status.1.5 while active. |
d | Attack modifier of elemental rune attached to weapon.1.25 for Fire and Lightning Runes.1.5 for Thunder, Rage, Double-Strike, and Fire Lizard Runes. |
The formula is:
( a [ c ] - b ) ( d ) = total damage.
Here is a breakdown of an example attack formula.
Attacker has an attack power of 300. (a = 300)
Attacker has a Fury Rune. (c = 1.5)
Attacker has a Double-Strike Rune. (d = 1.5)
Attacker has a Rage Rune on weapon. (d = d * 1.5)
Defender has a defense power of 150. (b = 150)
The formula for this attack, then, is:
( 300 [ 1.50 ] - 150 ) ( 1.50 * 1.50 ) = 675 total damage.
a | Listed power of the spell. |
b | MAG stat of the caster. |
c | Elemental affinity of the caster with the spell. |
d | MDEF stat of the defender. |
The formula is:
( [ a * c ] + b ) - d = total damage.
Here is a breakdown of an example magic attack formula.
Spell is Flaming Arrows, which is listed at 60 DMG. (a = 60)
Caster has a +30% affinity with Fire. (c = 1.3)
Caster has a MAG stat of 150. (b = 150)
Defender has a MDEF stat of 100. (d = 100)
The formula for this magic attack, then, is:
( [ 60 * 1.30 ] + 150 ) - 100 = 128 total damage.
(( TECH + LUCK ) / 2 ) / 16 = Critical Hit %
(Char SPEED - Enemy SPEED) / 4 = Multi hit %