mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Added PK_DZ for upgrade vehicles
This commit is contained in:
@@ -1051,6 +1051,7 @@ class CfgBuildingLoot {
|
|||||||
{ "M249_EP1_DZ","weapon" },
|
{ "M249_EP1_DZ","weapon" },
|
||||||
{ "M9SD","weapon" },
|
{ "M9SD","weapon" },
|
||||||
{ "Pecheneg_DZ","weapon"},
|
{ "Pecheneg_DZ","weapon"},
|
||||||
|
{ "PK_DZ","weapon"},
|
||||||
{ "AK_74","weapon" },
|
{ "AK_74","weapon" },
|
||||||
{ "M4A1_Aim","weapon" },
|
{ "M4A1_Aim","weapon" },
|
||||||
{ "AKS_74_kobra","weapon" },
|
{ "AKS_74_kobra","weapon" },
|
||||||
@@ -1113,6 +1114,7 @@ class CfgBuildingLoot {
|
|||||||
0.01,
|
0.01,
|
||||||
0.01,
|
0.01,
|
||||||
0.02,
|
0.02,
|
||||||
|
0.02,
|
||||||
0.01,
|
0.01,
|
||||||
0.02,
|
0.02,
|
||||||
0.01,
|
0.01,
|
||||||
|
|||||||
@@ -999,6 +999,7 @@ class CfgLoot {
|
|||||||
"RPK_74",
|
"RPK_74",
|
||||||
"M8_SAW",
|
"M8_SAW",
|
||||||
"Pecheneg_DZ",
|
"Pecheneg_DZ",
|
||||||
|
"PK_DZ",
|
||||||
"MG36_camo",
|
"MG36_camo",
|
||||||
"M60A4_EP1_DZE",
|
"M60A4_EP1_DZE",
|
||||||
"MG36",
|
"MG36",
|
||||||
@@ -1017,6 +1018,7 @@ class CfgLoot {
|
|||||||
0.1,
|
0.1,
|
||||||
0.1,
|
0.1,
|
||||||
0.1,
|
0.1,
|
||||||
|
0.1,
|
||||||
0.08,
|
0.08,
|
||||||
0.05,
|
0.05,
|
||||||
0.05
|
0.05
|
||||||
|
|||||||
@@ -68,10 +68,13 @@ class Mode_FullAuto: Mode_SemiAuto
|
|||||||
class CfgWeapons {
|
class CfgWeapons {
|
||||||
|
|
||||||
class Pecheneg;
|
class Pecheneg;
|
||||||
class Pecheneg_DZ: Pecheneg
|
class Pecheneg_DZ: Pecheneg {
|
||||||
{
|
|
||||||
type = "1";
|
type = "1";
|
||||||
};
|
};
|
||||||
|
class PK;
|
||||||
|
class PK_DZ: PK {
|
||||||
|
type = "1";
|
||||||
|
}
|
||||||
|
|
||||||
class Default {
|
class Default {
|
||||||
canlock = 0;
|
canlock = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user