Update more ammo names

See:
634214570c

@icomrade - IMO we should use the new blood type system and take out the
config variable. It is not something that can be easily switched between
because it requires manually changing the loot tables and traders which
adds some big files to the mission. Some admins will get confused when
they change the config variable and it doesn't change the loot spawns or
traders.

Admins can make bloodBagONEG abundant on their server if they
don't like it. I think most people will want to use it since it is a
nice extra realism feature and consistent with 1.8.7. We can still leave
the ItemBloodbag class defined in cfgMagazines so admins can go back to
using it if they wish. 1.8.7 even took out the class completely.
This commit is contained in:
ebaydayz
2016-03-11 15:15:04 -05:00
parent 01529e51bc
commit 6f5591c6f8
13 changed files with 68 additions and 42 deletions

View File

@@ -83,7 +83,7 @@ AmmoMilitaryLow[] =
//DZE
{Loot_MAGAZINE, 3, 5Rnd_127x108_KSVK},
{Loot_MAGAZINE, 2, 10Rnd_127x99_m107},
{Loot_MAGAZINE, 4, 5x_22_LR_17_HMR},
{Loot_MAGAZINE, 4, 5Rnd_17HMR},
{Loot_MAGAZINE, 3, 20Rnd_762x51_SB_SCAR},
{Loot_MAGAZINE, 3, 20Rnd_9x39_SP5_VSS},
{Loot_MAGAZINE, 3, 5Rnd_86x70_L115A1},
@@ -307,7 +307,7 @@ sniperriflesammo[] = {
,{Loot_MAGAZINE, 3, 10Rnd_762x54_SVD}
,{Loot_MAGAZINE, 4, 20Rnd_762x51_DMR}
,{Loot_MAGAZINE, 4, 5Rnd_762x51_M24}
,{Loot_MAGAZINE, 4, 5x_22_LR_17_HMR}
,{Loot_MAGAZINE, 4, 5Rnd_17HMR}
,{Loot_MAGAZINE, 3, 20Rnd_762x51_SB_SCAR}
,{Loot_MAGAZINE, 3, 20Rnd_9x39_SP5_VSS}
};