mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-21 19:06:29 +03:00
Add KAC PDW
Thx RobertHammer for allowing us to use the weapon packs. Also switching to the correct M4SPR and VSS in traders. Remove 20Rnd_9x19_EVO from loot since the Scorpion_Evo3_DZ versions use 30Rnd_9x19_MP5 magazines.
This commit is contained in:
17
SQF/dayz_code/Configs/CfgMagazines/Magazines/6x35.hpp
Normal file
17
SQF/dayz_code/Configs/CfgMagazines/Magazines/6x35.hpp
Normal file
@@ -0,0 +1,17 @@
|
||||
class 30Rnd_6x35_KAC: CA_Magazine
|
||||
{
|
||||
scope = public;
|
||||
displayName = $STR_DZ_MAG_30RND_KACPDW_NAME;
|
||||
descriptionShort = $STR_DZ_MAG_30RND_KACPDW_DESC;
|
||||
picture = "\RH_pdw\inv\m_30pdw_ca.paa";
|
||||
model = "\RH_pdw\RH_pdw_mag.p3d";
|
||||
ammo = "B_6x35_Ball";
|
||||
count = 30;
|
||||
initSpeed = 930;
|
||||
lastroundstracer = 0;
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
COMBINE_MAG
|
||||
};
|
||||
};
|
||||
@@ -12,6 +12,7 @@
|
||||
#include "45ACP.hpp" //Colt M1911, Revolver
|
||||
#include "545x39.hpp" //AK74, RPK74
|
||||
#include "556x45.hpp" //M249, STANAG, G36
|
||||
#include "6x35.hpp" //KAC PDW
|
||||
#include "762x39.hpp" //AK47, SA58
|
||||
#include "762x51.hpp" //M240, FN FAL, DMR, M24
|
||||
#include "762x54r.hpp" //PK, SVD, Mosin
|
||||
|
||||
Reference in New Issue
Block a user