Update weapon recoils

This commit is contained in:
A Man
2020-03-12 17:39:37 +01:00
parent 2b76405641
commit cecaaefd63
12 changed files with 284 additions and 23 deletions

View File

@@ -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