mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
shotgun loot tweaks for military special
This commit is contained in:
@@ -454,11 +454,11 @@ class CfgBuildingLoot {
|
||||
{ "militaryammo","single" }
|
||||
};
|
||||
itemChance[] = {
|
||||
0.1,
|
||||
0.03,
|
||||
0.05,
|
||||
0.05,
|
||||
0.35,
|
||||
0.11,
|
||||
0.04,
|
||||
0.07,
|
||||
0.06,
|
||||
0.3,
|
||||
0.19,
|
||||
0.05,
|
||||
0.01,
|
||||
@@ -691,7 +691,7 @@ class CfgBuildingLoot {
|
||||
{ "machineguns","cfglootweapon" },
|
||||
{ "pistols","cfglootweapon" },
|
||||
{ "sniperrifles","cfglootweapon" },
|
||||
{ "shotgunsingleshot","cfglootweapon" },
|
||||
{ "militaryshotguns","cfglootweapon" },
|
||||
{ "submachinegun","cfglootweapon" },
|
||||
{ "AmmoBoxSmall_556","object" },
|
||||
{ "AmmoBoxSmall_762","object" },
|
||||
|
||||
@@ -1028,4 +1028,17 @@ class CfgLoot {
|
||||
0.15,
|
||||
}
|
||||
};
|
||||
|
||||
militaryshotguns[] = {
|
||||
{
|
||||
"Saiga12K",
|
||||
"Remington870_lamp",
|
||||
"M1014",
|
||||
},
|
||||
{
|
||||
0.25,
|
||||
0.35,
|
||||
0.40
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user