mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
- 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
25 lines
639 B
C++
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;
|
|
}; |