Calculators
Calculators
Party XP share level range calculator
|
Highest level of party member: |
Minimum level: 33 |
Armor Damage Reduction Calculator
Calculate how much damage is reduced by armor using the formula:
armorDamageReduction = uniform_random(armor / 2, armor - (armor % 2 + 1))
|
Armor Value: |
Minimum damage reduction: 5 Maximum damage reduction: 8 Average damage reduction: 6.5 |
Defense Damage Reduction Calculator
Calculate how much damage is reduced by defense using the formula:
defenceDamageReduction = uniform_random(defense / 2, defense)
|
Defense Value: |
Minimum damage reduction: 5 Maximum damage reduction: 10 Average damage reduction: 7.5 |
Attack Factor
- FIGHTMODE_ATTACK: damage/1.0
- FIGHTMODE_BALANCED: damage/1.2
- FIGHTMODE_DEFENSE: damage/2.0.