module Base
{




    item Primitive_Quiver
    {
        DisplayCategory = Bag,
        ItemType = base:container,
        Weight = 1.0,
        DisplayName = [Arrow] Quiver,
        Icon = Hunter_Quiver,
        BloodLocation = Bag,
        CanBeEquipped = base:satchel,
        Capacity = 2,
        CloseSound = CloseSatchel,
        ClothingItem = Primitive_Quiver,
        EquipSound = EquipSatchel,
        OpenSound = OpenSatchel,
        PutInSound = StoreItemSatchel,
        ReplaceInPrimaryHand = Bag_Satchel_RHand holdingbagright,
        ReplaceInSecondHand = Bag_Satchel_LHand holdingbagleft,
        WeightReduction	=	99,
        AttachmentsProvided = REX5BowBack;REX5,
        WorldStaticModel = Satchel_Ground,
        Tags = base:isfiretinder;base:isfirefuel,
    }










}