mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
19 lines
481 B
C++
19 lines
481 B
C++
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;
|
|
};
|
|
}; |