Added in ACE3 v3.3.0

Recoil Framework

1. Configs

Custom recoil shake coef

class CfgRecoils {
    class myRecoil {
        ace_recoil_customShakeCoef = 2; // default is 1
    };
};

2. Variables

Secondary launchers have extra shake, this can be refined by setting

ace_recoil_extraLauncherShake = 10; // default is 25