mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-28 10:41:50 +03:00
Update weapon recoils
This commit is contained in:
@@ -12,6 +12,16 @@ class UMP_DZ: MP5A5
|
||||
{
|
||||
begin1[] = {"\RH_smg\sound\ump.wss",1.778279,1,900};
|
||||
soundBegin[] = {"begin1",1};
|
||||
reloadTime = 0.07;
|
||||
recoil = "recoil_single_primary_1outof10";
|
||||
recoilProne = "recoil_single_primary_prone_1outof10";
|
||||
dispersion = 0.003;
|
||||
minRange = 2;
|
||||
minRangeProbab = 0.25;
|
||||
midRange = 40;
|
||||
midRangeProbab = 0.7;
|
||||
maxRange = 150;
|
||||
maxRangeProbab = 0.05;
|
||||
};
|
||||
|
||||
delete Burst;
|
||||
@@ -20,6 +30,18 @@ class UMP_DZ: MP5A5
|
||||
{
|
||||
begin1[] = {"\RH_smg\sound\ump.wss",1.778279,1,900};
|
||||
soundBegin[] = {"begin1",1};
|
||||
soundContinuous = 0;
|
||||
reloadTime = 0.1;
|
||||
ffCount = 1;
|
||||
recoil = "recoil_auto_primary_1outof10";
|
||||
recoilProne = "recoil_auto_primary_prone_1outof10";
|
||||
dispersion = 0.003;
|
||||
minRange = 0;
|
||||
minRangeProbab = 0.2;
|
||||
midRange = 20;
|
||||
midRangeProbab = 0.7;
|
||||
maxRange = 40;
|
||||
maxRangeProbab = 0.05;
|
||||
};
|
||||
|
||||
magazines[] = {"25Rnd_45ACP_UMP"};
|
||||
@@ -86,6 +108,16 @@ class UMP_SD_DZ: MP5SD
|
||||
{
|
||||
begin1[] = {"\RH_smg\sound\umpsd.wss",1.778279,1,50};
|
||||
soundBegin[] = {"begin1",1};
|
||||
reloadTime = 0.07;
|
||||
recoil = "recoil_single_primary_1outof10";
|
||||
recoilProne = "recoil_single_primary_prone_1outof10";
|
||||
dispersion = 0.003;
|
||||
minRange = 2;
|
||||
minRangeProbab = 0.25;
|
||||
midRange = 40;
|
||||
midRangeProbab = 0.7;
|
||||
maxRange = 150;
|
||||
maxRangeProbab = 0.05;
|
||||
};
|
||||
|
||||
delete Burst;
|
||||
@@ -94,6 +126,18 @@ class UMP_SD_DZ: MP5SD
|
||||
{
|
||||
begin1[] = {"\RH_smg\sound\umpsd.wss",1.778279,1,50};
|
||||
soundBegin[] = {"begin1",1};
|
||||
soundContinuous = 0;
|
||||
reloadTime = 0.1;
|
||||
ffCount = 1;
|
||||
recoil = "recoil_auto_primary_1outof10";
|
||||
recoilProne = "recoil_auto_primary_prone_1outof10";
|
||||
dispersion = 0.003;
|
||||
minRange = 0;
|
||||
minRangeProbab = 0.2;
|
||||
midRange = 20;
|
||||
midRangeProbab = 0.7;
|
||||
maxRange = 40;
|
||||
maxRangeProbab = 0.05;
|
||||
};
|
||||
|
||||
magazines[] = {"25Rnd_45ACP_UMPSD"};
|
||||
|
||||
Reference in New Issue
Block a user