Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgMagazines/Magazines/680x43.hpp
A Man e815d2c7c8 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
2020-02-07 22:31:19 +01:00

25 lines
639 B
C++

class ACR_30Rnd_680x43: CA_Magazine
{
scope = 2;
displayName = $STR_DZ_MAG_30RND_ACR_NAME;
descriptionShort = $STR_DZ_MAG_30RND_ACR_DESC;
picture = "\FHQ_Remington\ammo\ui\i_30rndpmag.paa";
ammo = "B_680x43_Ball";
initSpeed = 700;
tracersEvery = 0;
model = "\FHQ_Remington\acr\magazine.p3d";
count = 30;
};
class ACR_30Rnd_680x43_SD: CA_Magazine
{
scope = 2;
displayName = $STR_DZ_MAG_30RND_ACRSD_NAME;
descriptionShort = $STR_DZ_MAG_30RND_ACRSD_DESC;
picture = "\FHQ_Remington\ammo\ui\i_30rndpmag.paa";
ammo = "B_680x43_SD";
initSpeed = 420;
tracersEvery = 0;
model = "\FHQ_Remington\acr\magazine.p3d";
count = 30;
};