Add Colt Revolver

Thx @helion4
This commit is contained in:
A Man
2020-04-17 17:57:55 +02:00
parent dff02c6ebe
commit b7ebb3c3f0
5 changed files with 34 additions and 1 deletions

View File

@@ -61,4 +61,14 @@ class Colt_Python_DZ: Colt_Anaconda_DZ
soundBegin[] = {"begin1",1};
magazines[] = {"6Rnd_357Magnum"};
recoil = "ColtPython_Recoil";
};
class Colt_Revolver_DZ: Revolver_DZ
{
model = "\z\addons\dayz_epoch_w\colt\h4_colt";
picture = "\z\addons\dayz_epoch_w\colt\data\w_colt_ca.paa";
displayName = $STR_DZ_WPN_COLT_REVOLVER_NAME;
descriptionShort = $STR_DZ_WPN_COLT_REVOLVER_DESC;
begin1[] = {"\RH_de\sound\anac.wss",0.794328,1,800};
soundBegin[] = {begin1,1};
};