Page 1 of 1

Corrode armor is ineffective vs armor mastery

Posted: Sat Jun 04, 2016 5:45 pm
by Tyren
The corrode armor effect from gear reduced armor by 13*0.3=3.9. The total armor value is 43.03 before and 39.13 after the effect.

Code: Select all

[ATTACK] to 	Zubyldanne the giant acid ant	 :: 	88.315243752662	16	43.03	34	vs.	8	::	1
checkHit	34	vs	8	=> chance to hit	100
[ATTACK] raw dam	88.315243752662	versus	43.03	1	with APR	16
[ATTACK] after armor	61.285243752662
[ATTACK] after range	65
[PHYS CRIT %] axe accuracy bonus	34	8	=	5.2
[PHYS CRIT %]	0
[ATTACK] after crit	65
[ATTACK] after mult	65
[ATTACK] after inc by type	69.55
checkHit	36	vs	30	=> chance to hit	65
checkHit	25	vs	35	=> chance to hit	25
checkHit	22	vs	36	=> chance to hit	15
[LOG]	Zubyldanne the giant acid ant's armor corrodes!
checkHit	36	vs	30	=> chance to hit	65
[TAKE HIT] after flat damage cap	4.7
[ATTACK] attacking with (mainhand)	Halizilablek
[ATTACK] to 	Zubyldanne the giant acid ant	 :: 	88.315243752662	16	39.13	34	vs.	8	::	0.3
checkHit	34	vs	8	=> chance to hit	100
[ATTACK] raw dam	88.315243752662	versus	39.13	1	with APR	16
[ATTACK] after armor	65.185243752662
[ATTACK] after range	76
[PHYS CRIT %] axe accuracy bonus	34	8	=	5.2
[PHYS CRIT %]	0
[ATTACK] after crit	76
[ATTACK] after mult	22.8
[ATTACK] after inc by type	24.396
checkHit	36	vs	30	=> chance to hit	65

Re: Corrode armor is ineffective vs armor mastery

Posted: Sun Oct 09, 2016 6:23 am
by jenx
Can you elaborate what the problem is? Do you think it should be 13?

Re: Corrode armor is ineffective vs armor mastery

Posted: Sun Oct 09, 2016 9:52 am
by Tyren
I applied the “corrode armor” to a bulwark. I expected it to reduce the armor by 0.3*43.03=12.91. The resulting armor value would be 43.03-12.91=30.12. But instead I got:
[ATTACK] raw dam 88.315243752662 versus 39.13 1 with APR 16
[ATTACK] after armor 65.185243752662
Then I subtracted “Armour training bonus” from the initial armor value and ran the numbers. 43-30=13; 13*0.3=3.9; 43.03-3.9=39.13