mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
shotgun loot tweaks for military special
This commit is contained in:
@@ -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" },
|
||||||
|
|||||||
@@ -1028,4 +1028,17 @@ class CfgLoot {
|
|||||||
0.15,
|
0.15,
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
militaryshotguns[] = {
|
||||||
|
{
|
||||||
|
"Saiga12K",
|
||||||
|
"Remington870_lamp",
|
||||||
|
"M1014",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
0.25,
|
||||||
|
0.35,
|
||||||
|
0.40
|
||||||
|
}
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user