|
''' 2. I noticed that damage is not always the same. How is damage calculated? ''' |
|
''' 2. I noticed that damage is not always the same. How is damage calculated? ''' |
- |
Your damage is calculated with the following formula: damage = <{(Prestige/100)*[(HP+CP+EP)/1000]*(currentStamina/maxStamina)}*weaponAttack>
|
+ |
Your damage is calculated with the following formula: damage = <{(Prestige/100)*[(HP+CP+EP)/1000]*(currentStamina/maxStamina)}*(weaponAttack+X)>
|
|
|
+ |
Value X is calculated based on the level difference between Soldier and Leader.
|
|
|
+ |
If Leader has higher level than Soldier, X has positive value (BONUS).
|
|
|
+ |
If Leader has lower level than Soldier, X has negative value (MALUS).
|