mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 09:10:27 +03:00
Add Saiga12k_DZ with a new weapon sound
This commit is contained in:
19
SQF/dayz_code/Configs/CfgWeapons/Rifles/Saiga12.hpp
Normal file
19
SQF/dayz_code/Configs/CfgWeapons/Rifles/Saiga12.hpp
Normal 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;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user