Add Saiga12k_DZ with a new weapon sound

This commit is contained in:
A Man
2020-04-29 15:21:10 +02:00
parent aae993c7d4
commit 825b1963b8
3 changed files with 21 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ weaponsRU[] =
{Loot_WEAPON, 1, P99_Silver_SD_DZ},
// Bolt action rifles and shotguns
{Loot_WEAPON, 5, Saiga12K},
{Loot_WEAPON, 5, Saiga12K_DZ},
{Loot_WEAPON, 5, Mosin_PU_DZ},
// Sniper Rifles

View File

@@ -2,7 +2,7 @@ class Category_11 {
class MeleeBaseBallBat {type = "trade_weapons";buy[] = {2,"ItemSilverBar"};sell[] = {1,"ItemSilverBar"};};
class MeleeBaseballbatBarbed {type = "trade_weapons";buy[] = {-2,"ItemSilverBar"};sell[] = {2,"ItemSilverBar"};};
class MeleeBaseballbatNails {type = "trade_weapons";buy[] = {-2,"ItemSilverBar"};sell[] = {2,"ItemSilverBar"};};
class Saiga12K {type = "trade_weapons";buy[] = {3,"ItemGoldBar"};sell[] = {1,"ItemGoldBar"};};
class Saiga12K_DZ {type = "trade_weapons";buy[] = {3,"ItemGoldBar"};sell[] = {1,"ItemGoldBar"};};
class AA12_PMC {type = "trade_weapons";buy[] = {8,"ItemGoldBar"};sell[] = {5,"ItemGoldBar"};};
class USAS12_DZ {type = "trade_weapons";buy[] = {7,"ItemGoldBar"};sell[] = {4,"ItemGoldBar"};};
class revolver_gold_EP1 {type = "trade_weapons";buy[] = {5,"ItemGoldBar10oz"};sell[] = {2,"ItemGoldBar10oz"};};

View File

@@ -0,0 +1,19 @@
class Saiga12K;
class Saiga12K_DZ: Saiga12K {
class Single: Mode_SemiAuto
{
begin1[] = {"dayz_epoch_c\sounds\weapons\saiga_shot",1.7782794,1,1200};
soundBegin[] = {"begin1",1};
dispersion = 0.003;
soundContinuous = 0;
reloadTime = 0.1;
recoil = "recoil_single_primary_9outof10";
recoilProne = "recoil_single_primary_prone_8outof10";
minRange = 0;
minRangeProbab = 0.5;
midRange = 60;
midRangeProbab = 0.2;
maxRange = 100;
maxRangeProbab = 0.03;
};
};