Forums-->Queries and help-->
Author | how |
https://www.lordswm.com/war.php?warid=482037176
nokio damage 13'17 andnokio dealed 11 damage to monks?why? | uh. all that i can think of is that the knight in that caravan had alot of racial skill, which gave him the X% of resistance to you | Based on what we know from https://www.lordswm.com/help.php?section=34
>>If "Attack" (A) of the attacking stack is bigger than "Defence" (D) of the defending stack, then
Damage = N * RND(min, max) * [1 + 0.05 (A-D) ] * [1 - 3*Y/100]
>>If (A) is smaller than (D), then
Damage = N * RND(min, max) * [1 - 3*Y/100] / [1 + 0.05*(D-A)]
Thus since Nokio has an attack 0f 10 and the Monk's Defence of 21, (and assuming faction level doesn't count for a caravan)
Damage = 1 * RND(13, 17) * [1 - 3*5/100] / [1 + 0.05*(21-10)]
= (13 to 17) * 1 / (1.55) = 8.39 to 10.96
Rounded off, we get about 9 to 11, so 11 is reasonable. | i thought it was just because of the resistant racial level provides | i don't beleive the attack/defence/damage formula that Takesister provided counts for hero attacks | hero attacks ignore defence. | for misself:
Ok, I may be wrong. I'm sorry, but given that I do less than my normal damage with my hero against hunt creatures, I though faction level is not a factor |
This topic is long since last update and considered obsolete for further discussions. Back to topics list
|