Lineman 3 Posted August 5, 2018 How to make an item lighter / drain less stamina? Share this post Link to post Share on other sites
POLPOX 778 Posted August 5, 2018 You can't make an item lighter without using an addon, however, you can make more stamina of a unit using setUnitTrait "loadCoef". Share this post Link to post Share on other sites
Lineman 3 Posted August 5, 2018 2 minutes ago, POLPOX said: You can't make an item lighter without using an addon, however, you can make more stamina of a unit using setUnitTrait "loadCoef". Thanks! That's good enough. Share this post Link to post Share on other sites
Lineman 3 Posted August 5, 2018 17 minutes ago, POLPOX said: You can't make an item lighter without using an addon, however, you can make more stamina of a unit using setUnitTrait "loadCoef". this setUnitTrait ["loadCoef",0]; and this setUnitTrait ["loadCoef",1]; in the unit's init has no effect. Be aware I am using ACE, with global fatigue set to 5 Performance Factor, 5 Recovery Factor, 2.5 Load Factor and 2.5 Terrain Gradient Factor. Share this post Link to post Share on other sites
Sgt. Dennenboom 98 Posted August 5, 2018 ACE uses a different fatigue system from vanilla, therefore it probably overwrites "setUnitTrait" Share this post Link to post Share on other sites