mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-28 02:31:51 +03:00
Add Desert Eagle
Thx @helion4
This commit is contained in:
12
SQF/dayz_code/Configs/CfgMagazines/Magazines/50AE.hpp
Normal file
12
SQF/dayz_code/Configs/CfgMagazines/Magazines/50AE.hpp
Normal file
@@ -0,0 +1,12 @@
|
||||
class 7Rnd_50AE_Deagle: CA_Magazine
|
||||
{
|
||||
scope = public;
|
||||
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;
|
||||
};
|
||||
Reference in New Issue
Block a user