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