- The real strength of each AA unit is 1/10th of the value shown in the editor. So Flak has a strength of 0.2.
- Each AA unit in the tile being bombarded takes a shot against the defense of the bombarding air unit. The chance of shooting down the air unit is A/(A+D), as with all other forms of combat in Civ3. Remember, A is 10 times less than what is in the editor for the AA unit.
- The maximum number of AA units that are given a chance to shoot down the plane is 4. Any AA units above 4 are ignored.
So, for example, if you want the formula for the probability of N units with a strength of A shooting down a plane with defense of D, here it is:
1 - (D / (D+A))^min(N,4)
Comment