gnc_lord_mdb 11 Posted October 3, 2022 Hi I have a question According to the BIS Wiki, you should also be able to change the stamina for each class. Can someone tell me how to do this? I could only change this for all classes so far. Quote This class is defined in base soldier class so all soldiers in vanilla game have the same Stamina behavior. However it can be defined for each soldier class separately if desired. https://community.bistudio.com/wiki/Arma_3:_CfgMovesFatigue Share this post Link to post Share on other sites
Maff 251 Posted October 8, 2022 Change the first 2 lines with your required class. Be aware, I have NOT tested it, and I don't think this will work the way you're expecting it to. class Land; class Man: Land { staminaDuration = 60; staminaCooldown = 10; staminaRestoration = 30; aimPrecisionSpeedCoef = 5; terrainDrainSprint = -1; terrainDrainRun = -1; terrainSpeedCoef = 0.89999998; }; Share this post Link to post Share on other sites
Maff 251 Posted October 16, 2022 Did this work?I can't be arsed to test it out. Share this post Link to post Share on other sites