module SioDis
{
    imports
	{
		Base
	}

	item Distiller_Mag1
	{
		DisplayCategory = SkillBook,
        Weight	=	0.1,
        Type	=	Literature,
        DisplayName	=	Distillers: How to make it,
        Icon	=	MagazineBlacksmith2,
        TeachedRecipes  =   Make Distiller Materials;Distiller ethanol;Make gasohol,
        ReplaceOnUse    =   Distiller_Mag1,
		StaticModel = Magazine,
		WorldStaticModel = MagazineGround,
	}
	
	item Distiller
	{
	    DisplayCategory = Cooking,
		Weight = 35,
	    Type = Normal,
	    DisplayName = Distiller,
	    Icon = Distiller,
	    Metalvalue = 50,
	    SurvivalGear = FALSE,
		Tooltip = Tooltip_item_Distiller,
	    WorldStaticModel = DistillerGround,
	}
	
	item EthanolCan
	{
	    DisplayCategory = Cooking,
		Weight	=	5,
		Type	=	Drainable,
		UseWhileEquipped	=	FALSE,
		UseDelta	=	0.125,
		DisplayName	=	Gas Can with ethanol,
		Icon	=	Petrol,
		ReplaceOnDeplete	=	EmptyPetrolCan,
		StaticModel = GasCan,
		ReplaceInSecondHand = Bag_GasCan_LHand holdingbagleft,
        ReplaceInPrimaryHand = Bag_GasCan_RHand holdingbagright,
		Tooltip = Tooltip_item_EthanolCan,
        WorldStaticModel = GasCan_Ground,
		Tags = Cooking,
	}

}