/* Ammo Maker by STIMP_TM */

module ammomaker {

	imports
	{
		Base
	}

/* MAKE AND PRODUCE AMMO RECIPES */

	craftRecipe Make545x39
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make545x39,
		inputs {}
		outputs {}
	}

	craftRecipe Produce545x39
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce545x39,
		inputs {}
		outputs {}
	}

	craftRecipe Make223Rem
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make223Rem,
		inputs {}
		outputs {}
	}

	craftRecipe Produce223Rem
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce223Rem,
		inputs {}
		outputs {}
	}

	craftRecipe Make556x45NATO
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make556x45NATO,
		inputs {}
		outputs {}
	}

	craftRecipe Produce556x45NATO
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce556x45NATO,
		inputs {}
		outputs {}
	}

	craftRecipe Make57x28
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make57x28,
		inputs {}
		outputs {}
	}

	craftRecipe Produce57x28
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce57x28,
		inputs {}
		outputs {}
	}

	craftRecipe Make22LR
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make22LR,
		inputs {}
		outputs {}
	}

	craftRecipe Produce22LR
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce22LR,
		inputs {}
		outputs {}
	}

	craftRecipe Make58x42
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make58x42,
		inputs {}
		outputs {}
	}

	craftRecipe Produce58x42
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce58x42,
		inputs {}
		outputs {}
	}

	craftRecipe Make25ACP
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make25ACP,
		inputs {}
		outputs {}
	}

	craftRecipe Produce25ACP
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce25ACP,
		inputs {}
		outputs {}
	}

	craftRecipe Make65x50SRAris
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make65x50SRAris,
		inputs {}
		outputs {}
	}

	craftRecipe Produce65x50SRAris
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce65x50SRAris,
		inputs {}
		outputs {}
	}

	craftRecipe Make65x52Carc
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make65x52Carc,
		inputs {}
		outputs {}
	}

	craftRecipe Produce65x52Carc
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce65x52Carc,
		inputs {}
		outputs {}
	}

	craftRecipe Make3030Win
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make3030Win,
		inputs {}
		outputs {}
	}

	craftRecipe Produce3030Win
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce3030Win,
		inputs {}
		outputs {}
	}

	craftRecipe Make30Carbine
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make30Carbine,
		inputs {}
		outputs {}
	}

	craftRecipe Produce30Carbine
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce30Carbine,
		inputs {}
		outputs {}
	}

	craftRecipe Make762x38RNag
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make762x38RNag,
		inputs {}
		outputs {}
	}

	craftRecipe Produce762x38RNag
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce762x38RNag,
		inputs {}
		outputs {}
	}

	craftRecipe Make762x51NATO
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make762x51NATO,
		inputs {}
		outputs {}
	}

	craftRecipe Produce762x51NATO
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce762x51NATO,
		inputs {}
		outputs {}
	}

	craftRecipe Make75x54
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make75x54,
		inputs {}
		outputs {}
	}

	craftRecipe Produce75x54
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce75x54,
		inputs {}
		outputs {}
	}

	craftRecipe Make3006Spring
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make3006Spring,
		inputs {}
		outputs {}
	}

	craftRecipe Produce3006Spring
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce3006Spring,
		inputs {}
		outputs {}
	}

	craftRecipe Make308Win
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make308Win,
		inputs {}
		outputs {}
	}

	craftRecipe Produce308Win
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce308Win,
		inputs {}
		outputs {}
	}

	craftRecipe Make762x25Tok
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make762x25Tok,
		inputs {}
		outputs {}
	}

	craftRecipe Produce762x25Tok
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce762x25Tok,
		inputs {}
		outputs {}
	}

	craftRecipe Make762x39
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make762x39,
		inputs {}
		outputs {}
	}

	craftRecipe Produce762x39
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce762x39,
		inputs {}
		outputs {}
	}

	craftRecipe Make303British
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make303British,
		inputs {}
		outputs {}
	}

	craftRecipe Produce303British
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce303British,
		inputs {}
		outputs {}
	}

	craftRecipe Make762x54R
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make762x54R,
		inputs {}
		outputs {}
	}

	craftRecipe Produce762x54R
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce762x54R,
		inputs {}
		outputs {}
	}

	craftRecipe Make32ACP
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make32ACP,
		inputs {}
		outputs {}
	}

	craftRecipe Produce32ACP
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce32ACP,
		inputs {}
		outputs {}
	}

	craftRecipe Make792x33Kurz
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make792x33Kurz,
		inputs {}
		outputs {}
	}

	craftRecipe Produce792x33Kurz
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce792x33Kurz,
		inputs {}
		outputs {}
	}

	craftRecipe Make792x57Maus
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make792x57Maus,
		inputs {}
		outputs {}
	}

	craftRecipe Produce792x57Maus
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce792x57Maus,
		inputs {}
		outputs {}
	}

	craftRecipe Make8x50RLeb
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make8x50RLeb,
		inputs {}
		outputs {}
	}

	craftRecipe Produce8x50RLeb
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce8x50RLeb,
		inputs {}
		outputs {}
	}

	craftRecipe Make8x27RLeb
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make8x27RLeb,
		inputs {}
		outputs {}
	}

	craftRecipe Produce8x27RLeb
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce8x27RLeb,
		inputs {}
		outputs {}
	}

	craftRecipe Make86x43BLK
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make86x43BLK,
		inputs {}
		outputs {}
	}

	craftRecipe Produce86x43BLK
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce86x43BLK,
		inputs {}
		outputs {}
	}

	craftRecipe Make338Lapua
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make338Lapua,
		inputs {}
		outputs {}
	}

	craftRecipe Produce338Lapua
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce338Lapua,
		inputs {}
		outputs {}
	}

	craftRecipe Make380ACP
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make380ACP,
		inputs {}
		outputs {}
	}

	craftRecipe Produce380ACP
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce380ACP,
		inputs {}
		outputs {}
	}

	craftRecipe Make9x25Maus
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make9x25Maus,
		inputs {}
		outputs {}
	}

	craftRecipe Produce9x25Maus
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce9x25Maus,
		inputs {}
		outputs {}
	}

	craftRecipe Make9x19Para
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make9x19Para,
		inputs {}
		outputs {}
	}

	craftRecipe Produce9x19Para
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce9x19Para,
		inputs {}
		outputs {}
	}

	craftRecipe Make38SP
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make38SP,
		inputs {}
		outputs {}
	}

	craftRecipe Produce38SP
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce38SP,
		inputs {}
		outputs {}
	}

	craftRecipe Make357Mag
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make357Mag,
		inputs {}
		outputs {}
	}

	craftRecipe Produce357Mag
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce357Mag,
		inputs {}
		outputs {}
	}

	craftRecipe Make9x39
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make9x39,
		inputs {}
		outputs {}
	}

	craftRecipe Produce9x39
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce9x39,
		inputs {}
		outputs {}
	}

	craftRecipe Make9x18Mak
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make9x18Mak,
		inputs {}
		outputs {}
	}

	craftRecipe Produce9x18Mak
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce9x18Mak,
		inputs {}
		outputs {}
	}

	craftRecipe Make410Buck00
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make410Buck00,
		inputs {}
		outputs {}
	}

	craftRecipe Produce410Buck00
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce410Buck00,
		inputs {}
		outputs {}
	}

	craftRecipe Make10x25Auto
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make10x25Auto,
		inputs {}
		outputs {}
	}

	craftRecipe Produce10x25Auto
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce10x25Auto,
		inputs {}
		outputs {}
	}

	craftRecipe Make40SW
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make40SW,
		inputs {}
		outputs {}
	}

	craftRecipe Produce40SW
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce40SW,
		inputs {}
		outputs {}
	}

	craftRecipe Make4440WCF
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make4440WCF,
		inputs {}
		outputs {}
	}

	craftRecipe Produce4440WCF
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce4440WCF,
		inputs {}
		outputs {}
	}

	craftRecipe Make44Mag
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make44Mag,
		inputs {}
		outputs {}
	}

	craftRecipe Produce44Mag
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce44Mag,
		inputs {}
		outputs {}
	}

	craftRecipe Make45ACP
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make45ACP,
		inputs {}
		outputs {}
	}

	craftRecipe Produce45ACP
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce45ACP,
		inputs {}
		outputs {}
	}

	craftRecipe Make45LC
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make45LC,
		inputs {}
		outputs {}
	}

	craftRecipe Produce45LC
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce45LC,
		inputs {}
		outputs {}
	}

	craftRecipe Make4570Gov
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make4570Gov,
		inputs {}
		outputs {}
	}

	craftRecipe Produce4570Gov
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce4570Gov,
		inputs {}
		outputs {}
	}

	craftRecipe Make50AE
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make50AE,
		inputs {}
		outputs {}
	}

	craftRecipe Produce50AE
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce50AE,
		inputs {}
		outputs {}
	}

	craftRecipe Make500SWMag
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make500SWMag,
		inputs {}
		outputs {}
	}

	craftRecipe Produce500SWMag
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft;CanBeDoneFromFloor,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce500SWMag,
		inputs {}
		outputs {}
	}

	craftRecipe Make50BMG
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make50BMG,
		inputs {}
		outputs {}
	}

	craftRecipe Produce50BMG
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce50BMG,
		inputs {}
		outputs {}
	}

	craftRecipe Make127x55
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make127x55,
		inputs {}
		outputs {}
	}

	craftRecipe Produce127x55
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce127x55,
		inputs {}
		outputs {}
	}

	craftRecipe Make20Buck00
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make20Buck00,
		inputs {}
		outputs {}
	}

	craftRecipe Produce20Buck00
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce20Buck00,
		inputs {}
		outputs {}
	}

	craftRecipe Make12Buck00
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make12Buck00,
		inputs {}
		outputs {}
	}

	craftRecipe Produce12Buck00
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce12Buck00,
		inputs {}
		outputs {}
	}

	craftRecipe Make12Slug
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make12Slug,
		inputs {}
		outputs {}
	}

	craftRecipe Produce12Slug
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce12Slug,
		inputs {}
		outputs {}
	}

	craftRecipe Make10Buck00
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make10Buck00,
		inputs {}
		outputs {}
	}

	craftRecipe Produce10Buck00
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce10Buck00,
		inputs {}
		outputs {}
	}

	craftRecipe Make4Buck00
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make4Buck00,
		inputs {}
		outputs {}
	}

	craftRecipe Produce4Buck00
	{
		timedAction = ProduceAmmo,
		Time = 200,
        Tags = AnySurfaceCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:10,
		ToolTip = Tooltip_Recipe_Produce4Buck00,
		inputs {}
		outputs {}
	}

	craftRecipe Make40mmHE
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make40mmHE,
		inputs {}
		outputs {}
	}

	craftRecipe Make40mmINC
	{
		timedAction = MakeAmmo,
		Time = 50,
        Tags = InHandCraft,
		NeedToBeLearn = False,
		category = AmmoMakerAmmo,
		xpAward = Reloading:3,
		ToolTip = Tooltip_Recipe_Make40mmINC,
		inputs {}
		outputs {}
	}

}