mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-04 15:22:53 +03:00
Add Remington ACRs
- Add 96 different ACRs in 4 different colors - Complete attachment support - All weapons have a flashlight - TWS versions and TWS scope are sell only and have the same scope as the L85A2 TWS - NV versions can switch between NV and Holo, also have military flashlight Big thanks @Alwarren
This commit is contained in:
@@ -403,6 +403,41 @@ class CfgAmmo
|
||||
hit = 7.0;
|
||||
};
|
||||
|
||||
//ACR
|
||||
class B_680x43_Ball: BulletBase
|
||||
{
|
||||
hit = 10;
|
||||
indirectHit = 0;
|
||||
indirectHitRange = 0;
|
||||
caliber = 0.7;
|
||||
visibleFire = 18;
|
||||
audibleFire = 16;
|
||||
cost = 1.1;
|
||||
airFriction = -0.0011787;
|
||||
model = "\ca\Weapons\Data\bullettracer\tracer_red";
|
||||
tracerScale = 1.1;
|
||||
tracerStartTime = 0.05;
|
||||
tracerEndTime = 1;
|
||||
typicalSpeed = 700;
|
||||
};
|
||||
class B_680x43_SD: BulletBase
|
||||
{
|
||||
hit = 9;
|
||||
indirectHit = 0;
|
||||
indirectHitRange = 0;
|
||||
caliber = 0.7;
|
||||
visibleFire = 0.08;
|
||||
audibleFire = 0.08;
|
||||
visibleFireTime = 2;
|
||||
cost = 1.1;
|
||||
airFriction = -0.0011787;
|
||||
model = "\ca\Weapons\Data\bullettracer\tracer_red";
|
||||
tracerScale = 1.1;
|
||||
tracerStartTime = 0.05;
|
||||
tracerEndTime = 1;
|
||||
typicalSpeed = 420;
|
||||
};
|
||||
|
||||
//mosin nagant
|
||||
/*class Mosin_762 : BulletBase
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user