RHS Compat - Add ACE_GForceCoef value for DF-15 uniforms (#8039)

* Add DF-15 GForceCoef Value

This adds missing ACE_GForceCoef value for DF-15 uniforms.

* DF-15 PR - cfgWeapons formating

DF-15 PR - cfgWeapons formating

* DF-15 PR - cfgWeapons formating II

Forgot to save it with braces and spaces around =

* Update CfgWeapons.hpp

Co-authored-by: PabstMirror <pabstmirror@gmail.com>
This commit is contained in:
YetheSamartaka 2020-12-31 02:43:00 +01:00 committed by GitHub
parent ff30a7b981
commit 718535ca3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View File

@ -332,4 +332,9 @@ class CfgWeapons {
modes[] = {};
picture = "\rhsafrf\addons\rhs_heavyweapons\data\ico\rhs_Kornet_9M133_2_msv_ca.paa";
};
class rhs_uniform_flora;
class rhs_uniform_df15: rhs_uniform_flora {
ACE_GForceCoef = 0.8;
};
};

View File

@ -63,4 +63,12 @@ class CfgWeapons {
class rhs_weap_cz99: hgun_P07_F {
ACE_barrelLength = 108;
};
class Uniform_Base;
class rhssaf_uniform_mig29_pilot: Uniform_Base {
ACE_GForceCoef = 0.8;
};
class rhssaf_uniform_heli_pilot: Uniform_Base {
ACE_GForceCoef = 0.8;
};
};