module Base
{
    item 762Pack
    {
        Weight            = 3.0,
        AlwaysWelcomeGift = TRUE,
        Type              = Normal,
        DisplayName       = Pack of 7.62 Boxes,
        DisplayCategory   = Ammo,
        Icon              = 762AmmoPack,
        MetalValue        = 160,
        WorldStaticModel  = 762Pack,
    }
    
    item 308Pack
    {
        DisplayCategory   = Ammo,
        Weight            = 3.8,
        AlwaysWelcomeGift = TRUE,
        Type              = Normal,
        DisplayName       = Pack of .308 Boxes,
        Icon              = 308AmmoPack,
        MetalValue        = 160,
        WorldStaticModel  = 308Pack,
    }
    
    item 556Pack
    {
        DisplayCategory   = Ammo,
        Weight            = 3.8,
        AlwaysWelcomeGift = TRUE,
        Type              = Normal,
        DisplayName       = Pack of 5.56 Boxes,
        Icon              = 556AmmoPack,
        MetalValue        = 160,
        WorldStaticModel  = 556Pack,
    }
    
    item 223Pack
    {
        DisplayCategory   = Ammo,
        Weight            = 2.3,
        AlwaysWelcomeGift = TRUE,
        Type              = Normal,
        DisplayName       = Pack of .223 Boxes,
        Icon              = 223AmmoPack,
        MetalValue        = 160,
        WorldStaticModel  = 223Pack,
    }
    
    item ShotgunShellsPack
    {
        DisplayCategory   = Ammo,
        Weight            = 3.4,
        AlwaysWelcomeGift = TRUE,
        Type              = Normal,
        DisplayName       = Pack of Shotgun Shell Boxes,
        Icon              = ShotgunShellsPack,
        MetalValue        = 96,
        WorldStaticModel  = ShotgunShellPack,
    }
    
    item 9mmPack
    {
        Weight            = 0.8,
        AlwaysWelcomeGift = TRUE,
        Type              = Normal,
        DisplayName       = Pack of 9mm Boxes,
        DisplayCategory   = Ammo,
        Icon              = 9AmmoPack,
        MetalValue        = 120,
        WorldStaticModel  = 9mmPack,
    }
    
    item 22Pack
    {
        DisplayCategory   = Ammo,
        Weight            = 1.5,
        AlwaysWelcomeGift = TRUE,
        Type              = Normal,
        DisplayName       = Pack of .22 Boxes,
        Icon              = 22AmmoPack,
        MetalValue        = 160,
        WorldStaticModel  = 22Pack,
    }
    
    item 38Pack
    {
        DisplayCategory   = Ammo,
        Weight            = 1.3,
        AlwaysWelcomeGift = TRUE,
        Type              = Normal,
        DisplayName       = Pack of .38 Special Boxes,
        Icon              = 38AmmoPack,
        MetalValue        = 120,
        WorldStaticModel  = 38Pack,
    }
    
    item 44Pack
    {
        DisplayCategory   = Ammo,
        Weight            = 2.3,
        AlwaysWelcomeGift = TRUE,
        Type              = Normal,
        DisplayName       = Pack of .44 Magnum Boxes,
        Icon              = 44AmmoPack,
        MetalValue        = 120,
        WorldStaticModel  = 44Pack,
    }
    
    item 45Pack
    {
        DisplayCategory   = Ammo,
        Weight            = 1.9,
        AlwaysWelcomeGift = TRUE,
        Type              = Normal,
        DisplayName       = Pack of .45 Auto Boxes,
        Icon              = 45AmmoPack,
        MetalValue        = 120,
        WorldStaticModel  = 45Pack,
    }
    
    item 762Case
    {
        Weight            = 11.4,
        AlwaysWelcomeGift = TRUE,
        Type              = Normal,
        DisplayName       = Case of 7.62 Boxes,
        DisplayCategory   = Ammo,
        Icon              = 762AmmoCase,
        MetalValue        = 640,
        WorldStaticModel  = 762Case,
    }
    
    item 308Case
    {
        DisplayCategory   = Ammo,
        Weight            = 14.4,
        AlwaysWelcomeGift = TRUE,
        Type              = Normal,
        DisplayName       = Case of .308 Boxes,
        Icon              = 308AmmoCase,
        MetalValue        = 640,
        WorldStaticModel  = 308Case,
    }
    
    item 556Case
    {
        DisplayCategory   = Ammo,
        Weight            = 14.4,
        AlwaysWelcomeGift = TRUE,
        Type              = Normal,
        DisplayName       = Case of 5.56 Boxes,
        Icon              = 556AmmoCase,
        MetalValue        = 640,
        WorldStaticModel  = 556Case,
    }
    
    item 223Case
    {
        DisplayCategory   = Ammo,
        Weight            = 8.7,
        AlwaysWelcomeGift = TRUE,
        Type              = Normal,
        DisplayName       = Case of .223 Boxes,
        Icon              = 223AmmoCase,
        MetalValue        = 640,
        WorldStaticModel  = 223Case,
    }
    
    item ShotgunShellsCase
    {
        DisplayCategory   = Ammo,
        Weight            = 13.0,
        AlwaysWelcomeGift = TRUE,
        Type              = Normal,
        DisplayName       = Case of Shotgun Shell Boxes,
        Icon              = ShotgunShellsCase,
        MetalValue        = 384,
        WorldStaticModel  = ShotgunShellCase,
    }
    
    item 9mmCase
    {
        Weight            = 3.0,
        AlwaysWelcomeGift = TRUE,
        Type              = Normal,
        DisplayName       = Case of 9mm Boxes,
        DisplayCategory   = Ammo,
        Icon              = 9AmmoCase,
        MetalValue        = 480,
        WorldStaticModel  = 9mmCase,
    }
    
    item 22Case
    {
        DisplayCategory   = Ammo,
        Weight            = 5.7,
        AlwaysWelcomeGift = TRUE,
        Type              = Normal,
        DisplayName       = Case of .22 Boxes,
        Icon              = 22AmmoCase,
        MetalValue        = 640,
        WorldStaticModel  = 22Case,
    }
    
    item 38Case
    {
        DisplayCategory   = Ammo,
        Weight            = 4.9,
        AlwaysWelcomeGift = TRUE,
        Type              = Normal,
        DisplayName       = Case of .38 Special Boxes,
        Icon              = 38AmmoCase,
        MetalValue        = 480,
        WorldStaticModel  = 38Case,
    }
    
    item 44Case
    {
        DisplayCategory   = Ammo,
        Weight            = 8.7,
        AlwaysWelcomeGift = TRUE,
        Type              = Normal,
        DisplayName       = Case of .44 Magnum Boxes,
        Icon              = 44AmmoCase,
        MetalValue        = 480,
        WorldStaticModel  = 44Case,
    }
    
    item 45Case
    {
        DisplayCategory   = Ammo,
        Weight            = 7.2,
        AlwaysWelcomeGift = TRUE,
        Type              = Normal,
        DisplayName       = Case of .45 Auto Boxes,
        Icon              = 45AmmoCase,
        MetalValue        = 480,
        WorldStaticModel  = 45Case,
    }
    
    item 762Crate
    {
        Weight            = 40.0,
        AlwaysWelcomeGift = TRUE,
        Type              = Normal,
        DisplayName       = Crate of 7.62 Boxes,
        DisplayCategory   = Ammo,
        Icon              = 762AmmoCrate,
        MetalValue        = 2560,
        WorldStaticModel  = 762Crate,
    }
    
    item 308Crate
    {
        DisplayCategory   = Ammo,
        Weight            = 40.0,
        AlwaysWelcomeGift = TRUE,
        Type              = Normal,
        DisplayName       = Crate of .308 Boxes,
        Icon              = 308AmmoCrate,
        MetalValue        = 2560,
        WorldStaticModel  = 308Crate,
    }
    
    item 556Crate
    {
        DisplayCategory   = Ammo,
        Weight            = 40.0,
        AlwaysWelcomeGift = TRUE,
        Type              = Normal,
        DisplayName       = Crate of 5.56 Boxes,
        Icon              = 556AmmoCrate,
        MetalValue        = 2560,
        WorldStaticModel  = 556Crate,
    }
    
    item 223Crate
    {
        DisplayCategory   = Ammo,
        Weight            = 33.0,
        AlwaysWelcomeGift = TRUE,
        Type              = Normal,
        DisplayName       = Crate of .223 Boxes,
        Icon              = 223AmmoCrate,
        MetalValue        = 2560,
        WorldStaticModel  = 223Crate,
    }
    
    item ShotgunShellsCrate
    {
        DisplayCategory   = Ammo,
        Weight            = 40.0,
        AlwaysWelcomeGift = TRUE,
        Type              = Normal,
        DisplayName       = Crate of Shotgun Shell Boxes,
        Icon              = ShotgunShellsCrate,
        MetalValue        = 1536,
        WorldStaticModel  = ShotgunShellCrate,
    }
    
    item 9mmCrate
    {
        Weight            = 11.4,
        AlwaysWelcomeGift = TRUE,
        Type              = Normal,
        DisplayName       = Crate of 9mm Boxes,
        DisplayCategory   = Ammo,
        Icon              = 9AmmoCrate,
        MetalValue        = 1920,
        WorldStaticModel  = 9mmCrate,
    }
    
    item 22Crate
    {
        DisplayCategory   = Ammo,
        Weight            = 21.7,
        AlwaysWelcomeGift = TRUE,
        Type              = Normal,
        DisplayName       = Crate of .22 Boxes,
        Icon              = 22AmmoCrate,
        MetalValue        = 2560,
        WorldStaticModel  = 22Crate,
    }
    
    item 38Crate
    {
        DisplayCategory   = Ammo,
        Weight            = 18.6,
        AlwaysWelcomeGift = TRUE,
        Type              = Normal,
        DisplayName       = Crate of .38 Special Boxes,
        Icon              = 38AmmoCrate,
        MetalValue        = 1920,
        WorldStaticModel  = 38Crate,
    }
    
    item 44Crate
    {
        DisplayCategory   = Ammo,
        Weight            = 33.0,
        AlwaysWelcomeGift = TRUE,
        Type              = Normal,
        DisplayName       = Crate of .44 Magnum Boxes,
        Icon              = 44AmmoCrate,
        MetalValue        = 1920,
        WorldStaticModel  = 44Crate,
    }
    
    item 45Crate
    {
        DisplayCategory   = Ammo,
        Weight            = 27.4,
        AlwaysWelcomeGift = TRUE,
        Type              = Normal,
        DisplayName       = Crate of .45 Auto Boxes,
        Icon              = 45AmmoCrate,
        MetalValue        = 1920,
        WorldStaticModel  = 45Crate,
    }
    
    item 762Carton
    {
        DisplayCategory    = Ammo,
        Type               = Normal,
        Weight             = 6.0,
        Icon               = Parcel_Medium_Military,
        AlwaysWelcomeGift  = true,
        MetalValue         = 400.0,
        DisplayName        = Carton of .762 Ammo Boxes,
        PlaceMultipleSound = BoxOfRoundsPlaceAll,
        PlaceOneSound      = BoxOfRoundsPlaceOne,
        WorldStaticModel   = Parcel_Military_Medium,
        Tags               = HasMetal;IgnoreZombieDensity,
    }
    
    item 22Carton
    {
        DisplayCategory    = Ammo,
        Type               = Normal,
        Weight             = 6.0,
        Icon               = Parcel_Medium_Ammo,
        AlwaysWelcomeGift  = true,
        MetalValue         = 400.0,
        DisplayName        = Carton of .22 Ammo Boxes,
        PlaceMultipleSound = BoxOfRoundsPlaceAll,
        PlaceOneSound      = BoxOfRoundsPlaceOne,
        WorldStaticModel   = Parcel_Ammo_Medium,
        Tags               = HasMetal;IgnoreZombieDensity,
    }
}