module GunFighter2EasyPacking
{
    imports
    {
        Base,
        Packing,
    }

    item 10pk556
    {
        Weight = 1.0,
        Type = Normal,
        DisplayName = 10 x Box of 5.56x45mm Rounds,
        DisplayCategory = Ammo,
        Icon = PAmmoBox,
        WorldStaticModel = Packing.pkAmmoCan_Ground,
    }

    item 5pk556
    {
        Weight = 1.0,
        Type = Normal,
        DisplayName = 5 x Box of 5.56x45mm Rounds,
        DisplayCategory = Ammo,
        Icon = PAmmoBox,
        WorldStaticModel = Packing.pkAmmoCan_Ground,
    }
    
}
