Connection ErrorBad RequestThis page went staleSession ExpiredSign in requiredForbiddenNot FoundToo Many RequestsServer ErrorBad GatewayService UnavailableGateway TimeoutHTTP Version Not Supported
Session Expired
Your session has expired. Please log in to continue.
Sign in required
You need an account to do that. Sign in or create one — it only takes a minute.
This page went stale
Your security token was rejected, usually because the page sat open too long or you signed in elsewhere. Nothing was saved. Reload the page and try again.
Request Failed
We encountered an issue while processing your request.
Please check your internet connection and try again.
Comrades, I have a problem: the damage range dealt by a stack is not displayed. Digging through search results for 5 minutes led me to an answer to Stopmer's question (which is good because it’s an interesting question and relevant to me as well), but not to my own question.
Actually, everything is much simpler. In battle, you need to go into settings and check the box "All statistics" ;) 72_labi
Whoa, unexpected. If I understand you correctly, in the case of, for example, 3 air elementals, we are dealing with 3 random selections from the range [2;8] with subsequent summation? So, for the first one, let's say it chose 3, for the second 6, for the third 4, and in the end, the total damage will be 13? Is that how it works?
Well, this question has already been answered. In the specific example, it will work like that. And in general: Kluka
If the number of creatures is no more than 10, then the damage from each of them is dealt independently. If the number of creatures is greater than 10, then the damage from 10 independent units is calculated, after which the total damage is multiplied by N/10, where N is the number of creatures in the stack.