mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
11 lines
211 B
C++
11 lines
211 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;
|
||
|
};
|