module SZ
{

item SZ_SecBriefcase1_Open
    {
        DisplayCategory = Container,
        WeightReduction	=	5,
        Weight	=	1.5,
        ItemType	=	Container,
        Capacity	=	7,
        DisplayName	=	Secure Briefcase,
        Icon	=	LabBriefcase,
        OpenSound   =   OpenBag,
        CloseSound   =   CloseBag,
        PutInSound   =   PutItemInBag,
        RunSpeedModifier = 0.97,
        MetalValue = 15,
        ReplaceInSecondHand = Bag_SecBriefcase_LHand holdingbagleft,
        ReplaceInPrimaryHand = Bag_SecBriefcase_RHand holdingbagright,
        WorldStaticModel = SZ_SecBriefcase_Ground,
    }

item SZ_SecBriefcase1_Filled
    {
        DisplayCategory = Container,
        ItemType	=	Normal,
        DisplayName	=	Secure Briefcase Filled,
        Icon	=	LabBriefcase,
        RunSpeedModifier = 0.97,
        MetalValue = 15,
        ReplaceInSecondHand = Bag_SecBriefcase_LHand holdingbagleft,
        ReplaceInPrimaryHand = Bag_SecBriefcase_RHand holdingbagright,
        WorldStaticModel = SZ_SecBriefcase_Ground,
    }

model SZ_SecBriefcase_Ground
    {
        mesh = WorldItems/Clothing/Briefcase_Ground,
        texture = clothes/bag/SecBriefcase,
        scale = 0.4,
    }

}