Corrode armor is ineffective vs armor mastery

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Tyren
Halfling
Posts: 112
Joined: Sun Mar 04, 2012 2:04 am

Corrode armor is ineffective vs armor mastery

#1 Post 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

jenx
Sher'Tul Godslayer
Posts: 2263
Joined: Mon Feb 14, 2011 11:16 pm

Re: Corrode armor is ineffective vs armor mastery

#2 Post by jenx »

Can you elaborate what the problem is? Do you think it should be 13?
MADNESS rocks

Tyren
Halfling
Posts: 112
Joined: Sun Mar 04, 2012 2:04 am

Re: Corrode armor is ineffective vs armor mastery

#3 Post 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

Post Reply