MRBS to mrbs

This commit is contained in:
esteldunedain 2016-01-20 12:05:35 -03:00
parent 6b4b8b707c
commit 19ccf52425
3 changed files with 6 additions and 6 deletions

View File

@ -16,7 +16,7 @@ class CfgWeapons {
class RifleCore;
class Rifle: RifleCore {
//Mean Rounds Between Stoppages (this will be scaled based on the barrel temp)
GVAR(MRBS) = 3000;
GVAR(mrbs) = 3000;
//Dispersion Factor (this will be scaled based on the barrel temp)
GVAR(dispersion) = 1;

View File

@ -54,8 +54,8 @@ if (isNil "_weaponData") then {
} else {
1;
};
private _jamChance = if (isNumber (configFile >> "CfgWeapons" >> _weapon >> QGVAR(ACE_MRBS))) then {
getNumber (configFile >> "CfgWeapons" >> _weapon >> QGVAR(ACE_MRBS));
private _jamChance = if (isNumber (configFile >> "CfgWeapons" >> _weapon >> QGVAR(ACE_mrbs))) then {
getNumber (configFile >> "CfgWeapons" >> _weapon >> QGVAR(ACE_mrbs));
} else {
3000;
};

View File

@ -117,7 +117,7 @@ class CfgWeapons
ACE_barrelLength = 261.62;
ACE_Overheating_dispersion = 1;
ACE_Overheating_slowdownFactor = 1;
ACE_Overheating_MRBS = 3000;
ACE_Overheating_mrbs = 3000;
};
class rhs_weap_m16a4: rhs_weap_m4_Base {
ACE_barrelTwist = 177.8;
@ -130,7 +130,7 @@ class CfgWeapons
ACE_Overheating_allowSwapBarrel = 1;
ACE_Overheating_dispersion = 0.75;
ACE_Overheating_slowdownFactor = 1;
ACE_Overheating_MRBS = 3000;
ACE_Overheating_mrbs = 3000;
};
class rhs_weap_m240_base;
class rhs_weap_m240B: rhs_weap_m240_base {
@ -139,7 +139,7 @@ class CfgWeapons
ACE_Overheating_allowSwapBarrel = 1;
ACE_Overheating_dispersion = 1;
ACE_Overheating_slowdownFactor = 1;
ACE_Overheating_MRBS = 3000;
ACE_Overheating_mrbs = 3000;
};
class rhs_weap_m14ebrri: srifle_EBR_F {
ACE_barrelTwist = 304.8;