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