#if __has_include("\x\grad_trenches\addons\main\config.bin") #else class Man; class CAManBase: Man { class ACE_SelfActions { class ACE_Equipment { class EGVAR(trenches,digEnvelopeSmall); class GVAR(digSpiderhole): EGVAR(trenches,digEnvelopeSmall) { displayName = CSTRING(Action_DigSpiderhole); statement = QUOTE([ARR_2({_this call EFUNC(trenches,placeTrench)},[ARR_2(_this select 0,'vn_o_vc_spiderhole_01')])] call CBA_fnc_execNextFrame); }; class GVAR(digSpiderholeAngled): EGVAR(trenches,digEnvelopeSmall) { displayName = CSTRING(Action_DigSpiderholeAngled); statement = QUOTE([ARR_2({_this call EFUNC(trenches,placeTrench)},[ARR_2(_this select 0,'vn_o_vc_spiderhole_02')])] call CBA_fnc_execNextFrame); }; class GVAR(digSpiderholeDual): EGVAR(trenches,digEnvelopeSmall) { displayName = CSTRING(Action_DigSpiderholeDual); statement = QUOTE([ARR_2({_this call EFUNC(trenches,placeTrench)},[ARR_2(_this select 0,'vn_o_vc_spiderhole_03')])] call CBA_fnc_execNextFrame); }; }; }; }; #endif class vn_b_men_aircrew_base; class vn_b_men_jetpilot_01: vn_b_men_aircrew_base { ACE_GForceCoef = 0.55; }; class vn_o_men_aircrew_01; class vn_o_men_aircrew_05: vn_o_men_aircrew_01 { ACE_GForceCoef = 0.55; }; class vn_i_men_aircrew_base; class vn_i_men_jetpilot_01: vn_i_men_aircrew_base { ACE_GForceCoef = 0.55; };