mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 09:10:27 +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:
25
SQF/dayz_code/Configs/CfgMagazines/Magazines/680x43.hpp
Normal file
25
SQF/dayz_code/Configs/CfgMagazines/Magazines/680x43.hpp
Normal file
@@ -0,0 +1,25 @@
|
||||
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;
|
||||
};
|
||||
Reference in New Issue
Block a user