Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgMagazines/Magazines/50AE.hpp
seelenapparat 109ec5c9a3 Revert "Merge branch 'master' of https://github.com/EpochModTeam/DayZ-Epoch"
This reverts commit 4bbb3ac609, reversing
changes made to 96f1d40a71.
2021-08-24 15:32:43 +02:00

12 lines
363 B
C++

class 7Rnd_50AE_Deagle: CA_Magazine
{
scope = 2;
type = 16;
displayName = $STR_DZ_MAG_7RND_50AE_DESERT_EAGLE_NAME;
descriptionShort = $STR_DZ_MAG_7RND_50AE_DESERT_EAGLE_DESC;
picture = "\z\addons\dayz_epoch_w\deagle\data\m_deagle_ca.paa";
model = "\z\addons\dayz_epoch_w\deagle\h4_deagle_mag.p3d";
ammo = "B_357mag_Ball";
count = 7;
initSpeed = 400;
};