mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-28 02:31:51 +03:00
Update weapon recoils
This commit is contained in:
@@ -13,6 +13,16 @@ class P90_DZ: MP5_DZ
|
||||
{
|
||||
begin1[] = {"\RH_smg\sound\p90s.wss",1.778279,1,900};
|
||||
soundBegin[] = {"begin1",1};
|
||||
reloadTime = 0.07;
|
||||
recoil = "recoil_single_primary_2outof10";
|
||||
recoilProne = "recoil_single_primary_prone_2outof10";
|
||||
dispersion = 0.003;
|
||||
minRange = 2;
|
||||
minRangeProbab = 0.25;
|
||||
midRange = 40;
|
||||
midRangeProbab = 0.7;
|
||||
maxRange = 150;
|
||||
maxRangeProbab = 0.05;
|
||||
};
|
||||
|
||||
delete Burst;
|
||||
@@ -21,6 +31,18 @@ class P90_DZ: MP5_DZ
|
||||
{
|
||||
begin1[] = {"\RH_smg\sound\p90s.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;
|
||||
};
|
||||
|
||||
class FlashLight
|
||||
@@ -101,6 +123,16 @@ class P90_SD_DZ: MP5_SD_DZ
|
||||
{
|
||||
begin1[] = {"\RH_smg\sound\p90sds.wss",1.778279,1,50};
|
||||
soundBegin[] = {"begin1",1};
|
||||
reloadTime = 0.07;
|
||||
recoil = "recoil_single_primary_2outof10";
|
||||
recoilProne = "recoil_single_primary_prone_2outof10";
|
||||
dispersion = 0.003;
|
||||
minRange = 2;
|
||||
minRangeProbab = 0.25;
|
||||
midRange = 40;
|
||||
midRangeProbab = 0.7;
|
||||
maxRange = 150;
|
||||
maxRangeProbab = 0.05;
|
||||
};
|
||||
|
||||
delete Burst;
|
||||
@@ -109,6 +141,18 @@ class P90_SD_DZ: MP5_SD_DZ
|
||||
{
|
||||
begin1[] = {"\RH_smg\sound\p90sds.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;
|
||||
};
|
||||
|
||||
class FlashLight
|
||||
|
||||
Reference in New Issue
Block a user