module Base
{
    item FireKlean
    {
        Icon             = fireklean,
        ItemType         = base:drainable,
        UseDelta         = 0.5,
        UseWhileEquipped = FALSE,
        Weight           = 0.2,
        WorldStaticModel = FireKlean,
    }
    
    item CleaningKit
    {
        Icon             = cleaningkit,
        ItemType         = base:drainable,
        UseDelta         = 0.25,
        UseWhileEquipped = FALSE,
        Weight           = 0.6,
        WorldStaticModel = CleaningKit,
    }
    
    item M60_Link
    {
        DisplayCategory  = Ammo,
        Icon             = M60_Link,
        ItemType         = base:normal,
        Weight           = 0.01,
        WorldStaticModel = M60_Link,
    }
    
    item M60_Links_Box
    {
        AlwaysWelcomeGift = TRUE,
        DisplayCategory   = Ammo,
        Icon              = M60_Links_Box,
        ItemType          = base:normal,
        MetalValue        = 40,
        Weight            = 0.3,
        WorldStaticModel  = M60LinkBox,
    }
    
    item M60_Link_Die
    {
        DisplayCategory  = Ammo,
        Icon             = M60_LinkDie,
        ItemType         = base:normal,
        MetalValue       = 150,
        Weight           = 2.5,
        WorldStaticModel = M60LinkDie_Ground,
    }
}