- Joined
- Aug 23, 2008
- Messages
- 2,319
I got these formula's from a site to calculate the damage deals with certain action.
Example 1:
Base = Atk Pwr - Target's Defence
Bonus = Str ... [(Lv + Str) / 8] + Str
Damage = Base * Bonus
Example 2:
Base = Atk Pwr - Target's Defence
Bonus = 1 ... [(Lv + Str) / 8] + Str - 1
Damage = Base * Bonus
Example 3:
Base = Atk Pwr - Target's Defence
Bonus = [(Str + Spd) / 2] ... [(Lv + Str) / 8] + [(Str + Spd) / 2]
Damage = Base * Bonus
What the hell are those part before the ... supposed to mean? (These parts are 'Str', '1' and '[(Str + Spd) / 2]' in these 3 examples) Or what's the ... itself supposed to mean?
Example 1:
Base = Atk Pwr - Target's Defence
Bonus = Str ... [(Lv + Str) / 8] + Str
Damage = Base * Bonus
Example 2:
Base = Atk Pwr - Target's Defence
Bonus = 1 ... [(Lv + Str) / 8] + Str - 1
Damage = Base * Bonus
Example 3:
Base = Atk Pwr - Target's Defence
Bonus = [(Str + Spd) / 2] ... [(Lv + Str) / 8] + [(Str + Spd) / 2]
Damage = Base * Bonus
What the hell are those part before the ... supposed to mean? (These parts are 'Str', '1' and '[(Str + Spd) / 2]' in these 3 examples) Or what's the ... itself supposed to mean?