"HeroOfCanton;677334" wrote:
Looks good. Is there an explanation of how armor works?
Is the armor % how much physical damage is reduced by when it's dealt?
So I ran some calculations based on a battle I ran earlier and that definitly look like what happens
Example 1
Attacker:
Anakin AoE
Physical Damage 2481
Critical Damage 216%
Armor Penetration (AP) 40
AoE damage modifier 1.886
Defender:
SunFac Armor 36.51% reduced to 33.7% by AP
Aalya Armor 29.08% reduced to 25.56% by AP
5's Armor 40.89% reduced to 38.46 by AP
Rex Armor 24.05% reduced to 20% by AP
Anakin Armor 29.33% reduced to 25.93% by AP
Calculated damage
Non-Crit=PD*Modifer*(1-(Armor/100)
Crit=PD*Modifer*(CD/100)*(1-(Armor/100)
SunFac 3470
Aalya 7522
5's 6219
Rex 8084
Anakin 3470
All calculated values were within 5% of actual.
http://i.imgur.com/FTWMHMQ.png
Example 2
Aalya Basic
Physical Damage 2263
Critical Damage 186%
Armor Penetration (AP) 25
Basic damage modifier 1.645
Defender:
Rex Armor 24.05% reduced to 20% by AP
Calculated damage
Crit=PD*Modifer*(CD/100)*(1-(Armor/100)
Rex 8145
Calculated damage was within 5% of actual.
http://i.imgur.com/7F2hU60.png
I assumed AP reduce the hidden flat armor value by that amount
Example SunFac Armor is 36.51% converted to flat value = 345
345-40 = 305
305 converter back is 33.7% armor
ArmorValue = (Armor%*(CharacterLevel*7.5))/100-Armor%)
Armor% = (ArmorValue*100)/(ArmorValue+(CharacterLevel*7.5))