module Base
{
    item Bullets9mm_Casing
    {
        CanStack         = true,
        Weight           = 0.01,
        Type             = Normal,
        DisplayName      = 9mm Casing,
        DisplayCategory  = Casings,
        Icon             = 9mm_Casing,
        MetalValue       = 1,
        StaticModel      = Spent_9mm_Round,
        WorldStaticModel = Spent_9mm_Round,
    }
    item Bullets45_Casing
    {
        CanStack         = true,
        Weight           = 0.015,
        Type             = Normal,
        DisplayName      = .45 Auto Casing,
        DisplayCategory  = Casings,
        Icon             = 45_Casing,
        MetalValue       = 1,
        StaticModel      = Spent_45_Round,
        WorldStaticModel = Spent_45_Round,
    }
    item Bullets44_Casing
    {
        CanStack         = true,
        Weight           = 0.015,
        Type             = Normal,
        DisplayName      = .44 Magnum Casing,
        DisplayCategory  = Casings,
        Icon             = 44_Casing,
        MetalValue       = 1,
        StaticModel      = Spent_44_Round,
        WorldStaticModel = Spent_44_Round,
    }
    item Bullets38_Casing
    {
        CanStack         = true,
        Weight           = 0.01,
        Type             = Normal,
        DisplayName      = .38 Special Casing,
        DisplayCategory  = Casings,
        Icon             = 38_Casing,
        MetalValue       = 1,
        StaticModel      = Spent_38_Round,
        WorldStaticModel = Spent_38_Round,
    }
    item 308Bullets_Casing
    {
        CanStack         = true,
        Weight           = 0.015,
        Type             = Normal,
        DisplayName      = .308 Casing,
        DisplayCategory  = Casings,
        Icon             = 308_Casing,
        MetalValue       = 1,
        StaticModel      = Spent_308_Round,
        WorldStaticModel = Spent_308_Round,
    }
    item 223Bullets_Casing
    {
        CanStack         = true,
        Weight           = 0.015,
        Type             = Normal,
        DisplayName      = .223 Casing,
        DisplayCategory  = Casings,
        Icon             = 223_Casing,
        MetalValue       = 1,
        StaticModel      = Spent_223_Round,
        WorldStaticModel = Spent_223_Round,
    }
    item 556Bullets_Casing
    {
        CanStack         = true,
        Weight           = 0.02,
        Type             = Normal,
        DisplayName      = 5.56mm Casing,
        DisplayCategory  = Casings,
        Icon             = 556_Casing,
        MetalValue       = 1,
        StaticModel      = Spent_556_Round,
        WorldStaticModel = Spent_556_Round,
    }
    item ShotgunShells_Casing
    {
        CanStack         = true,
        Weight           = 0.05,
        Type             = Normal,
        DisplayName      = Empty Shotgun Shell,
        DisplayCategory  = Casings,
        Icon             = ShotgunShells_Casing,
        MetalValue       = 1,
        StaticModel      = Spent_Shotgun_Round,
        WorldStaticModel = Spent_Shotgun_Round,
    }
    item 22Bullets_Casing
    {
        CanStack         = true,
        Weight           = 0.01,
        Type             = Normal,
        DisplayName      = .22 Casing,
        DisplayCategory  = Casings,
        Icon             = 22_Casing,
        MetalValue       = 1,
        StaticModel      = Spent_22_Round,
        WorldStaticModel = Spent_22_Round,
    }
    item 308BulletsLinked_Casing
    {
        CanStack         = true,
        Weight           = 0.015,
        Type             = Normal,
        DisplayName      = .308 Linked Casing,
        DisplayCategory  = Casings,
        Icon             = 308_Casing,
        MetalValue       = 1,
        StaticModel      = Spent_Linked308_Round,
        WorldStaticModel = Spent_Linked308_Round,
    }
    item 762Bullets_Casing
    {
        CanStack         = true,
        Weight           = 0.02,
        Type             = Normal,
        DisplayName      = 7.62 Casing,
        DisplayCategory  = Casings,
        Icon             = 762_Casing,
        MetalValue       = 1,
        StaticModel      = Spent_762_Round,
        WorldStaticModel = Spent_762_Round,
    }
    item 545Bullets_Casing
    {
        CanStack         = true,
        Weight           = 0.02,
        Type             = Normal,
        DisplayName      = 5.45 Casing,
        DisplayCategory  = Casings,
        Icon             = 545_Casing,
        MetalValue       = 1,
        StaticModel      = Spent_545_Round,
        WorldStaticModel = Spent_545_Round,
    }
}
