/* Ammo Maker by STIMP_TM */

module ammomaker {

	imports
	{
		Base
	}

/* Recipes Ammo G93 */

	recipe Make .22 LR [G93]
	{
		OnTest:Recipe.OnTest.isActivated_G93,

		ammomaker_GunPowderGrains=4,
		ammomaker_PartsStraightSRim=1,
		keep Hammer/BallPeenHammer,

		Result:22Bullets=1,
		Sound:MakeAmmo,
		Time:50.0,
        Category:AmmoMakerAmmo,
		OnGiveXP:Recipe.OnGiveXP.Reloading3,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Make .25 ACP [G93]
	{
		OnTest:Recipe.OnTest.isActivated_G93,

		ammomaker_GunPowderGrains=4,
		ammomaker_PartsStraightS=1,
		keep Hammer/BallPeenHammer,

		Result:25Bullets=1,
		Sound:MakeAmmo,
		Time:50.0,
        Category:AmmoMakerAmmo,
		OnGiveXP:Recipe.OnGiveXP.Reloading3,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Make .30-30 Win [G93]
	{
		OnTest:Recipe.OnTest.isActivated_G93,

		ammomaker_GunPowderGrains=60,
		ammomaker_PartsBottleneckMRim=1,
		keep Hammer/BallPeenHammer,

		Result:3030Bullets=1,
		Sound:MakeAmmo,
		Time:50.0,
        Category:AmmoMakerAmmo,
		OnGiveXP:Recipe.OnGiveXP.Reloading3,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Make .30 Carbine [G93]
	{
		OnTest:Recipe.OnTest.isActivated_G93,

		ammomaker_GunPowderGrains=26,
		ammomaker_PartsStraightM=1,
		keep Hammer/BallPeenHammer,

		Result:30CarBullets=1,
		Sound:MakeAmmo,
		Time:50.0,
        Category:AmmoMakerAmmo,
		OnGiveXP:Recipe.OnGiveXP.Reloading3,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Make .30-06 Spring [G93]
	{
		OnTest:Recipe.OnTest.isActivated_G93,

		ammomaker_GunPowderGrains=104,
		ammomaker_PartsBottleneckM=1,
		keep Hammer/BallPeenHammer,

		Result:3006Bullets=1,
		Sound:MakeAmmo,
		Time:50.0,
        Category:AmmoMakerAmmo,
		OnGiveXP:Recipe.OnGiveXP.Reloading3,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Make 7.62x39 [G93]
	{
		OnTest:Recipe.OnTest.isActivated_G93,

		ammomaker_GunPowderGrains=50,
		ammomaker_PartsBottleneckS=1,
		keep Hammer/BallPeenHammer,

		Result:76239Bullets=1,
		Sound:MakeAmmo,
		Time:50.0,
        Category:AmmoMakerAmmo,
		OnGiveXP:Recipe.OnGiveXP.Reloading3,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Make 7.92x57 Maus [G93]
	{
		OnTest:Recipe.OnTest.isActivated_G93,

		ammomaker_GunPowderGrains=92,
		ammomaker_PartsBottleneckM=1,
		keep Hammer/BallPeenHammer,

		Result:792Bullets=1,
		Sound:MakeAmmo,
		Time:50.0,
        Category:AmmoMakerAmmo,
		OnGiveXP:Recipe.OnGiveXP.Reloading3,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Make .380 ACP [G93]
	{
		OnTest:Recipe.OnTest.isActivated_G93,

		ammomaker_GunPowderGrains=6,
		ammomaker_PartsStraightS=1,
		keep Hammer/BallPeenHammer,

		Result:380Bullets=1,
		Sound:MakeAmmo,
		Time:50.0,
        Category:AmmoMakerAmmo,
		OnGiveXP:Recipe.OnGiveXP.Reloading3,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Make .357 Mag [G93]
	{
		OnTest:Recipe.OnTest.isActivated_G93,

		ammomaker_GunPowderGrains=18,
		ammomaker_PartsStraightMRim=1,
		keep Hammer/BallPeenHammer,

		Result:357Bullets=1,
		Sound:MakeAmmo,
		Time:50.0,
        Category:AmmoMakerAmmo,
		OnGiveXP:Recipe.OnGiveXP.Reloading3,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Make 10mm Auto [G93]
	{
		OnTest:Recipe.OnTest.isActivated_G93,

		ammomaker_GunPowderGrains=18,
		ammomaker_PartsStraightM=1,
		keep Hammer/BallPeenHammer,

		Result:10mmBullets=1,
		Sound:MakeAmmo,
		Time:50.0,
        Category:AmmoMakerAmmo,
		OnGiveXP:Recipe.OnGiveXP.Reloading3,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Make .40 S&W [G93]
	{
		OnTest:Recipe.OnTest.isActivated_G93,

		ammomaker_GunPowderGrains=14,
		ammomaker_PartsStraightM=1,
		keep Hammer/BallPeenHammer,

		Result:40Bullets=1,
		Sound:MakeAmmo,
		Time:50.0,
        Category:AmmoMakerAmmo,
		OnGiveXP:Recipe.OnGiveXP.Reloading3,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Make .45 LC [G93]
	{
		OnTest:Recipe.OnTest.isActivated_G93,

		ammomaker_GunPowderGrains=16,
		ammomaker_PartsStraightMRim=1,
		keep Hammer/BallPeenHammer,

		Result:45LCBullets=1,
		Sound:MakeAmmo,
		Time:50.0,
        Category:AmmoMakerAmmo,
		OnGiveXP:Recipe.OnGiveXP.Reloading3,
		NeedToBeLearn:false,
		IsHidden:true,
	}

	recipe Make 12 G Slug [G93]
	{
		OnTest:Recipe.OnTest.isActivated_G93,

		ammomaker_GunPowderGrains=40,
		ammomaker_HullShotgunS=1,
		ammomaker_Slug12=1,
		keep Hammer/BallPeenHammer,

		Result:Slugs=1,
		Sound:MakeAmmo,
		Time:50.0,
        Category:AmmoMakerAmmo,
		OnGiveXP:Recipe.OnGiveXP.Reloading3,
		NeedToBeLearn:false,
		IsHidden:true,
	}

}