mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
12 lines
212 B
C++
12 lines
212 B
C++
|
|
class CfgFatigue {
|
|
MinValue1 = 0.2;
|
|
MinValue2 = 0.8;
|
|
NormalRunSpeed = 7.2;
|
|
TiredRunSpeedLimit = 0.8;
|
|
FrequencyMin = 0.2;
|
|
FrequencyMax = 1.0;
|
|
TotalLoadCoef = 1.1;
|
|
MaxDuty = 10;
|
|
};
|