module Bicycle
{
    imports {
            Base
        }
    item PlasticBagLeft
        {
        Hidden = TRUE,
                DisplayCategory = Bag,
                Type = Container,
                Weight = 0,
                Icon = Plasticbag,
                CanBeEquipped = Bicycle_PlasticBag,
                Capacity = 8,
                CloseSound = CloseBag,
                ClothingItem = saddlebag_item,
                OpenSound = OpenBag,
        PutInSound = PutItemInBag,
        AcceptItemFunction = Bicycle_InvisibleContainerAcceptItem,
        ReplaceInPrimaryHand = saddlebag_item holdingbagright,
        ReplaceInSecondHand = saddlebag_item holdingbagleft,
                RunSpeedModifier = 1.00,
                WeightReduction = 90,
                WorldStaticModel = saddlebag_item,
        }
        item PlasticBagRight
        {
        Hidden = TRUE,
                DisplayCategory = Bag,
                Type = Container,
                Weight = 0,
                Icon = Plasticbag,
                CanBeEquipped = Bicycle_PlasticBag,
                Capacity = 8,
                CloseSound = CloseBag,
                ClothingItem = saddlebag_item,
                OpenSound = OpenBag,
        PutInSound = PutItemInBag,
        AcceptItemFunction = Bicycle_InvisibleContainerAcceptItem,
        ReplaceInPrimaryHand = saddlebag_item holdingbagright,
        ReplaceInSecondHand = saddlebag_item holdingbagleft,
                RunSpeedModifier = 1.00,
                WeightReduction = 90,
                WorldStaticModel = saddlebag_item,
        }
}
