module MetalBat
{
    imports
        {
            Base
        }

    recipe Make Metal Bat
    	{
	keep WeldingMask,
        BlowTorch=15,
        SmallSheetMetal=2,
        WeldingRods=10,
        MetalPipe,
        
        Result:MetalBat,
        Time:130.0,
	SkillRequired:MetalWelding=1,
	OnGiveXP:Recipe.OnGiveXP.MetalWelding10,
        Category:Welding,
    	}
}