/* Ammo Maker by STIMP_TM */

module ammomaker {

	imports
	{
		Base
	}

/* Recipes Ammo Parts */

	recipe Make Ball 00
	{
		/* isBase */

		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_Ball00=30,
		Sound:Hammering,
		Time:100.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:false,
	}

	recipe Make Slug 12
	{
		OnTest:Recipe.OnTest.isActivated_Slug12,

		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_Slug12=3,
		Sound:Hammering,
		Time:100.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Make Parts Bottleneck S
	{
		/* isBase */

		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsBottleneckS=15,
		Sound:Hammering,
		Time:100.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:false,
	}

	recipe Make Parts Bottleneck M
	{
		/* isBase */

		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsBottleneckM=8,
		Sound:Hammering,
		Time:100.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:false,
	}

	recipe Make Parts Bottleneck L
	{
		OnTest:Recipe.OnTest.isActivated_BottleneckL,

		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsBottleneckL=2,
		Sound:Hammering,
		Time:100.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Make Parts Bottleneck M Rim
	{
		OnTest:Recipe.OnTest.isActivated_BottleneckMRim,

		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsBottleneckMRim=8,
		Sound:Hammering,
		Time:100.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Make Parts Straight S
	{
		/* isBase */

		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsStraightS=30,
		Sound:Hammering,
		Time:100.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:false,
	}

	recipe Make Parts Straight M
	{
		/* isBase */

		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsStraightM=15,
		Sound:Hammering,
		Time:100.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:false,
	}

	recipe Make Parts Straight L
	{
		OnTest:Recipe.OnTest.isActivated_StraightL,

		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsStraightL=10,
		Sound:Hammering,
		Time:100.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Make Parts Straight S Rim
	{
		OnTest:Recipe.OnTest.isActivated_StraightSRim,

		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsStraightSRim=20,
		Sound:Hammering,
		Time:100.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Make Parts Straight M Rim
	{
		/* isBase */

		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsStraightMRim=8,
		Sound:Hammering,
		Time:100.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:false,
	}

	recipe Make Parts Straight L Rim
	{
		OnTest:Recipe.OnTest.isActivated_StraightLRim,

		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsStraightLRim=5,
		Sound:Hammering,
		Time:100.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Make Hull Shotgun S
	{
		/* isBase */

		ScrapMetal=1,
		ammomaker_RecPlastic=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_HullShotgunS=20,
		Sound:Hammering,
		Time:100.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:false,
	}

	recipe Make Hull Shotgun L
	{
		OnTest:Recipe.OnTest.isActivated_HullShotgunL,

		ScrapMetal=1,
		ammomaker_RecPlastic=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_HullShotgunL=10,
		Sound:Hammering,
		Time:100.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Make Parts Grenade
	{
		OnTest:Recipe.OnTest.isActivated_Grenade,

		ScrapMetal=1,
		ammomaker_RecPlastic=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsGrenade=1,
		Sound:Hammering,
		Time:100.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Make Arrow Head [AM]
	{
		OnTest:Recipe.OnTest.isActivated_Archery,

		ScrapMetal=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_ArrowHead=3,
		Sound:Hammering,
		Time:100.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Make Arrow Fletching [AM]
	{
		OnTest:Recipe.OnTest.isActivated_Archery,

		ammomaker_BirdFeather=1,
		keep Scissors,

		Result:ammomaker_ArrowFletching=3,
		Sound:FixWithTape,
		Time:100.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Make Arrow Head [AGF]
	{
		OnTest:Recipe.OnTest.isActivated_AGF,

		ScrapMetal=1,
		keep Hammer/BallPeenHammer,

		Result:Arrow_Head=3,
		Sound:Hammering,
		Time:100.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Make Arrow Fletching [AGF]
	{
		OnTest:Recipe.OnTest.isActivated_AGF,

		ammomaker_BirdFeather=1,
		keep Scissors,

		Result:Arrow_Fletching=3,
		Sound:FixWithTape,
		Time:100.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Make Arrow Shaft [AGF]
	{
		OnTest:Recipe.OnTest.isActivated_AGF,

		FishingRod/FishingRodBreak/FishingRodTwineLine,
		keep [Recipe.GetItemTypes.Saw],

		Result:Shaft_Fiberglass=3,
		Sound:Sawing,
		Time:100.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Make Bolt Shaft [AGF]
	{
		OnTest:Recipe.OnTest.isActivated_AGF,

		FishingRod/FishingRodBreak/FishingRodTwineLine,
		keep [Recipe.GetItemTypes.Saw],

		Result:Shaft_Carbon=6,
		Sound:Sawing,
		Time:100.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

/* Recipes Recycle Ammo Parts */

	recipe Recycle Ball 00
	{
		/* isBase */

		ammomaker_Ball00=30,
		keep Hammer/BallPeenHammer,

		Result:ScrapMetal=1,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:false,
	}

	recipe Recycle Slug 12
	{
		OnTest:Recipe.OnTest.isActivated_Slug12,

		ammomaker_Slug12=3,
		keep Hammer/BallPeenHammer,

		Result:ScrapMetal=1,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Parts Bottleneck S
	{
		/* isBase */

		ammomaker_PartsBottleneckS=15,
		keep Hammer/BallPeenHammer,

		Result:ScrapMetal=1,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:false,
	}

	recipe Recycle Parts Bottleneck M
	{
		/* isBase */

		ammomaker_PartsBottleneckM=8,
		keep Hammer/BallPeenHammer,

		Result:ScrapMetal=1,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:false,
	}

	recipe Recycle Parts Bottleneck L
	{
		OnTest:Recipe.OnTest.isActivated_BottleneckL,

		ammomaker_PartsBottleneckL=2,
		keep Hammer/BallPeenHammer,

		Result:ScrapMetal=1,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Parts Bottleneck M Rim
	{
		OnTest:Recipe.OnTest.isActivated_BottleneckMRim,

		ammomaker_PartsBottleneckMRim=8,
		keep Hammer/BallPeenHammer,

		Result:ScrapMetal=1,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Parts Straight S
	{
		/* isBase */

		ammomaker_PartsStraightS=30,
		keep Hammer/BallPeenHammer,

		Result:ScrapMetal=1,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:false,
	}

	recipe Recycle Parts Straight M
	{
		/* isBase */

		ammomaker_PartsStraightM=15,
		keep Hammer/BallPeenHammer,

		Result:ScrapMetal=1,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:false,
	}

	recipe Recycle Parts Straight L
	{
		OnTest:Recipe.OnTest.isActivated_StraightL,

		ammomaker_PartsStraightL=10,
		keep Hammer/BallPeenHammer,

		Result:ScrapMetal=1,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Parts Straight S Rim
	{
		OnTest:Recipe.OnTest.isActivated_StraightSRim,

		ammomaker_PartsStraightSRim=20,
		keep Hammer/BallPeenHammer,

		Result:ScrapMetal=1,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Parts Straight M Rim
	{
		/* isBase */

		ammomaker_PartsStraightMRim=8,
		keep Hammer/BallPeenHammer,

		Result:ScrapMetal=1,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:false,
	}

	recipe Recycle Parts Straight L Rim
	{
		OnTest:Recipe.OnTest.isActivated_StraightLRim,

		ammomaker_PartsStraightLRim=5,
		keep Hammer/BallPeenHammer,

		Result:ScrapMetal=1,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Hull Shotgun S
	{
		/* isBase */

		ammomaker_HullShotgunS=20,
		keep Hammer/BallPeenHammer,

		Result:ScrapMetal=1,
		RemoveResultItem:true,
		OnCreate:Recipe.OnCreate.RecycleHullShotgunS,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:false,
	}

	recipe Recycle Hull Shotgun L
	{
		OnTest:Recipe.OnTest.isActivated_HullShotgunL,

		ammomaker_HullShotgunL=10,
		keep Hammer/BallPeenHammer,

		Result:ScrapMetal=1,
		RemoveResultItem:true,
		OnCreate:Recipe.OnCreate.RecycleHullShotgunL,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Parts Grenade
	{
		OnTest:Recipe.OnTest.isActivated_Grenade,

		ammomaker_PartsGrenade=1,
		keep Hammer/BallPeenHammer,

		Result:ScrapMetal=1,
		RemoveResultItem:true,
		OnCreate:Recipe.OnCreate.RecyclePartsGrenade,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Arrow Head [AM]
	{
		OnTest:Recipe.OnTest.isActivated_Archery,

		ammomaker_ArrowHead=3,
		keep Hammer/BallPeenHammer,

		Result:ScrapMetal=1,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Arrow Head [AGF]
	{
		OnTest:Recipe.OnTest.isActivated_AGF,

		Arrow_Head=3,
		keep Hammer/BallPeenHammer,

		Result:ScrapMetal=1,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

/* Recipes Recycle Ammo Parts AGF, SC, SCV, SCG and CJWIP */

	recipe Recycle Casing 5.45x39 [AGF]
	{
		OnTest:Recipe.OnTest.isActivated_AGF,

		Brass545x39=30,
		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsBottleneckS=30,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Casing 5.45x39 [SCV]
	{
		OnTest:Recipe.OnTest.isActivated_SCV_VFE,

		545Bullets_Casing=30,
		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsBottleneckS=30,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Casing .223 Rem [AGF]
	{
		OnTest:Recipe.OnTest.isActivated_AGF,

		Brass223=30,
		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsBottleneckS=30,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Casing .223 Rem [SC]
	{
		OnTest:Recipe.OnTest.isActivated_SC,

		223Bullets_Casing=30,
		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsBottleneckS=30,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Casing 5.56x45 NATO [AGF]
	{
		OnTest:Recipe.OnTest.isActivated_AGF,

		Brass556=30,
		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsBottleneckS=30,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Casing 5.56x45 NATO [SC]
	{
		OnTest:Recipe.OnTest.isActivated_SC,

		556Bullets_Casing=30,
		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsBottleneckS=30,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Casing 5.7x28 [AGF]
	{
		OnTest:Recipe.OnTest.isActivated_AGF,

		Brass57=30,
		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsBottleneckS=30,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Casing 5.7x28 [SCV]
	{
		OnTest:Recipe.OnTest.isActivated_SCV_AFR,

		Bullets57_Casing=30,
		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsBottleneckS=30,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Casing .22 LR [AGF]
	{
		OnTest:Recipe.OnTest.isActivated_AGF,

		Brass22=40,
		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsStraightSRim=40,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Casing .22 LR [SCV]
	{
		OnTest:Recipe.OnTest.isActivated_SCV_VFE,

		22Bullets_Casing=40,
		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsStraightSRim=40,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Casing .22 LR [SCG]
	{
		OnTest:Recipe.OnTest.isActivated_SCG_G93,

		22Bullets_Casing=40,
		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsStraightSRim=40,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Casing .25 ACP [SCG]
	{
		OnTest:Recipe.OnTest.isActivated_SCG_G93,

		25Bullets_Casing=60,
		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsStraightS=60,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Casing .30-30 Win [SCG]
	{
		OnTest:Recipe.OnTest.isActivated_SCG_G93,

		3030Bullets_Casing=16,
		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsStraightMRim=16,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Casing .30 Carbine [SCG]
	{
		OnTest:Recipe.OnTest.isActivated_SCG_G93,

		30CarBullets_Casing=30,
		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsStraightM=30,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Casing 7.62x51 NATO [AGF]
	{
		OnTest:Recipe.OnTest.isActivated_AGF,

		Brass762x51=16,
		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsBottleneckM=16,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Casing 7.62x51 NATO [SCV]
	{
		OnTest:Recipe.OnTest.isActivated_SCV_AFR,

		762x51Bullets_Casing=16,
		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsBottleneckM=16,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Casing .30-06 Spring [AGF]
	{
		OnTest:Recipe.OnTest.isActivated_AGF,

		Brass3006=16,
		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsBottleneckM=16,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Casing .30-06 Spring [SCG]
	{
		OnTest:Recipe.OnTest.isActivated_SCG_G93,

		3006Bullets_Casing=16,
		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsBottleneckM=16,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Casing .308 Win [AGF]
	{
		OnTest:Recipe.OnTest.isActivated_AGF,

		Brass308=16,
		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsBottleneckM=16,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Casing .308 Win [SC]
	{
		OnTest:Recipe.OnTest.isActivated_SC,

		308Bullets_Casing=16,
		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsBottleneckM=16,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Casing 7.62x39 [AGF]
	{
		OnTest:Recipe.OnTest.isActivated_AGF,

		Brass762x39=30,
		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsBottleneckS=30,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Casing 7.62x39 [SCV]
	{
		OnTest:Recipe.OnTest.isActivated_SCV_VFE,

		762Bullets_Casing=30,
		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsBottleneckS=30,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Casing 7.62x39 [SCG]
	{
		OnTest:Recipe.OnTest.isActivated_SCG_G93,

		76239Bullets_Casing=30,
		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsBottleneckS=30,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Casing 7.62x54 R [AGF]
	{
		OnTest:Recipe.OnTest.isActivated_AGF,

		Brass762x54r=16,
		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsBottleneckMRim=16,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Casing 7.92x57 Maus [SCG]
	{
		OnTest:Recipe.OnTest.isActivated_SCG_G93,

		792Bullets_Casing=16,
		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsBottleneckM=16,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Casing .380 ACP [AGF]
	{
		OnTest:Recipe.OnTest.isActivated_AGF,

		Brass380=60,
		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsStraightS=60,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Casing .380 ACP [SCG]
	{
		OnTest:Recipe.OnTest.isActivated_SCG_G93,

		380Bullets_Casing=60,
		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsStraightS=60,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Casing 9mm Luger [AGF]
	{
		OnTest:Recipe.OnTest.isActivated_AGF,

		Brass9=60,
		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsStraightS=60,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Casing 9mm Luger [CJ]
	{
		OnTest:Recipe.OnTest.isActivated_CJWIP,

		9mm_Casing=60,
		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsStraightS=60,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Casing 9mm Luger [SC]
	{
		OnTest:Recipe.OnTest.isActivated_SC,

		Bullets9mm_Casing=60,
		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsStraightS=60,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Casing .38 SP [AGF]
	{
		OnTest:Recipe.OnTest.isActivated_AGF,

		Brass38=16,
		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsStraightMRim=16,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Casing .38 SP [SC]
	{
		OnTest:Recipe.OnTest.isActivated_SC,

		Bullets38_Casing=16,
		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsStraightMRim=16,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Casing .357 Mag [AGF]
	{
		OnTest:Recipe.OnTest.isActivated_AGF,

		Brass357=16,
		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsStraightMRim=16,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Casing .357 Mag [SCV]
	{
		OnTest:Recipe.OnTest.isActivated_SCV_GWP,

		357Bullets_Casing=16,
		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsStraightMRim=16,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Casing .357 Mag [SCG]
	{
		OnTest:Recipe.OnTest.isActivated_SCG_G93,

		357Bullets_Casing=16,
		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsStraightMRim=16,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Hull 410 G Buck [AGF]
	{
		OnTest:Recipe.OnTest.isActivated_AGF,

		Hull410g=20,
		ammomaker_RecPlastic=1,

		Result:ammomaker_HullShotgunS=20,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Casing 10mm Auto [SCG]
	{
		OnTest:Recipe.OnTest.isActivated_SCG_G93,

		10mmBullets_Casing=30,
		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsStraightM=30,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Casing .40 S&W [SCG]
	{
		OnTest:Recipe.OnTest.isActivated_SCG_G93,

		40Bullets_Casing=30,
		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsStraightM=30,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Casing .44 Mag [AGF]
	{
		OnTest:Recipe.OnTest.isActivated_AGF,

		Brass44=16,
		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsStraightMRim=16,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}
	
	recipe Recycle Casing .44 Mag [SC]
	{
		OnTest:Recipe.OnTest.isActivated_SC,

		Bullets44_Casing=16,
		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsStraightMRim=16,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Casing .45 ACP [AGF]
	{
		OnTest:Recipe.OnTest.isActivated_AGF,

		Brass45=30,
		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsStraightM=30,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Casing .45 ACP [SC]
	{
		OnTest:Recipe.OnTest.isActivated_SC,

		Bullets45_Casing=30,
		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsStraightM=30,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Casing .45 LC [AGF]
	{
		OnTest:Recipe.OnTest.isActivated_AGF,

		Brass45LC=16,
		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsStraightMRim=16,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Casing .45 LC [SCG]
	{
		OnTest:Recipe.OnTest.isActivated_SCG_G93,

		45LCBullets_Casing=16,
		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsStraightMRim=16,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Casing .45-70 Gov [AGF]
	{
		OnTest:Recipe.OnTest.isActivated_AGF,

		Brass4570=10,
		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsStraightLRim=10,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Casing .50 AE [AGF]
	{
		OnTest:Recipe.OnTest.isActivated_AGF,

		Brass50MAG=20,
		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsStraightL=20,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Casing .50 BMG [AGF]
	{
		OnTest:Recipe.OnTest.isActivated_AGF,

		Brass50BMG=4,
		ScrapMetal=1,
		BlowTorch=1,
		keep Hammer/BallPeenHammer,

		Result:ammomaker_PartsBottleneckL=4,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Hull 20 G Buck [AGF]
	{
		OnTest:Recipe.OnTest.isActivated_AGF,

		Hull20g=20,
		ammomaker_RecPlastic=1,

		Result:ammomaker_HullShotgunS=20,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Hull 12 G Buck [AGF]
	{
		OnTest:Recipe.OnTest.isActivated_AGF,

		Hull12g=20,
		ammomaker_RecPlastic=1,

		Result:ammomaker_HullShotgunS=20,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Hull 12 G Buck [SC]
	{
		OnTest:Recipe.OnTest.isActivated_SC,

		ShotgunShells_Casing=20,
		ammomaker_RecPlastic=1,

		Result:ammomaker_HullShotgunS=20,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Hull 12 G Slug [SCG]
	{
		OnTest:Recipe.OnTest.isActivated_SCG_G93,

		Slugs_Casing=20,
		ammomaker_RecPlastic=1,

		Result:ammomaker_HullShotgunS=20,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Hull 10 G Buck [AGF]
	{
		OnTest:Recipe.OnTest.isActivated_AGF,

		Hull10g=10,
		ammomaker_RecPlastic=1,

		Result:ammomaker_HullShotgunL=10,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Recycle Hull 4 G Buck [AGF]
	{
		OnTest:Recipe.OnTest.isActivated_AGF,

		Hull4g=10,
		ammomaker_RecPlastic=1,

		Result:ammomaker_HullShotgunL=10,
		Sound:Hammering,
		Time:50.0,
        Category:AmmoMakerParts,
		NeedToBeLearn:false,
		IsHidden:true,
	}

}