<configs>
<set xpath="/lootcontainers/lootgroup[@name='ammo']" >
<item name="Ammo Supply 9mm" count="1,12" prob="0.2"/>
[color=#008000]<item name="Ammo Supply 44Mag" count="1,12" prob="0.2"/>[/color]
<item name="Ammo Supply 762mm" count="1,12" prob="0.2"/>
<item name="Ammo Supply Shotgun" count="1,12" prob="0.2"/>
<item name="Ammo Supply ShotgunSlug" count="1,12" prob="0.2"/>
[color=#ff0000]<!-- <item name="44Mag Bullet HP" count="1,12" prob="0.2"/> --> <!-- missed that is there, my bad. -->[/color]
</set>
<append xpath="/lootcontainers/lootcontainer[@id='40']" >
<item name="Generic Ammo Supply" count="1,2" prob="0.10"/>
</append>
<append xpath="/lootcontainers/lootcontainer[@id='42']" >
<item name="Generic Ammo Supply" count="1,2" prob="0.10"/>
</append>
<append xpath="/lootcontainers/lootcontainer[@id='50']" >
<item name="Generic Ammo Supply" count="1,2" prob="0.10"/>
</append>
<!-- safes, weapon caches rare good loot -->
<append xpath="/lootcontainers/lootcontainer[@id='11']" >
<item name="Generic Ammo Supply" count="1,2" prob="0.10"/>
<item name="44Mag Bullet HP" count="1,12" prob="0.1"/>
</append>
<!-- cars-->
<append xpath="/lootcontainers/lootcontainer[@id='19']" >
<item name="Generic Ammo Supply" count="1,2" prob="0.10"/>
<item name="44Mag Bullet HP" count="1,12" prob="0.1"/>
</append>
<!-- Supply Crate General, the normal airdrop -->
<append xpath="/lootcontainers/lootcontainer[@id='34']" >
<item name="Generic Ammo Supply" count="1,2" prob="0.10"/>
<item name="44Mag Bullet HP" count="1,12" prob="0.1"/>
</append>
<!-- cntLootChestHero, fancy chest -->
<append xpath="/lootcontainers/lootcontainer[@id='41']" >
<item name="Generic Ammo Supply" count="1,2" prob="0.10"/>
<item name="44Mag Bullet HP" count="1,12" prob="0.1"/>
</append>
<!-- Apache Artifact Chest -->
<append xpath="/lootcontainers/lootcontainer[@id='56']" >
<item name="Generic Ammo Supply" count="1,2" prob="0.10"/>
<item name="44Mag Bullet HP" count="1,12" prob="0.1"/>
</append>
<!-- Treasure chest -->
<append xpath="/lootcontainers/lootcontainer[@id='61']" >
<item name="Generic Ammo Supply" count="1,2" prob="0.10"/>
<item name="44Mag Bullet HP" count="1,12" prob="0.1"/>
</append>
<!-- mountain man loot -->
<append xpath="/lootcontainers/lootcontainer[@id='63']" >
<item name="Generic Ammo Supply" count="1,2" prob="0.10"/>
<item name="44Mag Bullet HP" count="1,12" prob="0.1"/>
</append>
<!-- EntityLootContainerRegular, rare random drop off regular zombies -->
<append xpath="/lootcontainers/lootcontainer[@id='70']" >
<item group="ammo" count="1,12" prob="0.2"/>
<!-- <item name="Ammo Supply 9mm" count="1,12" prob="0.2"/>
<item name="Ammo Supply 44Mag" count="1,12" prob="0.2"/>
<item name="Ammo Supply 762mm" count="1,12" prob="0.2"/>
<item name="Ammo Supply Shotgun" count="1,12" prob="0.2"/>
<item name="Ammo Supply ShotgunSlug" count="1,12" prob="0.2"/>
<item name="44Mag Bullet HP" count="1,12" prob="0.2"/> --> <!-- commended out, was for testing -->
</append>
<!-- EntityLootContainerStrong, rare random drop off strong zombies -->
<append xpath="/lootcontainers/lootcontainer[@id='71']" >
<item group="ammo" count="1,12" prob="0.2"/>
<!-- <item name="Ammo Supply 9mm" count="1,12" prob="0.2"/>
<item name="Ammo Supply 44Mag" count="1,12" prob="0.2"/>
<item name="Ammo Supply 762mm" count="1,12" prob="0.2"/>
<item name="Ammo Supply Shotgun" count="1,12" prob="0.2"/>
<item name="Ammo Supply ShotgunSlug" count="1,12" prob="0.2"/>
<item name="44Mag Bullet HP" count="1,12" prob="0.2"/> --> <!-- commended out, was for testing -->
</append>
<!-- EntityLootContainerBoss, rare random drop off bosses -->
<append xpath="/lootcontainers/lootcontainer[@id='73']" >
<item group="ammo" count="1,12" prob="0.2"/>
<!-- <item name="Ammo Supply 9mm" count="1,12" prob="0.2"/>
<item name="Ammo Supply 44Mag" count="1,12" prob="0.2"/>
<item name="Ammo Supply 762mm" count="1,12" prob="0.2"/>
<item name="Ammo Supply Shotgun" count="1,12" prob="0.2"/>
<item name="Ammo Supply ShotgunSlug" count="1,12" prob="0.2"/>
<item name="44Mag Bullet HP" count="1,12" prob="0.2"/> --> <!-- commended out, was for testing -->
</append>
</configs>