module Base
{
    item DamiaoBackPack
    {
        Type = Container,
        DisplayName = DamiaoBackPack,
        ClothingItem = DamiaoBackPack,
        CanBeEquipped = Back,
        WeightReduction	=	98,
        Weight	=	1,
        Capacity	=	60,
        Icon	=	Damiaobackpack,
        OpenSound   =   OpenBag,
        CloseSound   =   CloseBag,
        PutInSound   =   PutItemInBag,
        BloodLocation = Bag,
        RunSpeedModifier = 0.97,
        CanHaveHoles = false,
        AttachmentReplacement = Bag,
        ReplaceInSecondHand = Bag_ALICEpack_Army_LHand holdingbagleft,
        ReplaceInPrimaryHand = Bag_ALICEpack_Army_RHand holdingbagright,
        WorldStaticModel = DamiaoBackPack,
        AttachmentsProvided = BedrollBottomALICE,
        Tooltip = Tooltip_DamiaoBackPack,

component FluidContainer
		{
			ContainerName   = DamiaoBackPack,
			capacity        = 2.5,
			InitialPercentMin = 0.0,
			InitialPercentMax = 1.0,
			Fluids
			{
				fluid           = Water:1.0,
			}
		}

    }
	model DamiaoBackPack
	{
		mesh = WorldItems/Clothing/DamiaoBackPack,
	}
}