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:
A Man
2020-02-07 22:31:19 +01:00
parent cf4889f903
commit e815d2c7c8
14 changed files with 3209 additions and 1 deletions

View File

@@ -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
{