Forums-->Queries and help-->
Author | Rules of damage and healing |
If "Attack" (A) > "Defence" (D)
Damage =
N * RND(min, max) * [1 + 0,05 (A-D) ] * [1 - 3*Y/100]
If "Attack" (A) < "Defence" (D)
Damage =
N * RND(min, max) * [1 - 3*Y/100] / [1 + 0,05*(D-A)]
1. Actually, i'm still not sure how to count the demage
the "RND(min, max)" is our personal hero damage & defence or is the creature's damage & defence?
2. According the formula, what is mean "0,05"? is it should be "0.05"? how come got comma in the calculation? | 1.>>If "Attack" (A) of the attacking stack is bigger than "Defence" (D) of the defending stack, then..*insert formula*
Below that-
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.
2.In europe, its common for decimal to be replaced with comma |
This topic is long since last update and considered obsolete for further discussions. Back to topics list
|