module Base

{

	recipe Make ISO Container Door
	{
		BlowTorch=8,
       	keep WeldingMask,
		SmallSheetMetal=1,
		SheetMetal=2,
		Screws=1,
		MetalPipe=2,

		Result:IsoContainerTrunkDoor2,
		Time:600.0,
		Category:Containers,
		SkillRequired:MetalWelding=5,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding10,
	}

	recipe Make ISO Container Double Door
	{
		BlowTorch=10,
       	keep WeldingMask,
		SmallSheetMetal=2,
		SheetMetal=4,
		Screws=2,
		MetalPipe=4,

		Result:IsoContainerDoubleTrunkDoor2,
		Time:1050.0,
		Category:Containers,
		SkillRequired:MetalWelding=5,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding25,
	}

	recipe Make ISO Container Tanker Lid
	{
		BlowTorch=5,
       	keep WeldingMask,
		SmallSheetMetal=1,
		Screws=1,
		MetalPipe=1,

		Result:IsoContainerTankerTrunkDoor2,
		Time:300.0,
		Category:Containers,
		SkillRequired:MetalWelding=3,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding10,
	}

}