Updated configs

This commit is contained in:
[VB]AWOL
2013-08-31 16:13:48 -05:00
parent f0785ab04c
commit 564ee28ac6
4 changed files with 213 additions and 17 deletions

View File

@@ -544,7 +544,7 @@ class CfgBuildingLoot {
{ "ItemTentDomed","magazine" },
{ "","military" },
{ "","trash" },
{"Crossbow_DZ","weapon"},
{ "Crossbow_DZ","weapon" },
{ "Binocular","weapon" },
{ "PartPlywoodPack","magazine" },
{ "clothes","single" },
@@ -691,14 +691,15 @@ class CfgBuildingLoot {
{ "ItemWire","magazine" },
{"ItemTankTrap","magazine"},
{"ItemKeyKit","weapon"},
{"CinderBlocks","magazine"}
{"CinderBlocks","magazine"},
{"MortarBucket","magazine"}
};
itemChance[] = {
0.01,
0.01,
0.01,
0.17,
0.26,
0.16,
0.25,
0.04,
0.04,
0.05,
@@ -713,7 +714,8 @@ class CfgBuildingLoot {
0.01,
0.04,
0.01,
0.02,
0.03,
0.01
};
};
class IndustrialFuel: Default {