mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Update CfgBuildingLoot.hpp
Removed "MilitaryAmmo", vehicle ammo from MilitarySpecial Table.
This commit is contained in:
@@ -798,14 +798,13 @@ class CfgBuildingLoot {
|
|||||||
{ "","military" },
|
{ "","military" },
|
||||||
{ "machinegunammo","single" },
|
{ "machinegunammo","single" },
|
||||||
{ "militaryclothes","single" },
|
{ "militaryclothes","single" },
|
||||||
{ "NVGoggles","weapon" },
|
{ "NVGoggles","weapon" }
|
||||||
{ "militaryammo","single" }
|
|
||||||
};
|
};
|
||||||
itemChance[] = {
|
itemChance[] = {
|
||||||
0.1,
|
0.1,
|
||||||
0.04,
|
0.04,
|
||||||
0.08,
|
0.08,
|
||||||
0.02,
|
0.03,
|
||||||
0.05,
|
0.05,
|
||||||
0.06,
|
0.06,
|
||||||
0.01,
|
0.01,
|
||||||
@@ -820,10 +819,9 @@ class CfgBuildingLoot {
|
|||||||
0.08,
|
0.08,
|
||||||
0.3,
|
0.3,
|
||||||
0.01,
|
0.01,
|
||||||
0.03,
|
0.05,
|
||||||
0.03,
|
0.05,
|
||||||
0.01,
|
0.01
|
||||||
0.05
|
|
||||||
|
|
||||||
};
|
};
|
||||||
itemTypeSmall[] = {
|
itemTypeSmall[] = {
|
||||||
|
|||||||
Reference in New Issue
Block a user