updated documents

This commit is contained in:
[VB]AWOL
2013-12-04 00:11:03 -06:00
parent a44e523499
commit 0a1dcbff74
15 changed files with 108 additions and 12 deletions

View File

@@ -414,7 +414,8 @@ class CfgBuildingLoot {
{ "","generic" },
{ "","food" },
{ "","trash" },
{ "Binocular","weapon" }
{ "Binocular","weapon" },
{ "ItemMixOil", "magazine"}
};
itemChanceSmall[] = {
0.01,
@@ -429,7 +430,8 @@ class CfgBuildingLoot {
0.04,
0.21,
0.24,
0.18,
0.16,
0.02,
0.02
};
};

View File

@@ -518,7 +518,8 @@ class CfgLoot {
"ItemHeatPack",
"FoodMRE",
"FoodNutmix",
"ItemDocument"
"ItemDocument",
"ItemMixOil"
},
{
0.4,
@@ -530,7 +531,8 @@ class CfgLoot {
0.02,
0.01,
0.02,
0.02
0.01,
0.01
}
};

View File

@@ -268,8 +268,8 @@ class CfgMagazines {
count = 1;
type = 256;
displayName = $STR_EPOCH_VEHUP_ORP;
model = "\z\addons\dayz_epoch\models\doc_generic.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_doc_generic_ca.paa";
model = "\z\addons\dayz_epoch\models\doc_Up1.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_docup1_ca.paa";
descriptionShort = $STR_EPOCH_VEHUP_ORP_DESC;
weight = 0.1;
sfx = "document";
@@ -290,8 +290,8 @@ class CfgMagazines {
count = 1;
type = 256;
displayName = $STR_EPOCH_VEHUP_AVE;
model = "\z\addons\dayz_epoch\models\doc_generic.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_doc_generic_ca.paa";
model = "\z\addons\dayz_epoch\models\doc_Up2.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_docup2_ca.paa";
descriptionShort = STR_EPOCH_VEHUP_AVE_DESC;
weight = 0.1;
sfx = "document";
@@ -312,8 +312,8 @@ class CfgMagazines {
count = 1;
type = 256;
displayName = $STR_EPOCH_VEHUP_LRK;
model = "\z\addons\dayz_epoch\models\doc_generic.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_doc_generic_ca.paa";
model = "\z\addons\dayz_epoch\models\doc_Up3.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_docup3_ca.paa";
descriptionShort = $STR_EPOCH_VEHUP_LRK_DESC;
weight = 0.1;
sfx = "document";
@@ -334,8 +334,8 @@ class CfgMagazines {
count = 1;
type = 256;
displayName = $STR_EPOCH_VEHUP_TNK;
model = "\z\addons\dayz_epoch\models\doc_generic.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_doc_generic_ca.paa";
model = "\z\addons\dayz_epoch\models\doc_Up4.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_docup4_ca.paa";
descriptionShort = $STR_EPOCH_VEHUP_TNK_DESC;
weight = 0.1;
sfx = "document";