/* Ammo Maker by STIMP_TM */

module ammomaker {

	imports
	{
		Base
	}

/* Recipes Ammo AFR */

	recipe Make 5.7x28 [AFR]
	{
		OnTest:Recipe.OnTest.isActivated_AFR,

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

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

	recipe Make 7.62x51 NATO [AFR]
	{
		OnTest:Recipe.OnTest.isActivated_AFR,

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

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

}