This commit is contained in:
[VB]AWOL
2014-06-08 14:37:14 -05:00
parent 2215c3040e
commit f886cea45a

View File

@@ -366,17 +366,15 @@ class CfgBuildingLoot {
{ "machineguns", "cfglootweapon", 0.03 } { "machineguns", "cfglootweapon", 0.03 }
}; };
lootTypeSmall[] = { lootTypeSmall[] = {
{ "pistols","cfglootweapon",0.15 }, { "pistols", "cfglootweapon", 0.14 },
{ "Binocular","weapon",0.02 }, { "Binocular", "weapon", 0.05 },
{ "ItemFlashlightRed","weapon",0.03 }, { "ItemFlashlightRed", "weapon", 0.03 },
{ "ItemKnife","weapon",0.04 }, { "ItemKnife", "weapon", 0.04 },
{ "ItemGPS","weapon",0.02 }, { "ItemGPS", "weapon", 0.02 },
{ "ItemMap","weapon",0.02 }, { "", "medical", 0.12 },
{ "","medical",0.09 }, { "", "generic", 0.22 },
{ "","generic",0.34 }, { "", "military", 0.35 },
{ "","military",0.26 }, { "ItemEtool", "weapon", 0.03 }
{ "submachinegun","cfglootweapon",0.02 },
{ "ItemEtool","weapon",0.01 }
}; };
}; };
class MilitaryIndustrial: Default { class MilitaryIndustrial: Default {
@@ -412,16 +410,15 @@ class CfgBuildingLoot {
{ "machineguns", "cfglootweapon", 0.01 } { "machineguns", "cfglootweapon", 0.01 }
}; };
lootTypeSmall[] = { lootTypeSmall[] = {
{ "pistols","cfglootweapon",0.12 }, { "pistols", "cfglootweapon", 0.14 },
{ "Binocular","weapon",0.05 }, { "Binocular", "weapon", 0.05 },
{ "ItemFlashlightRed","weapon",0.03 }, { "ItemFlashlightRed", "weapon", 0.03 },
{ "ItemKnife","weapon",0.04 }, { "ItemKnife", "weapon", 0.04 },
{ "ItemGPS","weapon",0.02 }, { "ItemGPS", "weapon", 0.02 },
{ "","medical",0.02 }, { "", "medical", 0.12 },
{ "","generic",0.09 }, { "", "generic", 0.22 },
{ "","military",0.34 }, { "", "military", 0.35 },
{ "submachinegun","cfglootweapon",0.26 }, { "ItemEtool", "weapon", 0.03 }
{ "ItemEtool","weapon",0.03 }
}; };
}; };
class IndustrialMilitary: Default { class IndustrialMilitary: Default {
@@ -462,15 +459,14 @@ class CfgBuildingLoot {
{ "machineguns", "cfglootweapon", 0.01 } { "machineguns", "cfglootweapon", 0.01 }
}; };
lootTypeSmall[] = { lootTypeSmall[] = {
{ "pistols", "cfglootweapon", 0.12 }, { "pistols", "cfglootweapon", 0.14 },
{ "Binocular", "weapon", 0.05 }, { "Binocular", "weapon", 0.05 },
{ "ItemFlashlightRed", "weapon", 0.03 }, { "ItemFlashlightRed", "weapon", 0.03 },
{ "ItemKnife", "weapon", 0.04 }, { "ItemKnife", "weapon", 0.04 },
{ "ItemGPS", "weapon", 0.02 }, { "ItemGPS", "weapon", 0.02 },
{ "", "medical", 0.02 }, { "", "medical", 0.12 },
{ "", "generic", 0.09 }, { "", "generic", 0.22 },
{ "", "military", 0.34 }, { "", "military", 0.35 },
{ "submachinegun", "cfglootweapon", 0.26 },
{ "ItemEtool", "weapon", 0.03 } { "ItemEtool", "weapon", 0.03 }
}; };
}; };