/* Ammo Maker by STIMP_TM */

module ammomaker {

	imports
	{
		Base
	}

/* Recipes Ammo SP */

	recipe Make 12 G Rubber [SP]
	{
		OnTest:Recipe.OnTest.isActivated_SP,
		
		ammomaker_GunPowderGrains=40,
		ammomaker_HullShotgunS=1,
		ammomaker_RecRubber=1,
		keep Hammer/BallPeenHammer,

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

}