mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 01:30:26 +03:00
Add M200 Chey Tac
Made by @helion4
This commit is contained in:
14
SQF/dayz_code/Configs/CfgMagazines/Magazines/408CheyTac.hpp
Normal file
14
SQF/dayz_code/Configs/CfgMagazines/Magazines/408CheyTac.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
class 5Rnd_408_CheyTac : CA_Magazine {
|
||||
scope = public;
|
||||
displayName = $STR_DZ_MAG_5RND_408_CHEYTAC_NAME;
|
||||
descriptionShort = $STR_DZ_MAG_5RND_CHEYTAC_DESC;
|
||||
picture ="\z\addons\dayz_epoch_w\m200\data\m_cheytac_CA.paa";
|
||||
model ="\z\addons\dayz_epoch_w\m200\h4_cheytac_mag.p3d";
|
||||
ammo = "B_408_CheyTac_Ball";
|
||||
count = 5;
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
COMBINE_MAG
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user