module Base
{
    item VFEAmmoCanNarrow
    {
        DisplayCategory      = Container,
        WeightReduction      = 40,
        Weight               = 0.5,
        Type                 = Container,
        Capacity             = 4,
        DisplayName          = Ammo Can,
        Icon                 = AmmoCanNarrow,
        RunSpeedModifier     = 0.97,
        PutInSound           = PutItemInBag,
        ReplaceInSecondHand  = Bag_AmmoCanNarrow_LHand holdingbagleft,
        ReplaceInPrimaryHand = Bag_AmmoCanNarrow_RHand holdingbagright,
        WorldStaticModel     = AmmoCanNarrow,
    }
    
    item VFEAmmoCanNarrow_Toolkit
    {
        DisplayCategory      = Container,
        WeightReduction      = 40,
        Weight               = 0.5,
        Type                 = Container,
        Capacity             = 4,
        DisplayName          = Ammo Can,
        Icon                 = AmmoCanNarrow,
        RunSpeedModifier     = 0.97,
        PutInSound           = PutItemInBag,
        ReplaceInSecondHand  = Bag_AmmoCanNarrow_LHand holdingbagleft,
        ReplaceInPrimaryHand = Bag_AmmoCanNarrow_RHand holdingbagright,
        WorldStaticModel     = AmmoCanNarrow,
    }
    
    item VFEAmmoCanWide
    {
        DisplayCategory      = Container,
        WeightReduction      = 40,
        Weight               = 0.9,
        Type                 = Container,
        Capacity             = 8,
        DisplayName          = Wide Ammo Can,
        Icon                 = AmmoCanWide,
        RunSpeedModifier     = 0.97,
        PutInSound           = PutItemInBag,
        ReplaceInSecondHand  = Bag_AmmoCanWide_LHand holdingbagleft,
        ReplaceInPrimaryHand = Bag_AmmoCanWide_RHand holdingbagright,
        WorldStaticModel     = AmmoCanWide,
    }
}