module Base
{
    item 46Bullets
    {
        Count             = 5,
        Weight            = 0.02,
        AlwaysWelcomeGift = TRUE,
        ItemType          = base:normal,
        DisplayCategory   = Ammo,
        Icon              = 46Bullets,
        MetalValue        = 1,
        WorldStaticModel  = 556Bullets,
        Tags              = base:ammo;vfe:ammo50,
    }
    
    item 46Box
    {
        Weight            = 0.4,
        AlwaysWelcomeGift = TRUE,
        ItemType          = base:normal,
        DisplayCategory   = Ammo,
        Icon              = 46AmmoBox,
        MetalValue        = 40,
        WorldStaticModel  = 46Box,
        Tags              = base:hasmetal;base:ignorezombiedensity;base:ammo;vfe:ammobox50;vfe:ammobox,
        DoubleClickRecipe = OpenBoxOf50Bullets,
    }
    
    item 46Pack
    {
        DisplayCategory   = Ammo,
        Weight            = 1.28,
        AlwaysWelcomeGift = TRUE,
        ItemType          = base:normal,
        Icon              = 46AmmoPack,
        MetalValue        = 160,
        WorldStaticModel  = 46Pack,
        Tags              = base:hasmetal;base:ignorezombiedensity;base:ammo;vfe:ammopack,
        DoubleClickRecipe = OpenPackOfAmmo,
    }
    
    item 46Case
    {
        Weight            = 4.09,
        AlwaysWelcomeGift = TRUE,
        ItemType          = base:normal,
        DisplayCategory   = Ammo,
        Icon              = 46AmmoCase,
        MetalValue        = 640,
        WorldStaticModel  = 46Case,
        Tags              = base:hasmetal;base:ignorezombiedensity;base:ammo;vfe:ammocase,
        DoubleClickRecipe = OpenCaseOfAmmo,
    }
    
    item 46Crate
    {
        Weight            = 13.1,
        AlwaysWelcomeGift = TRUE,
        ItemType          = base:normal,
        DisplayCategory   = Ammo,
        Icon              = 46AmmoCrate,
        MetalValue        = 1920,
        WorldStaticModel  = 46Crate,
        Tags              = base:hasmetal;base:ignorezombiedensity;base:ammo;vfe:ammocrate,
        DoubleClickRecipe = OpenCrateOfAmmo,
    }
    
    item 46Carton
    {
        DisplayCategory    = Ammo,
        ItemType           = base:normal,
        Weight             = 3.6,
        Icon               = Parcel_Medium_Ammo,
        AlwaysWelcomeGift  = true,
        MetalValue         = 400.0,
        PlaceMultipleSound = BoxOfRoundsPlaceAll,
        PlaceOneSound      = BoxOfRoundsPlaceOne,
        WorldStaticModel   = Parcel_Ammo_Medium,
        Tags               = base:hasmetal;base:ignorezombiedensity;base:ammo;vfe:ammocarton,
        DoubleClickRecipe  = OpenCartonOfBoxesOfAmmo,
    }
    
    item 57Bullets
    {
        Count             = 5,
        Weight            = 0.022,
        AlwaysWelcomeGift = TRUE,
        ItemType          = base:normal,
        DisplayCategory   = Ammo,
        Icon              = 57Bullets,
        MetalValue        = 1,
        WorldStaticModel  = 556Bullets,
        Tags              = base:ammo;vfe:ammo50,
    }
    
    item 57Box
    {
        Weight            = 0.44,
        AlwaysWelcomeGift = TRUE,
        ItemType          = base:normal,
        DisplayCategory   = Ammo,
        Icon              = 57AmmoBox,
        MetalValue        = 40,
        WorldStaticModel  = 57Box,
        Tags              = base:hasmetal;base:ignorezombiedensity;base:ammo;vfe:ammobox50;vfe:ammobox,
        DoubleClickRecipe = OpenBoxOf50Bullets,
    }
    
    item 57Pack
    {
        DisplayCategory   = Ammo,
        Weight            = 1.4,
        AlwaysWelcomeGift = TRUE,
        ItemType          = base:normal,
        Icon              = 57AmmoPack,
        MetalValue        = 160,
        WorldStaticModel  = 57Pack,
        Tags              = base:hasmetal;base:ignorezombiedensity;base:ammo;vfe:ammopack,
        DoubleClickRecipe = OpenPackOfAmmo,
    }
    
    item 57Case
    {
        Weight            = 4.5,
        AlwaysWelcomeGift = TRUE,
        ItemType          = base:normal,
        DisplayCategory   = Ammo,
        Icon              = 57AmmoCase,
        MetalValue        = 640,
        WorldStaticModel  = 57Case,
        Tags              = base:hasmetal;base:ignorezombiedensity;base:ammo;vfe:ammocase,
        DoubleClickRecipe = OpenCaseOfAmmo,
    }
    
    item 57Crate
    {
        Weight            = 14.41,
        AlwaysWelcomeGift = TRUE,
        ItemType          = base:normal,
        DisplayCategory   = Ammo,
        Icon              = 57AmmoCrate,
        MetalValue        = 1920,
        WorldStaticModel  = 57Crate,
        Tags              = base:hasmetal;base:ignorezombiedensity;base:ammo;vfe:ammocrate,
        DoubleClickRecipe = OpenCrateOfAmmo,
    }
    
    item 57Carton
    {
        DisplayCategory    = Ammo,
        ItemType           = base:normal,
        Weight             = 3.96,
        Icon               = Parcel_Medium_Ammo,
        AlwaysWelcomeGift  = true,
        MetalValue         = 400.0,
        PlaceMultipleSound = BoxOfRoundsPlaceAll,
        PlaceOneSound      = BoxOfRoundsPlaceOne,
        WorldStaticModel   = Parcel_Ammo_Medium,
        Tags               = base:hasmetal;base:ignorezombiedensity;base:ammo;vfe:ammocarton,
        DoubleClickRecipe  = OpenCartonOfBoxesOfAmmo,
    }
}
