mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
navid and SPMG barrel swapping added
- added navid class to barrel swapping config - added SPMG class to barrel swapping config
This commit is contained in:
parent
1ec37aabed
commit
26a9f7f38e
@ -40,7 +40,25 @@ class CfgWeapons {
|
||||
ACE_Overheating_SlowdownFactor[] = {1, 1, 1, 0.9};
|
||||
ACE_Overheating_JamChance[] = {0, 0.0003, 0.0015, 0.0075};
|
||||
};
|
||||
|
||||
class MMG_02_base_F : rifle_Base_F {
|
||||
ACE_clearJamAction = "";
|
||||
ACE_checkTemperatureAction = "";
|
||||
ACE_Overheating_allowSwapBarrel = 1;
|
||||
ACE_Overheating_Dispersion[] = {0, -0.001, 0.001, 0.004};
|
||||
ACE_Overheating_SlowdownFactor[] = {1, 1, 1, 0.9};
|
||||
ACE_Overheating_JamChance[] = {0, 0.0003, 0.0015, 0.0075};
|
||||
};
|
||||
|
||||
class MMG_01_base_F : rifle_Base_F {
|
||||
ACE_clearJamAction = "";
|
||||
ACE_checkTemperatureAction = "";
|
||||
ACE_Overheating_allowSwapBarrel = 1;
|
||||
ACE_Overheating_Dispersion[] = {0, -0.001, 0.001, 0.004};
|
||||
ACE_Overheating_SlowdownFactor[] = {1, 1, 1, 0.9};
|
||||
ACE_Overheating_JamChance[] = {0, 0.0003, 0.0015, 0.0075};
|
||||
};
|
||||
|
||||
class arifle_MX_SW_F : arifle_MX_Base_F {
|
||||
ACE_clearJamAction = ""; // Custom jam clearing action. Use empty string to undefine.
|
||||
ACE_Overheating_allowSwapBarrel = 1; // 1 to enable barrel swap. 0 to disable. Meant for machine guns where you can easily swap the barrel without dismantling the whole weapon.
|
||||
|
Loading…
Reference in New Issue
Block a user