mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 17:20:26 +03:00
CFG WEAPONS DONE
This commit is contained in:
47
SQF/dayz_code/Configs/CfgMagazines/Magazines/762x54r.hpp
Normal file
47
SQF/dayz_code/Configs/CfgMagazines/Magazines/762x54r.hpp
Normal file
@@ -0,0 +1,47 @@
|
||||
class 100Rnd_762x54_PK : CA_Magazine
|
||||
{
|
||||
model = "z\addons\dayz_communityweapons\magazines\pk.p3d";
|
||||
|
||||
cartridgeName = "762x54";
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
COMBINE_MAG
|
||||
};
|
||||
};
|
||||
|
||||
class 50Rnd_762x54_UK59 : 100Rnd_762x54_PK
|
||||
{
|
||||
count = 50;
|
||||
|
||||
model = "z\addons\dayz_communityweapons\magazines\uk59.p3d";
|
||||
picture = "\z\addons\dayz_communityweapons\magazines\data\m_uk59_ca.paa";
|
||||
displayName = $STR_DZ_MAG_50RND_762X54_UK59_NAME;
|
||||
descriptionShort = $STR_DZ_MAG_50RND_762X54_UK59_DESC;
|
||||
};
|
||||
|
||||
class 10Rnd_762x54_SVD : CA_Magazine
|
||||
{
|
||||
cartridgeName = "762x54";
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
COMBINE_MAG
|
||||
};
|
||||
};
|
||||
|
||||
class 5Rnd_762x54_Mosin : 10Rnd_762x54_SVD
|
||||
{
|
||||
count = 5;
|
||||
model = "\dayz_equip\models\mag5rnd.p3d";
|
||||
picture = "\z\addons\dayz_communityweapons\models\mosin_nagant\images\ammo.paa";
|
||||
displayName = $STR_DZ_MAG_5RND_762X54_MOSIN_NAME;
|
||||
descriptionShort = $STR_DZ_MAG_5RND_762X54_MOSIN_DESC;
|
||||
|
||||
cartridgeName = "762x54";
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
COMBINE_MAG
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user