mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
@@ -1,10 +1,7 @@
|
|||||||
class MR43_DZ : Rifle
|
class MR43_Base : Rifle
|
||||||
{
|
{
|
||||||
scope = public;
|
scope = public;
|
||||||
|
|
||||||
model = "\dayz_weapons\models\mr43.p3d";
|
|
||||||
picture = "\dayz_weapons\textures\equip_mr43_CA.paa";
|
|
||||||
displayname = $STR_DZ_WPN_MR43_NAME;
|
|
||||||
descriptionShort = $STR_DZ_WPN_MR43_DESC;
|
descriptionShort = $STR_DZ_WPN_MR43_DESC;
|
||||||
|
|
||||||
magazines[] =
|
magazines[] =
|
||||||
@@ -47,3 +44,10 @@ class MR43_DZ : Rifle
|
|||||||
recoilProne = "recoil_single_primary_prone_8outof10";
|
recoilProne = "recoil_single_primary_prone_8outof10";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
class MR43_DZ : MR43_Base
|
||||||
|
{
|
||||||
|
model = "\dayz_weapons\models\mr43.p3d";
|
||||||
|
picture = "\dayz_weapons\textures\equip_mr43_CA.paa";
|
||||||
|
displayname = $STR_DZ_WPN_MR43_NAME;
|
||||||
|
};
|
||||||
@@ -20,13 +20,10 @@
|
|||||||
brightness = 0.08;\
|
brightness = 0.08;\
|
||||||
}
|
}
|
||||||
|
|
||||||
class Remington870_DZ : Rifle
|
class Remington870_Base : Rifle
|
||||||
{
|
{
|
||||||
scope = public;
|
scope = public;
|
||||||
|
|
||||||
model = "\dayz_weapons\models\Remington870.p3d";
|
|
||||||
picture = "\dayz_weapons\textures\equip_remington870_CA.paa";
|
|
||||||
displayname = $STR_DZ_WPN_R870_NAME;
|
|
||||||
descriptionShort = $STR_DZ_WPN_R870_DESC;
|
descriptionShort = $STR_DZ_WPN_R870_DESC;
|
||||||
|
|
||||||
magazines[] =
|
magazines[] =
|
||||||
@@ -57,6 +54,14 @@ class Remington870_DZ : Rifle
|
|||||||
recoil = "recoil_single_primary_9outof10";
|
recoil = "recoil_single_primary_9outof10";
|
||||||
recoilProne = "recoil_single_primary_prone_8outof10";
|
recoilProne = "recoil_single_primary_prone_8outof10";
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
class Remington870_DZ : Remington870_Base
|
||||||
|
{
|
||||||
|
model = "\dayz_weapons\models\Remington870.p3d";
|
||||||
|
picture = "\dayz_weapons\textures\equip_remington870_CA.paa";
|
||||||
|
displayname = $STR_DZ_WPN_R870_NAME;
|
||||||
|
|
||||||
class Attachments
|
class Attachments
|
||||||
{
|
{
|
||||||
Attachment_FL = "Remington870_FL_DZ";
|
Attachment_FL = "Remington870_FL_DZ";
|
||||||
|
|||||||
@@ -1,14 +1,9 @@
|
|||||||
class UK59_DZ : PKM_DZ
|
class UK59_Base : PKM_DZ
|
||||||
{
|
{
|
||||||
model = "z\addons\dayz_communityweapons\uk59\uk59.p3d";
|
|
||||||
picture = "\z\addons\dayz_communityweapons\uk59\data\w_uk59_ca.paa";
|
|
||||||
displayName = $STR_DZ_WPN_UK59_NAME;
|
|
||||||
descriptionShort = $STR_DZ_WPN_UK59_DESC;
|
descriptionShort = $STR_DZ_WPN_UK59_DESC;
|
||||||
|
|
||||||
magazines[] = {50Rnd_762x54_UK59};
|
magazines[] = {50Rnd_762x54_UK59};
|
||||||
|
|
||||||
discreteDistance[] = {100,200,300,400,500,600,700,800};
|
|
||||||
|
|
||||||
class FullAuto : FullAuto
|
class FullAuto : FullAuto
|
||||||
{
|
{
|
||||||
reloadTime = 0.10;
|
reloadTime = 0.10;
|
||||||
@@ -16,3 +11,12 @@ class UK59_DZ : PKM_DZ
|
|||||||
soundBegin[] = {begin1,1};
|
soundBegin[] = {begin1,1};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
class UK59_DZ : UK59_Base
|
||||||
|
{
|
||||||
|
model = "z\addons\dayz_communityweapons\uk59\uk59.p3d";
|
||||||
|
picture = "\z\addons\dayz_communityweapons\uk59\data\w_uk59_ca.paa";
|
||||||
|
displayName = $STR_DZ_WPN_UK59_NAME;
|
||||||
|
|
||||||
|
discreteDistance[] = {100,200,300,400,500,600,700,800};
|
||||||
|
};
|
||||||
@@ -1,10 +1,6 @@
|
|||||||
class Winchester1866_DZ : Rifle
|
class Winchester1866_Base : Rifle
|
||||||
{
|
{
|
||||||
scope = public;
|
scope = public;
|
||||||
|
|
||||||
model = "\dayz_weapons\models\Winchester1866.p3d";
|
|
||||||
picture = "\dayz_weapons\textures\equip_winchester1866_CA.paa";
|
|
||||||
displayname = $STR_DZ_WPN_W1866_NAME;
|
|
||||||
descriptionShort = $STR_DZ_WPN_W1866_DESC;
|
descriptionShort = $STR_DZ_WPN_W1866_DESC;
|
||||||
|
|
||||||
magazines[] = {15Rnd_W1866_Slug};
|
magazines[] = {15Rnd_W1866_Slug};
|
||||||
@@ -30,3 +26,10 @@ class Winchester1866_DZ : Rifle
|
|||||||
recoilProne = "recoil_single_primary_prone_8outof10";
|
recoilProne = "recoil_single_primary_prone_8outof10";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
class Winchester1866_DZ : Winchester1866_Base
|
||||||
|
{
|
||||||
|
model = "\dayz_weapons\models\Winchester1866.p3d";
|
||||||
|
picture = "\dayz_weapons\textures\equip_winchester1866_CA.paa";
|
||||||
|
displayname = $STR_DZ_WPN_W1866_NAME;
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user