module Base
{

    item KnifeSheathLeg
    {
        DisplayCategory = Accessory,
        ClothingItemExtra = KnifeSheathBack,
        ClothingItemExtraOption = KnifeSheath_WearBack,
        clothingExtraSubmenu = KnifeSheath_WearLeg,
        Weight	=	0.1,
        Type	=	Clothing,
        DisplayName	=	Knife Sheath Leg,
        Icon	=	KnifeSheath,
        BodyLocation = KnifeSheathLeg,
        ClothingItem = KnifeSheathLeg,
        AttachmentsProvided = KnifeSheathLeg,   
        WorldStaticModel = FannyPack_Ground,
    }

    item KnifeSheathBack
    {
        DisplayCategory = Accessory,
        ClothingItemExtra = KnifeSheathLeg,
        ClothingItemExtraOption = KnifeSheath_WearLeg,
        clothingExtraSubmenu = KnifeSheath_WearBack,
        Weight	=	0.1,
        Type	=	Clothing,
        DisplayName	=	Knife Sheath Back,
        Icon	=	KnifeSheath,
        BodyLocation = KnifeSheathBack,
        ClothingItem = KnifeSheathBack,
        AttachmentsProvided = KnifeSheathBack,   
        WorldStaticModel = FannyPack_Ground,
    }
	
    item KnifeSheathTacticalLeg
    {
        DisplayCategory = Accessory,
        ClothingItemExtra = KnifeSheathTacticalBack,
        ClothingItemExtraOption = KnifeSheath_WearBack,
        clothingExtraSubmenu = KnifeSheath_WearLeg,
        Weight	=	0.1,
        Type	=	Clothing,
        DisplayName	=	Knife Sheath Tactical Leg,
        Icon	=	KnifeSheathTactical,
        BodyLocation = KnifeSheathLeg,
        ClothingItem = KnifeSheathTacticalLeg,
        AttachmentsProvided = KnifeSheathLeg,   
        WorldStaticModel = FannyPack_Ground,
    }

    item KnifeSheathTacticalBack
    {
        DisplayCategory = Accessory,
        ClothingItemExtra = KnifeSheathTacticalLeg,
        ClothingItemExtraOption = KnifeSheath_WearLeg,
        clothingExtraSubmenu = KnifeSheath_WearBack,
        Weight	=	0.1,
        Type	=	Clothing,
        DisplayName	=	Knife Sheath Tactical Back,
        Icon	=	KnifeSheathTactical,
        BodyLocation = KnifeSheathBack,
        ClothingItem = KnifeSheathTacticalBack,
        AttachmentsProvided = KnifeSheathBack,   
        WorldStaticModel = FannyPack_Ground,
    }
	
	item KatanaSheath
    {
        DisplayCategory = Accessory,
        ClothingItem = KatanaSheath,
        Weight	=	0.1,
        Type	=	Clothing,
        DisplayName	=	Katana Sheath,
        Icon	=	KatanaSheath,
        BodyLocation = KatanaSheath,
        AttachmentsProvided = KatanaSheath,   
        WorldStaticModel = KatanaSheathGround,
    }

	item KatanaSheathWhite
    {
        DisplayCategory = Accessory,
        ClothingItem = KatanaSheathWhite,
        Weight	=	0.1,
        Type	=	Clothing,
        DisplayName	=	Katana Sheath White,
        Icon	=	KatanaSheathWhite,
        BodyLocation = KatanaSheath,
        AttachmentsProvided = KatanaSheath,   
        WorldStaticModel = KatanaSheathWhiteGround,
    }
	
	item KatanaSheathBlue
    {
        DisplayCategory = Accessory,
        ClothingItem = KatanaSheathBlue,
        Weight	=	0.1,
        Type	=	Clothing,
        DisplayName	=	Katana Sheath Blue,
        Icon	=	KatanaSheathBlue,
        BodyLocation = KatanaSheath,
        AttachmentsProvided = KatanaSheath,   
        WorldStaticModel = KatanaSheathBlueGround,
    }
	
	item KatanaSheathBlack
    {
        DisplayCategory = Accessory,
        ClothingItem = KatanaSheathBlack,
        Weight	=	0.1,
        Type	=	Clothing,
        DisplayName	=	Katana Sheath Black,
        Icon	=	KatanaSheathBlack,
        BodyLocation = KatanaSheath,
        AttachmentsProvided = KatanaSheath,   
        WorldStaticModel = KatanaSheathBlackGround,
    }
	
	item KatanaSheathRed
    {
        DisplayCategory = Accessory,
        ClothingItem = KatanaSheathRed,
        Weight	=	0.1,
        Type	=	Clothing,
        DisplayName	=	Katana Sheath Red,
        Icon	=	KatanaSheathRed,
        BodyLocation = KatanaSheath,
        AttachmentsProvided = KatanaSheath,   
        WorldStaticModel = KatanaSheathRedGround,
    }
	
	item KatanaSheathGreen
    {
        DisplayCategory = Accessory,
        ClothingItem = KatanaSheathGreen,
        Weight	=	0.1,
        Type	=	Clothing,
        DisplayName	=	Katana Sheath Green,
        Icon	=	KatanaSheathGreen,
        BodyLocation = KatanaSheath,
        AttachmentsProvided = KatanaSheath,   
        WorldStaticModel = KatanaSheathGreenGround,
    }
}