module Base
{

    item AKClip
    {
        CanStack	=	FALSE,
        Weight		=	0.2,
        Type		=	Normal,
        DisplayName	=	7.62x39mm Magazine,
	DisplayCategory	= 	GunMag,
        Icon		=	AKMag,
        MaxAmmo 	=	30,
        AmmoType 	=	Base.762x39Bullets,
        StaticModel	=	GunMagazine,
	GunType		=	Multi_Gun,
    }
}