7.2.9.1 Morale Check Calculation
The basic morale check calculation is as follows:
moral% = 50 +(EF x 5)
EF: experience factor of the federation as modified below.
The program will create a random number between 0-100%, and if the random number is less than the result of the above calculation then the federation has passed the morale check.
Modifications to EF for Morale Checks:
The EF of a federation undergoing a morale check will be decreased by the following value for the morale check only:
morale level of the army%
20%
Example:
An infantry federation with an experience factor (EF) of 5 has to make a moral check. The army moral is at 40%.
40% ÷ 20% = 2
Then use the moral formula adding in the modification to the federations EF:
50 + ((5 - 2) x 5) = 15
50 + 15 = 65%
The infantry federation would make the moral check only if the random percentage that is generated by the program was less than 65%.
(The result of the above calculation is always rounded up to a whole number.)
The EF of a federation undergoing a morale check will also be raised by 1 if the commander is within line of sight and within his area of influence (see 7.2.10., p86)
Next Topic:7.2.9.2 Morale Check Before An Attack