mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Add missing MSR SD ammo
This commit is contained in:
@@ -27,6 +27,7 @@ class 7Rnd_86x70_MSR_SD: 7Rnd_86x70_MSR
|
||||
displayName = $STR_DZ_MAG_7RND_MSRSD_NAME;
|
||||
descriptionShort = $STR_DZ_MAG_7RND_MSRSD_DESC;
|
||||
picture = "\FHQ_Remington\ammo\ui\i_msr_sd.paa";
|
||||
ammo = "B_86x70_SD";
|
||||
};
|
||||
|
||||
class 10Rnd_86x70_MRAD: 5Rnd_86x70_L115A1
|
||||
|
||||
@@ -463,7 +463,28 @@ class CfgAmmo
|
||||
visibleFireTime = 2;
|
||||
cost = 1.2;
|
||||
airFriction = -0.00098;
|
||||
};
|
||||
};
|
||||
|
||||
//MSR SD
|
||||
class B_86x70_SD: BulletBase
|
||||
{
|
||||
hit = 23;
|
||||
indirectHit = 3;
|
||||
indirectHitRange = 0.01;
|
||||
cartridge = "FxCartridge_127";
|
||||
visibleFire = 0.1;
|
||||
audibleFire = 0.1;
|
||||
visibleFireTime = 3;
|
||||
cost = 20;
|
||||
airLock = 1;
|
||||
model = "\ca\Weapons\Data\bullettracer\tracer_red";
|
||||
caliber = 2.07;
|
||||
tracerColor[] = {0,0,0,0};
|
||||
tracerColorR[] = {0,0,0,0};
|
||||
tracerStartTime = -1;
|
||||
airFriction = -0.0005;
|
||||
muzzleEffect = "BIS_Effects_HeavySniper";
|
||||
};
|
||||
|
||||
//XM2010
|
||||
class Rem_300Win_Ball: BulletBase
|
||||
|
||||
Reference in New Issue
Block a user