Just a small example to illustrate the formula (values taken from GWX):
[CREW_0] ;SEAMAN
MoraleMin=0.30
MoraleMax=0.60
FatigueMin=0
FatigueMax=0.80
CoefMorale=0.4
CoefFatigue=0.21
QualEffect=1
--> A rested seaman adds 0.76 to the efficiency in a compartment. When completely exhausted he adds 0.76*0.368 = 0.27968.
[CREW_3] ;PETTYOFFICER
MoraleMin=0.40
MoraleMax=0.70
FatigueMin=0
FatigueMax=0.80
CoefMorale=0.3
CoefFatigue=0.3
QualEffect=2
--> A rested petty officer adds 0.79 to the efficiency in a compartment. When completely exhausted he adds 0.79*0.44 = 0.3476. If he has the correct qualification for the compartment he adds 1.58 and 0.6952, respectively.
[CREW_6] ;SUBLIEUTENANT
MoraleMin=0.50
MoraleMax=0.80
FatigueMin=0
FatigueMax=0.80
CoefMorale=0.2
CoefFatigue=0.4
QualEffect=1.5
--> A rested sub lieutenant adds 0.84 to the efficiency in a compartment. When completely exhausted he adds 0.84*0.52 = 0.4368.
If the officer is in a compartment with a sailor (both rested), the total efficiency is (0.84+0.76)*1.5 = 2.4 (assuming the officer has the correct qualification). Clearly, having an officer with the correct qualification is very important.
Cheers, LGN1
|