module Base
{

   item 762Clip10
    {
        CanStack	=	FALSE,
        Weight	=	0.3,
        Type	=	Normal,
        DisplayName	=	Dragunov Magazine,
        Icon	=	SVDClip,
        MaxAmmo = 10,
        AmmoType = 762Bullets,
        GunType = SVD,
        WorldStaticModel = Magazine_SVD,
    }

   item 939Clip10
    {
        CanStack	=	FALSE,
        Weight	=	0.3,
        Type	=	Normal,
        DisplayName	=	VSS Magazine,
        Icon	=	VSSclip,
        MaxAmmo = 10,
        AmmoType = Bullets9mm,
        GunType = SVD,
        WorldStaticModel = Magazine_SVD,
    }


   item 545Clip
    {
        CanStack	=	FALSE,
        Weight	=	0.2,
        Type	=	Normal,
        DisplayName	=	5.45 Magazine,
        Icon	=	545Clip,
        MaxAmmo = 30,
        AmmoType = 545Bullets,
		StaticModel = Magazine_AK74,
        GunType = AK74,
        WorldStaticModel = Magazine_AK74,
    }

    item 545Box
    {
        Weight	=	0.8,
        AlwaysWelcomeGift	=	TRUE,
        Type	=	Normal,
        DisplayName	=	Box of 5.45 Rounds,
        DisplayCategory = Ammo,
        Icon	=	545AmmoBox,
        MetalValue = 40,
        WorldStaticModel = 762Box,
    }

    item 545Bullets
    {
        Count	=	5,
        Weight	=	0.025,
        AlwaysWelcomeGift	=	TRUE,
        Type	=	Normal,
        DisplayName	=	5.45 Rounds,
        DisplayCategory = Ammo,
        Icon	=	545Bullets,
        MetalValue = 1,
        WorldStaticModel = 762Bullets,
    }

   item 556box100
    {
        CanStack	=	FALSE,
        Weight	=	1.7,
        Type	=	Normal,
        DisplayName	=	M249 Box,
        Icon	=	m249box,
        MaxAmmo = 100,
        AmmoType = 556Bullets,
        GunType = M249,
        WorldStaticModel = Magazine_249,
    }

   item 762box100
    {
        CanStack	=	FALSE,
        Weight	=	1.7,
        Type	=	Normal,
        DisplayName	=	PKM Box,
        Icon	=	pkmbox,
        MaxAmmo = 100,
        AmmoType = 762Bullets,
        GunType = PKM,
        WorldStaticModel = Magazine_PKM,
    }

   item 12Clip5
    {
        CanStack	=	FALSE,
        Weight	=	0.3,
        Type	=	Normal,
        DisplayName	=	Saiga-12 Magazine,
        Icon	=	saigaclip,
        MaxAmmo = 5,
        AmmoType = ShotgunShells,
        GunType = Saiga12,
        WorldStaticModel = Magazine_SVD,
    }

   item 762Clip102
    {
        CanStack	=	FALSE,
        Weight	=	0.2,
        Type	=	Normal,
        DisplayName	=	SV98 Magazine,
        Icon	=	SVTClip,
        MaxAmmo = 10,
        AmmoType = 762Bullets,
        GunType = sv98,
        WorldStaticModel = Magazine_SV98,
    }

   item 762Clip103
    {
        CanStack	=	FALSE,
        Weight	=	0.2,
        Type	=	Normal,
        DisplayName	=	SVT-40 Magazine,
        Icon	=	SVTClip,
        MaxAmmo = 10,
        AmmoType = 762Bullets,
        GunType = SVT40,
        WorldStaticModel = Magazine_SVD,
    }

   item 9mmClip8
    {
        CanStack	=	FALSE,
        Weight	=	0.1,
        Type	=	Normal,
        DisplayName	=	Makarov Magazine,
        Icon	=	makarovclip,
        MaxAmmo = 8,
        AmmoType = Bullets9mm,
        GunType = Makarov,
        WorldStaticModel = Magazine_SVD,
    }

   item 45Clip25
    {
        CanStack	=	FALSE,
        Weight	=	0.15,
        Type	=	Normal,
        DisplayName	=	UMP-45 Magazine,
        Icon	=	UMPclip,
        MaxAmmo = 25,
        AmmoType = Bullets45,
        GunType = UMP45,
        WorldStaticModel = Magazine_UMP,
    }
   item 9mmClip302
    {
        CanStack	=	FALSE,
        Weight	=	0.2,
        Type	=	Normal,
        DisplayName	=	Vityaz Magazine,
        Icon	=	762Clip,
        MaxAmmo = 30,
        AmmoType = Bullets9mm,
        GunType = Vityaz,
        WorldStaticModel = Magazine_Vityaz,
    }
	
	item PPSHDrum
    {
        CanStack	=	FALSE,
        Weight	=	0.4,
        Type	=	Normal,
        DisplayName	=	PPSH-41 Drum,
        Icon	=	PPSHDrum,
        MaxAmmo = 71,
        AmmoType = Bullets9mm,
        GunType = PPSH,
        WorldStaticModel = Magazine_PPSH,
    }
	
	item BizonClip
    {
        CanStack	=	FALSE,
        Weight	=	0.3,
        Type	=	Normal,
        DisplayName	=	Bizon Magazine,
        Icon	=	BizonClip,
        MaxAmmo = 64,
        AmmoType = Bullets9mm,
        GunType = Bizon,
        WorldStaticModel = Magazine_Bizon,
    }
}