module SZ
 {

item WQSPackedAntenna
    {
        DisplayCategory = Bag,
        Type = Container,
        DisplayName = Packed Antenna,
        ClothingItem = Bag_Military,
        WeightReduction	= 0,
        Weight	=	5.5,
        Capacity	=	0,
        Icon	=	DuffelbagMilitary,
        OpenSound   =   OpenBag,
        CloseSound   =   CloseBag,
        PutInSound   =   PutItemInBag,
        RunSpeedModifier = 0.95,
        CanHaveHoles = false,
        ReplaceInSecondHand = Bag_DuffelBag_LHandMilitary holdingbagleft,
        ReplaceInPrimaryHand = Bag_DuffelBag_RHandMilitary holdingbagright,
        WorldStaticModel = DuffelBag_Ground,
    }

}