module Base
{

    item VSSClip
    {
        CanStack	=	FALSE,
        Weight		=	0.1,
        Type		=	Normal,
        DisplayName	=	VSS Magazine,
	DisplayCategory	= 	GunMag,
        Icon		=	VSSMag,
        MaxAmmo		=	10,
        AmmoType	=	Base.Bullets9mm,
        StaticModel	=	GunMagazine,
	GunType		=	VSS,
    }
}