Added PK_DZ for upgrade vehicles

This commit is contained in:
Florian Kinder
2014-02-15 02:06:47 +01:00
parent 5f3b5b8801
commit 5b0179b196
3 changed files with 35 additions and 28 deletions

View File

@@ -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,

View File

@@ -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

View File

@@ -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;