module Base
{


        item Canned545
	{
		DisplayName = Canned Ammunition 5.45,
		DisplayCategory = Container,
		Type = Normal,
		Weight = 16.6,
		Icon = AmmoCan,
		StaticModel = CannedAmmo545,
		WorldStaticModel = CannedAmmo545,
	}

	item Canned762AK
	{
		DisplayName = Canned Ammunition 7.62x39,
		DisplayCategory = Container,
		Type = Normal,
		Weight = 11.4,
		Icon = AmmoCan,
		StaticModel = CannedAmmo762ak,
		WorldStaticModel = CannedAmmo762ak,
	}

	item Canned762PKM
	{
		DisplayName = Canned Ammunition 7.62x54R,
		DisplayCategory = Container,
		Type = Normal,
		Weight = 5.6,
		Icon = AmmoCan,
		StaticModel = CannedAmmo762pkm,
		WorldStaticModel = CannedAmmo762pkm,
	}

	item Canned939
	{
		DisplayName = Canned Ammunition 9.39,
		DisplayCategory = Container,
		Type = Normal,
		Weight = 11.4,
		Icon = AmmoCan,
		StaticModel = CannedAmmo939,
		WorldStaticModel = CannedAmmo939,
	}

	item CannedAmmoOpen
	{
		DisplayName = Open Can of Ammunition,
		DisplayCategory = Junk,
		Type = Normal,
		Weight = 1.2,
		MetalValue = 20,
		Icon = AmmoCanOpen,
		StaticModel = CannedAmmoOpen,
		WorldStaticModel = CannedAmmoOpen,
	}



   item Crate_Ammunition545
   {
      DisplayCategory = Container,
      Type = Container,
      DisplayName = Ammo Crate,
      WeightReduction	=	25,
      Weight	=	4.4,
      Capacity	=	34,
      Icon	=	AmmoCrate,
      OpenSound   =   OpenBag,
      CloseSound   =   CloseBag,
      PutInSound   =   PutItemInBag,
      WorldStaticModel = AmmoCrate545,
   }
   item Crate_Ammunition762AK
   {
      DisplayCategory = Container,
      Type = Container,
      DisplayName = Ammo Crate,
      WeightReduction	=	25,
      Weight	=	4.4,
      Capacity	=	34,
      Icon	=	AmmoCrate,
      OpenSound   =   OpenBag,
      CloseSound   =   CloseBag,
      PutInSound   =   PutItemInBag,
      WorldStaticModel = Ammocrate762ak,
   }
   item Crate_Ammunition762PKM
   {
      DisplayCategory = Container,
      Type = Container,
      DisplayName = Ammo Crate,
		WeightReduction	=	25,
		Weight	=	4.4,
      Capacity	=	12,
      Icon	=	AmmoCrate,
      OpenSound   =   OpenBag,
      CloseSound   =   CloseBag,
      PutInSound   =   PutItemInBag,
      WorldStaticModel = Ammocrate762pkm,
   }
   item Crate_Ammunition939
   {
      DisplayCategory = Container,
      Type = Container,
      DisplayName = Ammo Crate,
		WeightReduction	=	25,
		Weight	=	4.4,
      Capacity	=	34,
      Icon	=	AmmoCrate,
      OpenSound   =   OpenBag,
      CloseSound   =   CloseBag,
      PutInSound   =   PutItemInBag,
      WorldStaticModel = Ammocrate939,
   }


   item AKMarmygunbox
   {
      DisplayCategory = Container,
      Type = Container,
      DisplayName = AKM army gun box,
      Weight	=	15,
      WeightReduction =  0,
      Capacity	=	40,
      Icon	=      agb,
      OpenSound   =   OpenBag,
      CloseSound   =   CloseBag,
      PutInSound   =   PutItemInBag,
      StaticModel = ArmyGunBox,
      WorldStaticModel = ArmyGunBox,
      Tooltip = Tooltip_AKMarmygunbox,
   }

   item RGDarmybox
   {
      DisplayCategory = Container,
      Type = Container,
      DisplayName = RGD army box,
      Weight	=	7.8,
      WeightReduction =  0,
      Capacity	=	15,
      Icon	=      rgdab,
      OpenSound   =   OpenBag,
      CloseSound   =   CloseBag,
      PutInSound   =   PutItemInBag,
      StaticModel = GrenadeArmyBox,
      WorldStaticModel = GrenadeArmyBox,
      Tooltip = Tooltip_RGDarmybox,
   }

   item CannedUZRG
   {
      DisplayName = Canned Ammunition UZRG,
      DisplayCategory = Container,
      Type = Normal,
      Weight = 1.3,
      Icon = UZRGCan,
      StaticModel = CannedUZRG,
      WorldStaticModel = CannedUZRG,
      Tooltip = Tooltip_CannedUZRG,
   }

   item UZRG
   {
      DisplayCategory = Explosives,
      Weight = 0.05,
      Type = Normal,
      DisplayName = The fuse of the UZRG,
      Icon = uzrg,
      WorldStaticModel = UZRG,
      Tooltip = Tooltip_UZRG,
   }

   item BodyRGD
   {
      DisplayCategory = Explosives,
      Weight = 0.25,
      Type = Normal,
      DisplayName = Housing with an explosive charge,
      Icon = bodyrgd,
      WorldStaticModel = BodyRGD,
      Tooltip = Tooltip_BodyRGD,
   }


}
