shotgun loot tweaks for military special

This commit is contained in:
[VB]AWOL
2013-11-24 01:23:01 -06:00
parent 1f652eed21
commit 13b15e6303
2 changed files with 19 additions and 6 deletions

View File

@@ -454,11 +454,11 @@ class CfgBuildingLoot {
{ "militaryammo","single" } { "militaryammo","single" }
}; };
itemChance[] = { itemChance[] = {
0.1, 0.11,
0.03, 0.04,
0.05, 0.07,
0.05, 0.06,
0.35, 0.3,
0.19, 0.19,
0.05, 0.05,
0.01, 0.01,
@@ -691,7 +691,7 @@ class CfgBuildingLoot {
{ "machineguns","cfglootweapon" }, { "machineguns","cfglootweapon" },
{ "pistols","cfglootweapon" }, { "pistols","cfglootweapon" },
{ "sniperrifles","cfglootweapon" }, { "sniperrifles","cfglootweapon" },
{ "shotgunsingleshot","cfglootweapon" }, { "militaryshotguns","cfglootweapon" },
{ "submachinegun","cfglootweapon" }, { "submachinegun","cfglootweapon" },
{ "AmmoBoxSmall_556","object" }, { "AmmoBoxSmall_556","object" },
{ "AmmoBoxSmall_762","object" }, { "AmmoBoxSmall_762","object" },

View File

@@ -1028,4 +1028,17 @@ class CfgLoot {
0.15, 0.15,
} }
}; };
militaryshotguns[] = {
{
"Saiga12K",
"Remington870_lamp",
"M1014",
},
{
0.25,
0.35,
0.40
}
};
}; };