ZergMazter -
Per your example with 4 Flak:
Per your example with 4 Flak:
- 1 - (1/1+0.2)^min(N,4) where A (Anti-Aircraft) = 0.2 (Or 2 in the editor) and D (Aircraft defense) = 1
- Add the 1 & 0.2 in the denominator to get 1 - (1/1.2)^(4).
- Divide the numerator 1 by the denominator 1.2 to get 1 - (0.8334)^(4).
- Raise the result to the 4th power (4 flak) to get 1 - 0.4824.
- Subtract the result from 1 to get 0.5176.
- It's not in the equation, but then multiply this by 100 to get the percentage of 51.76% or 51% rounded down.