Author | Rage |
Can someone explain to me. Cuase i fight using my gargs. I have read the "About the game" thing.
Can someone pls help me cause they do not seem to damage more. |
Rage:
The attack parameter of this creature increases every time a non-summoned stack of the same character perishes completely. The effect can be calculated as [basic attack of the perished stack without character bonuses]*[strength of the perished stack]/[strength of all army of that character]. The effect cannot be lower than 1. Strength is an unrevealed parameter. Creatures acquire rage for the rest of the combat, rage effects stack up. The maximal stacked effect can't exceed 2*(lord combat level). |
I have read that but i do not understand.. Why doesnt the damage increase? Thanks |
It says +5 attack but the the gargolyes still do 1 damage each |
The +5 attack is not +5 damage.
Damage is calculated based on the attack of the attacker vs the defence of the defender. You could still be doing 1 point because that's the minimum damage you can ever deal and that your attack value is not sufficient to overcome his defence, even with that +5. |
Does anyone have a link to the thread on this or can someone excplain it to me about this attacking and attacking O.o? thanks |
An attack bonus gives a higher attack for the stack of monsters for only that battle. If the total attack if high enough, the damage can be increased. The other way around works the same: If the total defence is high enough, it is possible to decrease the damage taken.
Clear? |
Reference: https://www.lordswm.com/help.php?section=34
Follow this formula to understand the deeper intricacies of damage deaqling
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)]
Whence:
# N - number of creatures in the attacking stack;
# RND(min, max) - random integer from the "Damage" parameter delta;
# Y - The level that the character in command of the defending stack has reached in faction skill of the attacking character's faction. |