module Hydrocraft
{
    imports
    {
        Base

    }

/************************ITEMS************************/

item HCMedicallab
    {
	WeightReduction         = 0,
	Weight             	= 10,
	Type                	= Container,
	Capacity             	= 50,
        DisplayName         	= Medical Lab,
        icon 			= HCMedicallab,
	ResizeWorldIcon 	= 2.0,
    }

item HCStethoscope
    {
        Weight    		= 0.3,
        Type    		= Normal,
        DisplayName         	= Stethoscope,
        icon 			= HCStethoscope,
    }  

item HCOtoscope
    {
        Weight    		= 0.3,
        Type    		= Normal,
        DisplayName         	= Otoscope,
        icon 			= HCOtoscope,
    }  

item HCHeadmirror
    {
        Weight    		= 0.1,
        Type    		= Normal,
        DisplayName         	= Head Mirror,
        icon 			= HCHeadmirror,
    } 

item HCSphygmomanometer
    {
        Weight    		= 0.3,
        Type    		= Normal,
        DisplayName         	= Sphygmomanometer,
        icon 			= HCSphygmomanometer,
    } 

item HCThermometer
    {
        Weight    		= 0.1,
        Type    		= Normal,
        DisplayName         	= Thermometer,
        icon 			= HCThermometer,
    } 

item HCManometer
    {
        Weight    		= 0.2,
        Type    		= Normal,
        DisplayName         	= Manometer,
        icon 			= HCManometer,
    } 

item HCArmsling
    {
        Weight    		= 0.1,
        Type    		= Normal,
        DisplayName         	= Arm Sling,
        icon 			= HCArmsling,
    } 

item HCBonesaw
    {
        Weight    		= 0.7,
        Type    		= Normal,
        DisplayName         	= Bone Saw,
        icon 			= HCBonesaw,
    } 

item HCGiglisaw
    {
        Weight               	= 0.8,
        Type       		= Normal,
        DisplayName          	= Gigli Saw,
        Icon               	= HCGiglisaw,
    }

item HCTonguedepressor
    {
        Weight    		= 0.1,
        Type    		= Normal,
        DisplayName     	= Tongue Depressor,
        icon 			= HCTonguedepressor,
    } 

item HCWheelchair
    {
        Weight    		= 20,
        Type    		= Normal,
        DisplayName     	= Wheelchair,
        icon 			= HCWheelchair,
	ResizeWorldIcon 	= 2.0,
    } 

item HCCentifuge
    {
        Weight    		= 4,
        Type    		= Normal,
        DisplayName     	= Glove Box,
        icon 			= HCCentifuge,
    } 

item HCGlovebox
    {
        Weight    		= 10,
        Type    		= Normal,
        DisplayName     	= Glove Box,
        icon 			= HCGlovebox,
	ResizeWorldIcon 	= 1.0,
    } 

item HCHearingaid
    {
        Weight    		= 0.03,
        Type    		= Normal,
        DisplayName         	= Hearing Aid,
        icon 			= HCHearingaid,
    }

item HCGlasseye
    {
        Weight    		= 0.03,
        Type    		= Normal,
        DisplayName         	= Glass Eye,
        icon 			= HCGlasseye,
    }

item HCProstheticleg
    {
        Weight    		= 1.0,
        Type    		= Normal,
        DisplayName         	= Prosthetic Leg,
        icon 			= HCProstheticleg,
    }

item HCEyepatch
    {
        Weight    		= 0.03,
        Type    		= Normal,
        DisplayName         	= Eye Patch,
        icon 			= HCEyepatch,
    }

item HCSyringeempty
    {
        Weight    		= 0.1,
        Type    		= Normal,
        DisplayName     	= Syringe,
        icon 			= HCSyringeempty,
    } 

item HCSyringeblood
    {
        Weight    		= 0.1,
        Type    		= Normal,
        DisplayName     	= Syringe with Human Blood,
        icon 			= HCSyringeblood,
    } 

item HCSyringerabbit
    {
        Weight    		= 0.1,
        Type    		= Normal,
        DisplayName     	= Syringe with Rabbit Blood,
        icon 			= HCSyringeblood,
    } 

item HCSyringezombie
    {
        Weight    		= 0.1,
        Type    		= Normal,
        DisplayName     	= Syringe with Zombie Blood,
        icon 			= HCSyringeblood,
    } 

item HCHomedisinfectant
    {
        Type	            	= Drainable,
        UseDelta	        = 0.1,
        UseWhileEquipped	= FALSE,
        DisplayName		= Bottle of Homemade Disinfectant,
        Icon			= HCHomedisinfectant,
	ReplaceOnUse		= WaterBottleEmpty,
        Weight			= 0.3,
        AlcoholPower        	= 3,
        Tooltip			= Tooltip_UseOnHealthPanel,
    }

item HCSmellingsalts	
	{
	HungerChange			=	0,
	UnhappyChange			=	10,
	FatigueChange			=	-10,
	Weight				=	1,
	ReplaceOnUse			= 	HCGlasstesttubecork,
	Type				=	Food,
	DisplayName			=	Vial of Smelling Salts,
	Icon				=	HCSmellingsaltscork,
	CustomContextMenu 		= 	Sniff,
	CustomEatSound 			= 
	}

item HCSmellingsalts2	
	{
	HungerChange			=	0,
	UnhappyChange			=	10,
	FatigueChange			=	-10,
	Weight				=	1,
	ReplaceOnUse			= 	HCGlasstesttuberubberbung,
	Type				=	Food,
	DisplayName			=	Vial of Smelling Salts,
	Icon				=	HCSmellingsaltsbung,
	CustomContextMenu 		= 	Sniff,
	CustomEatSound 			= 
	}


item HCPillbox
	{
	Weight	                        = 	0.1,
	Type	                        = 	Normal,
	DisplayName			= 	Empty Pill Box,
	Icon				= 	HCPillbox,
	}

item HCAgarempty
    {
        Weight    		        = 0.1,
        Type    		        = Normal,
	DisplayName			= Empty Agar Jar,
	Icon				= HCAgarempty,
    }

item HCAgar
    {
	Weight 				= 0.5,
	Type 				= Drainable,
	UseDelta 			= 0.2,
	DisplayName 			= Agar,
	ReplaceOnDeplete		= HCAgarempty,
	Icon				= HCAgar,
    }

item HCBeakeragar
    {
	Weight				= 1,
	Type			        = Normal,
	DisplayName 			= Beaker With Agar,
	Icon				= HCBeakeragar,
    }

item HCPetriagar
    {
        Weight    		        = 0.01,
        Type    		        = Normal,
	DisplayName			= Petri Dish With Agar,
	Icon				= HCPetriagar,
    }

item HCPetridish
    {
        Weight    		= 0.01,
        Type    		= Normal,
        DisplayName     	= Petri Dish,
        icon 			= HCPetridish,
    } 

item HCPetribiowaste
    {
	Weight	                        = 0.01,
	Type	                        = Drainable,
	UseDelta	                = 0.005,
	DisplayName	                = Petri Dish with Biowaste,
	ReplaceOnDeplete                = HCPetridish,
	Icon				= HCPetribiowaste,
    }

item HCPetripenicillium
    {
        Weight    		        = 0.01,
        Type    		        = Normal,
        DisplayName     	        = Petri Dish with Penicilinum,
        Icon   		 	        = HCPetripenicillium,
    }

item HCPetripenecilinumzoom
	{
        Weight    		        = 0.01,
        Type    		        = Normal,
	DisplayName	                = Penecilinum Notate,
	Icon	                        = HCPetripenecilinumzoom,
	}

item HCPetriaspergillus
    {
        Weight    		        = 0.01,
        Type    		        = Normal,
        DisplayName     	        = Petri Dish with Aspergillus Niger,
        Icon   		 	        = HCPetriaspergillus,
    }

item HCPetriaspergilluszoom
	{
        Weight    		        = 0.01,
        Type    		        = Normal,
	DisplayName	                = Aspergillus Niger,
        Icon	                        = HCPetriaspergilluszoom,
	}

item HCPetriyeast
    {
        Weight    		        = 0.01,
        Type    		        = Normal,
        DisplayName     	        = Petri Dish with Live Yeast,
        Icon   		 	        = HCPetriyeast,
    }

item HCPetriyeastzoom
	{
        Weight    		        = 0.01,
        Type    		        = Normal,
	DisplayName	                = Live Yeast,
        Icon	                        = HCPetriyeastzoom,
	}

item HCPetrididymium
    {
        Weight    		        = 0.01,
        Type    		        = Normal,
        DisplayName     	        = Petri Dish with Slime Mold,
        Icon   		 	        = HCPetrididymium,
    }

item HCPetrididymiumzoom
	{
        Weight    		        = 0.01,
        Type    		        = Normal,
	DisplayName	                = Slime Mold,
        Icon	                        = HCPetrididymiumzoom,
	}

item HCPetrinothing
    {
        Weight    		        = 0.01,
        Type    		        = Normal,
        DisplayName     	        = Petri Dish with Nothing,
        Icon   		 	        = HCPetridish,
    }

item HCPetrinothingzoom
	{
        Weight    		        = 0.01,
        Type    		        = Normal,
	DisplayName	                = Nothing,
        Icon	                        = HCPetrinothingzoom,
	}

item HCSyringeheroin
    {
        PainReduction 			= 30,
        HungerChange            	= -10,  
        Weight                  	= 0.3,
        Type                    	= Food,
        ThirstChange            	= -5,
        UnhappyChange			= -25,
        FatigueChange           	= 25,
        StressChange            	= 20,
        Poison                  	= true,
        PoisonDetectionLevel    	= 1,
        PoisonPower             	= 6,
        UseForPoison            	= 1,
        DisplayName			= Syringe With Heroin,                                                    
        ReplaceOnUse	        	= HCSyringeempty,    
        Icon				= HCSyringeheroin,
	OtherHandUse			= TRUE,
	RequireInHandOrInventory	= Belt,
	Alcoholic			= TRUE,
	CustomContextMenu 		= Inject,
	CustomEatSound 			= 
    }

item HCSyringeuin
    {  
        PainReduction 			= 50,
        HungerChange            	= -1,  
        Weight                  	= 0.3,
        Type                    	= Food,
        UnhappyChange			= -15,
        FatigueChange           	= 15,
        StressChange            	= 10,
        Poison                  	= true,
        PoisonDetectionLevel    	= 1,
        PoisonPower             	= 3,
        UseForPoison            	= 1,
        DisplayName			= Syringe With Morphine,                                                    
        ReplaceOnUse	        	= HCSyringeempty,    
        Icon				= HCSyringemorphin,
	OtherHandUse			= TRUE,
	RequireInHandOrInventory	= Belt,
	Alcoholic			= TRUE,
	CustomContextMenu 		= Inject,
	CustomEatSound 			= 
    }

item HCBeakermorphinhydrochloridsolution
	{
		Weight			=	1,
		Type			=	Food,
		DisplayName		=	Beaker With Morphine Hydrochlorid Solution,
		Icon			=	HCBeakermorphinhydrochloridsolution,
	        IsCookable		=       TRUE,
	        MinutesToCook		=	30,
	        ReplaceOnUse		=	HCGlassbeaker,
	        ReplaceOnCooked		=	Hydrocraft.HCBeakermorphinhydrochlorid,
                Poison                  =       true,
                PoisonDetectionLevel    =       1,
                PoisonPower             =       8,
                UseForPoison            =       1,
	}

item HCBeakermorphinhydrochlorid
	{
		Weight			=	0.7,
		Type			=	Normal,
		DisplayName		=	Beaker With Morphine Hydrochlorid,
		Icon			=	HCBeakermorphinhydrochlorid,
	}

item HCBeakermorphinhydrochloridsolution02
	{
		Weight			=	1,
		Type			=	Normal,
		DisplayName		=	Beaker With Morphine Hydrochlorid Solution,
		Icon			=	HCBeakermorphinhydrochloridsolution,
	}

item HCTesttubemorphinrubber
	{
		Weight			=	0.5,
	        Type 			=       Drainable,
	        UseDelta 		=       0.25,
		DisplayName		=	Testtube With Morphine,
		Icon			=	HCTesttubemorphinrubber,
	}


item HCTesttubemorphincork
	{
		Weight			=	0.5,
	        Type 			=       Drainable,
	        UseDelta 		=       0.25,
		DisplayName		=	Testtube With Morphine,
		Icon			=	HCTesttubemorphincork,
	}

item HCEyedropperether
    {
        Weight    		= 	0.1,
	Type			= 	Normal,
        DisplayName         	= 	Eyedropper With Ether,
        icon 			= 	HCEyedropperether,
    }

item HCBeakerselfmadeetherhalf
    {
        Weight    		= 	0.3,
	Type			= 	Drainable,
	UseWhileEquipped	= 	FALSE,
	UseDelta		= 	0.2,
        DisplayName         	= 	Beaker With Ether,
	ReplaceOnDeplete	=	HCBeakerselfmadeether,
        icon 			= 	HCBeakerselfmadeetherhalf,
    }

item HCBeakerselfmadeether
    {
        Weight    		= 	1,
	Type			= 	Normal,
        DisplayName         	= 	Beaker With Ether,
        icon 			= 	HCBeakerselfmadeether,
    }

item HCEthersheet
    {
        Weight    		= 	0.2,
        PainReduction 		=       5,
        UnhappyChange		=       -5,
        FatigueChange           =       10,
        StressChange            =       5,
        Poison                  =       true,
        PoisonDetectionLevel    =       1,
        PoisonPower             =       3,
        UseForPoison            =       1,
	Type			= 	Food,
        ReplaceOnUse	        =       RippedSheet,
        DisplayName         	= 	Ripped Sheet With Ether,
        icon 			= 	HCEthersheet,
	Alcoholic		=       TRUE,
    }

item HCWillowbarktea
    {
        Weight    		= 0.1,
        Type    		= Normal,
        DisplayName     	= Willow Bark Tea,
        icon 			= HCWillowbarktea,
	ReplaceOnUse		= HCJar,
    } 

item HCValeriantray
    {
	UnhappyChange		= -5,
	Weight	        	= 1.5,
	Type	        	= Food,
        ReplaceOnUse   	 	= BakingTray,
	DisplayName		= Tray With Valerian,
	Icon	        	= HCValeriantray,
    }

item HCValeriandry
    {
	UnhappyChange		= -5,
	Weight	        	= 1.3,
	Type	        	= Food,
        ReplaceOnUse    	= BakingTray,
	DisplayName		= Tray With Dry Valerian,
	Icon	        	= HCValeriantray,
    }

item HCAntideppills
    {
        Weight    		= 0.1,
        Type    		= Normal,
	DisplayName		= Bottle of Anti-Depression Pills,
	Icon	        	= HCAntideppills,
    }

item HCAntideppill
    {
	HungerChange		= -1,
	UnhappyChange		= -35,
	StressChange		= -10,
	Weight	        	= 0.2,
	Type	        	= Food,
	UseWhileEquipped	= FALSE,
	DisplayName		= Anti-Depression Pills,
	Icon	        	= HCAntideppill,
    }

item HCEphedrinebox
    {
        Weight    		= 0.2,
        Type    		= Normal,
	DisplayName		= Box of Ephedrine,
	Icon	        	= HCEphedrinebox,
    }

item HCEphedrine
    {
	HungerChange		= -1,
	Weight	        	= 0.1,
	Type	        	= Food,
	UseWhileEquipped	= FALSE,
	DisplayName		= Ephedrine Pills,
	Icon	        	= HCEphedrine,
        PainReduction 		= 5,
	FatigueChange		= -5,
    }

item HCCaffeinebox
    {
        Weight    		= 0.2,
        Type    		= Normal,
	DisplayName		= Box of Caffeine Pills,
	Icon	        	= HCCaffeinebox,
    }

item HCCaffeinepills
    {
	HungerChange		= -1,
	Weight	        	= 0.1,
	Type	        	= Food,
	UseWhileEquipped	= FALSE,
	DisplayName		= Caffeine Pills,
	Icon	        	= HCCaffeinepills,
	FatigueChange		= -15,
	UnhappyChange		= 5,
	StressChange		= 5,
    }

item HCCoughsyrup
    {
	HungerChange		= -1,
	ThirstChange		= -5,
	Weight	        	= 0.1,
	Type	        	= Food,
	UseWhileEquipped	= FALSE,
	DisplayName		= Cough Syrup,
	Icon	        	= HCCoughsyrup,
	FatigueChange		= 20,
	FluReduction		= 20,
	ReduceInfectionPower    = 10,
    }

item HCInhaler
	{
	Weight	                        = 	0.1,
	Type	                        = 	Normal,
	DisplayName			= 	Inhaler,
	Icon				= 	HCInhaler,
	}

item HCEyedropperbottle
	{
	Weight	                        = 	0.1,
	Type	                        = 	Normal,
	DisplayName			= 	Empty Eyedropper Bottle,
	Icon				= 	HCEyedropperbottle,
	}

item HCEyedropperbottleiodine
    {
	Weight 				= 0.1,
	Type 				= Drainable,
	UseDelta 			= 0.2,
	DisplayName 			= Bottle of Iodine,
	ReplaceOnDeplete		= HCEyedropperbottle,
	Icon				= HCEyedropperbottleiodine,
    }

item HCEyedropperbottleeardrops
    {
	Weight 				= 0.1,
	Type 				= Drainable,
	UseDelta 			= 0.2,
	DisplayName 			= Bottle of Ear Drops,
	ReplaceOnDeplete		= HCEyedropperbottle,
	Icon				= HCEyedropperbottleeardrops,
    }

item HCEyedropperbottleyedrops
    {
	Weight 				= 0.1,
	Type 				= Drainable,
	UseDelta 			= 0.2,
	DisplayName 			= Bottle of Eye Drops,
	ReplaceOnDeplete		= HCEyedropperbottle,
	Icon				= HCEyedropperbottleeyedrops,
    }

item HCGauze
    {
	Type			=	Normal,
	DisplayName		=	Gauze,
	Icon			=	HCGauze,
	Weight			=	0.1,
     }

item HCDissectiontable
    {
        Weight    		= 10,
        Type   			= Normal,
        DisplayName         	= Dissection Table,
        icon 			= HCDissectiontable,
	ResizeWorldIcon 	= 2.0,
    }

item HCDissectiontablebody
    {
        Weight    		= 30,
        Type   			= Normal,
        DisplayName         	= Dissection Table with Corpse,
        icon 			= HCDissectiontablebody,
	ResizeWorldIcon 	= 2.0,
    }

item HCDissectiontabledissected
    {
        Weight    		= 30,
        Type   			= Normal,
        DisplayName         	= Dissection Table with Dissected Corpse,
        icon 			= HCDissectiontabledissected,
	ResizeWorldIcon 	= 2.0,
    }

item HCDissectiontablebloody
    {
        Weight    		= 10,
        Type   			= Normal,
        DisplayName         	= Bloody Dissection Table,
        icon 			= HCDissectiontablebloody,
	ResizeWorldIcon 	= 2.0,
    }

item HCZedbrain
    {
        Weight    		= 0.1,
        Type    		= Normal,
        DisplayName         	= Zombie Brain,
        icon 			= HCZedbrain,
    }

item HCZedheart
    {
        Weight    		= 0.1,
        Type    		= Normal,
        DisplayName         	= Zombie Heart,
        icon 			= HCZedheart,
    }

item HCZedlung
    {
        Weight    		= 0.1,
        Type    		= Normal,
        DisplayName         	= Zombie Lung,
        icon 			= HCZedlung,
    }

item HCZedkidney
    {
        Weight    		= 0.1,
        Type    		= Normal,
        DisplayName         	= Zombie Kidney,
        icon 			= HCZedkidney,
    }

item HCZedliver
    {
        Weight    		= 0.1,
        Type    		= Normal,
        DisplayName         	= Zombie Liver,
        icon 			= HCZedliver,
    }

item HCZedpancreas
    {
        Weight    		= 0.1,
        Type    		= Normal,
        DisplayName         	= Zombie Pancreas,
        icon 			= HCZedpancreas,
    }

item HCZedintestines
    {
        Weight    		= 0.1,
        Type    		= Normal,
        DisplayName         	= Zombie Intestines,
        icon 			= HCZedintestines,
    }

item HCMedicalskeletonbox
    {
        Weight    		= 1.5,
        Type    		= Normal,
        DisplayName         	= Box with Medical Skeleton,
        icon 			= HCMedicalskeletonbox,
    }  

item HCMedicalskeletonparts
    {
        Weight    		= 0.7,
        Type    		= Normal,
        DisplayName         	= Medical Skeleton Parts,
        icon 			= HCMedicalskeletonparts,
    }  

item HCMedicalskeletonholderparts
    {
        Weight    		= 0.7,
        Type    		= Normal,
        DisplayName         	= Medical Skeleton Holder Parts,
        icon 			= HCMedicalskeletonholderparts,
    }  

item HCMedicalskeletonholder
    {
        Weight    		= 0.7,
        Type    		= Normal,
        DisplayName         	= Medical Skeleton Holder,
	ResizeWorldIcon 	= 2.0,
        icon 			= HCMedicalskeletonholder,
    }  

item HCMedicalskeletonhooked
    {
        Weight    		= 0.7,
        Type    		= Normal,
        DisplayName         	= Medical Skeleton,
	ResizeWorldIcon 	= 2.0,
        icon 			= HCMedicalskeletonhooked,
    }  

item HCSterilizedscalpel
	{
	Weight			=	0.3,
	Type 			=       Drainable,
	UseDelta 		=       0.25,
	ReplaceOnDeplete	=	HCScalpel,
        DisplayName		=	Sterilized Scalpel,
	Icon			=	HCScalpel,
	}

item HCSterilizedsutureneedle
	{
	Weight	                =	0.1,
	Type 			=       Drainable,
	UseDelta 		=       0.25,
	ReplaceOnDeplete	=	SutureNeedle,
	DisplayName	        =	Sterilized Suture Needle,
	Icon	                =	SutureNeedle,
	}

item HCSterilizedsutureneedleholder
	{
	Weight	                =	0.1,
	Type 			=       Drainable,
	UseDelta 		=       0.25,
	ReplaceOnDeplete	=	SutureNeedleHolder,
	DisplayName	        =	Sterilized Suture Needle Holder,
	Icon	                =	SutureNeedleHolder,
	}

item HCPotofdirtysheets
	{
	Weight			=	1,
	Type			=	Food,
	IsCookable		=	TRUE,
	MinutesToCook		=	60,
	ReplaceOnCooked		=	Hydrocraft.HCPotofsheets,
	DisplayName		=	Pot with Ripped Sheets,
	Icon			=	HCPotofdirtysheets,
	}

item HCPotofsheets
    {
        Weight    		= 1,
        Type    		= Normal,
        DisplayName         	= Pot with Sterilized Rags,
        icon 			= HCPotofsheets,
    } 

item HCPotofdirtybandage
	{
	Weight				=	1,
	Type				=	Food,
	IsCookable			=	TRUE,
	MinutesToCook			=	60,
	ReplaceOnCooked			=	Hydrocraft.HCPotofbandage,
	DisplayName			=	Pot with Bandage,
	Icon				=	HCPotofbandage,
	}

item HCPotofbandage
    {
        Weight    		= 1,
        Type    		= Normal,
        DisplayName         	= Pot with Sterilized Bandage,
        icon 			= HCPotofbandage,
    } 

item HCSteampot
    {
        Weight    		= 1,
        Type    		= Normal,
        DisplayName         	= Steam Pressure Pot,
        icon 			= HCSteampot,
    } 

item HCSteampotscalpel01
    {
        Weight    		= 2.5,
        Type    		= Food,
	IsCookable		= TRUE,
    	MinutesToCook		= 60,
	ReplaceOnCooked		= Hydrocraft.HCSteampotscalpel02,
        DisplayName         	= Steam Pressure Pot,
        icon 			= HCSteampot,
    } 

item HCSteampotscalpel02
    {
        Weight    		= 2.5,
        Type    		= Normal,
        DisplayName         	= Steam Pressure Pot,
        icon 			= HCSteampot,
    } 

item HCSteampotneedel01
    {
        Weight    		= 1.5,
        Type    		= Food,
	IsCookable		= TRUE,
    	MinutesToCook		= 60,
	ReplaceOnCooked		= Hydrocraft.HCSteampotneedel02,
        DisplayName         	= Steam Pressure Pot,
        icon 			= HCSteampot,
    } 

item HCSteampotneedel02
    {
        Weight    		= 2,
        Type    		= Normal,
        DisplayName         	= Steam Pressure Pot,
        icon 			= HCSteampot,
    } 

item HCSteampotneedelholder01
    {
        Weight    		= 1.5,
        Type    		= Food,
	IsCookable		= TRUE,
    	MinutesToCook		= 60,
	ReplaceOnCooked		= Hydrocraft.HCSteampotneedelholder02,
        DisplayName         	= Steam Pressure Pot,
        icon 			= HCSteampot,
    } 

item HCSteampotneedelholder02
    {
        Weight    		= 1.5,
        Type    		= Normal,
        DisplayName         	= Steam Pressure Pot,
        icon 			= HCSteampot,
    } 

/************************WEAPONS************************/

item HCScalpel
	{
		MaxRange			=	0.9,
		WeaponSprite			=	Knife,
		MinAngle			=	0,
		Type				=	Weapon,
		MinimumSwingTime		=	2,
		KnockBackOnNoDeath		=	FALSE,
		SwingAmountBeforeImpact		=	0.02,
		Categories			=	Blade,
		ConditionLowerChanceOneIn	=	2,
		Weight				=	0.3,
		SplatNumber			=	0,
		PushBackMod			=	0.3,
		MaxDamage			=	0.6,
		SubCategory			=	Stab,
		AimingMod			=	0.8,
		ConditionMax			=	10,
		MaxHitCount			=	1,
		IsAimedHandWeapon		=	TRUE,
		DoorDamage			=	1,
		SwingAnim			=	Stab,
		WeaponWeight			=	1.7,
		DisplayName			=	Scalpel,
		MinRange			=	0.61,
		CloseKillMove 			= 	Jaw_Stab,
		SwingTime			=	2,
		MinDamage			=	0.3,
		KnockdownMod			=	0,
		SplatBloodOnNoDeath		=	TRUE,
		Icon				=	HCScalpel,
		RunAnim				=	Run_Weapon2,
        	IdleAnim			=	Idle_Weapon2,
        	BreakSound  			=   	PZ_MetalSnap,
        	TreeDamage  			=   	1,
        	EnduranceMod 			= 	0.5,
	}

item HCCrutch
    {
        	MaxRange                 	=    1.8,
       	 	WeaponSprite               	=    Shovel,
        	MinAngle                    	=    0.2,
        	Type                        	=    Weapon,
        	MinimumSwingTime            	=    1.5,
        	KnockBackOnNoDeath            	=    TRUE,
        	SwingAmountBeforeImpact        	=    0.02,
        	Categories                    	=    Blunt,
        	ConditionLowerChanceOneIn       =    10,
        	Weight                		=    1,
        	SplatNumber            		=    1,
        	PushBackMod            		=    0.25,
        	MaxDamage            		=    0.5,
        	SubCategory            		=    Swinging,
        	ConditionMax            	=    15,
       	 	MaxHitCount            		=    2,
        	DoorDamage            		=    1,
        	IdleAnim                	=    Idle_Weapon2,
        	SwingAnim                	=    Bat,
        	CriticalChance            	=    5,
        	WeaponWeight            	=    0.5,
        	DisplayName            		=    Crutch,
        	MinRange                	=    0.61,
        	SwingTime                	=    2,
        	HitAngleMod            		=    -30,
        	MinDamage                	=    0.8,
        	KnockdownMod            	=    0.5,
        	SplatBloodOnNoDeath        	=    FALSE,
        	Icon                    	=    HCCrutch,
        	RunAnim                		=    Run_Weapon2,
      		TwoHandWeapon             	=    TRUE,
            	BreakSound             		=    PZ_WoodSnap,
        	TreeDamage             		=    1,
    }

item HCCrutchaluminium
    {
        	MaxRange                 	=    1.8,
       	 	WeaponSprite               	=    Shovel,
        	MinAngle                    	=    0.2,
        	Type                        	=    Weapon,
        	MinimumSwingTime            	=    1.5,
        	KnockBackOnNoDeath            	=    TRUE,
        	SwingAmountBeforeImpact        	=    0.02,
        	Categories                    	=    Blunt,
        	ConditionLowerChanceOneIn       =    30,
        	Weight                		=    0.8,
        	SplatNumber            		=    1,
        	PushBackMod            		=    0.25,
        	MaxDamage            		=    0.5,
        	SubCategory            		=    Swinging,
        	ConditionMax            	=    15,
       	 	MaxHitCount            		=    2,
        	DoorDamage            		=    1,
        	IdleAnim                	=    Idle_Weapon2,
        	SwingAnim                	=    Bat,
        	CriticalChance            	=    5,
        	WeaponWeight            	=    0.5,
        	DisplayName            		=    Aluminium Crutch,
        	MinRange                	=    0.61,
        	SwingTime                	=    2,
        	HitAngleMod            		=    -30,
        	MinDamage                	=    0.8,
        	KnockdownMod            	=    0.5,
        	SplatBloodOnNoDeath        	=    FALSE,
        	Icon                    	=    HCCrutchaluminium,
        	RunAnim                		=    Run_Weapon2,
      		TwoHandWeapon             	=    TRUE,
            	BreakSound             		=    PZ_WoodSnap,
        	TreeDamage             		=    1,
    }

item HCCrutchmakeshift
    {
        	MaxRange                 	=    1.8,
       	 	WeaponSprite               	=    Shovel,
        	MinAngle                    	=    0.2,
        	Type                        	=    Weapon,
        	MinimumSwingTime            	=    1.5,
        	KnockBackOnNoDeath            	=    TRUE,
        	SwingAmountBeforeImpact        	=    0.02,
        	Categories                    	=    Blunt,
        	ConditionLowerChanceOneIn       =    5,
        	Weight                		=    1,
        	SplatNumber            		=    1,
        	PushBackMod            		=    0.25,
        	MaxDamage            		=    0.5,
        	SubCategory            		=    Swinging,
        	ConditionMax            	=    15,
       	 	MaxHitCount            		=    2,
        	DoorDamage            		=    1,
        	IdleAnim                	=    Idle_Weapon2,
        	SwingAnim                	=    Bat,
        	CriticalChance            	=    5,
        	WeaponWeight            	=    0.5,
        	DisplayName            		=    Makeshift Crutch,
        	MinRange                	=    0.61,
        	SwingTime                	=    2,
        	HitAngleMod            		=    -30,
        	MinDamage                	=    0.8,
        	KnockdownMod            	=    0.5,
        	SplatBloodOnNoDeath        	=    FALSE,
        	Icon                    	=    HCCrutchmakeshift,
        	RunAnim                		=    Run_Weapon2,
      		TwoHandWeapon             	=    TRUE,
            	BreakSound             		=    PZ_WoodSnap,
        	TreeDamage             		=    1,
    }

/************************RECIPES************************/

recipe Make Medical Lab
    {
       	SkillRequired:Doctor=1,
	Notebook=3,
	HCHeadmirror,
	HCStethoscope,
	HCLatexgloves,
	HCSphygmomanometer,
        HCThermometer,
	MortarPestle,
	HCSyringeempty,
	HCScalpel,
	HCGauze=5,
	Bandage=5,
	HCPetridish=4,
	HCMicroscopeslide=3,
	HCAgar=4,
	HCGlassbottleh2o2=4,
	HCPillbox=3,
	HCMicroscope,
	HCMedicalbox,
	HCWorkbench,
        Result:HCMedicallab,
        CanBeDoneFromFloor:true,
        NeedToBeLearn:true,
        Time:400,
       	Category:Health,
    }

recipe Wear Hearing Aid
    {
    	HCHearingaid,
    	Result:HCHearingaid,
    	Time:15,
    	OnCreate:WearHAidRecipe,
       	Category:Health,
    }	
    

recipe Take Blood from Yourself
    {
       	SkillRequired:Doctor=2,
	HCSyringeempty,
    	Result:HCSyringeblood,
       	NeedToBeLearn:true,
    	Time:15.0,
       	Category:Health,
    }

recipe Take Blood from Rabbit
    {
       	SkillRequired:Doctor=2,
	HCSyringeempty,
    	keep HCRabbitmale/HCRabbitfemale,
    	Result:HCSyringerabbit,
       	NeedToBeLearn:true,
    	Time:15.0,
       	Category:Health,
    }

recipe Take Blood from Zombie
    {
       	SkillRequired:Doctor=2,
	HCSyringeempty,
    	keep CorpseMale/CorpseFemale,
    	Result:HCSyringezombie,
       	NeedToBeLearn:true,
    	Time:15.0,
       	Category:Health,
    }

recipe Inject Rabbit with Human Blood
    {
       	SkillRequired:Doctor=2,
	HCSyringeblood,
    	keep HCRabbitmale/HCRabbitfemale,
    	Result:HCSyringeempty,
       	NeedToBeLearn:true,
    	Time:15.0,
       	Category:Health,
    }

recipe Inject Rabbit with Rabbit Blood
    {
       	SkillRequired:Doctor=2,
	HCSyringerabbit,
    	keep HCRabbitmale/HCRabbitfemale,
    	Result:HCSyringeempty,
       	NeedToBeLearn:true,
    	Time:15.0,
       	Category:Health,
    }

recipe Inject Rabbit with Zombie Blood
    {
       	SkillRequired:Doctor=2,
	HCSyringezombie,
    	HCRabbitmale/HCRabbitfemale,
    	Result:HCSyringeempty,
       	NeedToBeLearn:true,
    	Time:15.0,
       	Category:Health,
	OnCreate:HCInjectrabbit,
    }

recipe Inject Yourself with Human Blood
    {
       	SkillRequired:Doctor=2,
	HCSyringeblood,
    	Result:HCSyringeempty,
       	NeedToBeLearn:true,
    	Time:15.0,
       	Category:Health,
    }

recipe Inject Yourself with Rabbit Blood
    {
       	SkillRequired:Doctor=2,
	HCSyringerabbit,
    	Result:HCSyringeempty,
       	NeedToBeLearn:true,
    	Time:15.0,
       	Category:Health,
    }

recipe Inject Yourself with Zombie Blood
    {
       	SkillRequired:Doctor=2,
	HCSyringezombie,
    	Result:HCSyringeempty,
       	NeedToBeLearn:true,
    	Time:15.0,
       	Category:Health,
	OnCreate:HCInjectyourself,
    }

recipe Make Bottle of Homemade Disinfectant
       {
       	SkillRequired:Doctor=3,
       	destroy WaterBottleEmpty,
       	HCLemonjuicebowl/HCLemonjuicebottle,
       	Salt=1,
       	Water=1,
       	Vinegar=1,
       	Result:HCHomedisinfectant,
       	Time:120,
       	Category:Health,
       	OnCreate:recipe_hcbowl,
       }

recipe Make Smelling Salts
    {
	SkillRequired:Doctor=3,
    	keep HCMedicallab,
    	HCDeerantlers,
	HCGlasstesttubecork,
	keep HCFunnel,
    	CanBeDoneFromFloor:true,
    	Result:HCSmellingsalts,
    	NeedToBeLearn:true,
    	Time:50,
       	Category:Health,
    }

recipe Make Smelling Salts
    {
	SkillRequired:Doctor=3,
    	keep HCMedicallab,
    	HCDeerantlers,
	HCGlasstesttuberubberbung,
	keep HCFunnel,
    	CanBeDoneFromFloor:true,
    	Result:HCSmellingsalts2,
    	NeedToBeLearn:true,
    	Time:50,
       	Category:Health,
    }

recipe Prepare Valerian
    {
	SkillRequired:Doctor=4,
	HCValerian,
        keep KitchenKnife,
	BakingTray,
        NeedToBeLearn:true,
	Result:HCValeriantray,
	Time:100.0,
	Category:Health,
    }

recipe Dry Valerian
    {
       	SkillRequired:Doctor=4,
	HCValeriantray,
        NeedToBeLearn:true,
	Result:HCValeriandry,
	Time:1000.0,
	Category:Health,
    }

recipe Make Anti-Depression Pills
    {
       	SkillRequired:Doctor=4,
	HCValeriandry,
        HCPillbox,
        keep HCMedicallab,
        SheetPaper,
        NeedToBeLearn:true,
	Result:HCAntideppills,
        OnGiveXP:MakeEphedrin_OnGiveXP,
	Time:600.0,
	Category:Health,
        OnCreate:hcfillammoniarecipe,
    }

recipe Open Anti-Depression Pill Box
    {
	HCAntideppills,
	Result:HCAntideppill=20,
        OnCreate:hcrecipegetpillbox,
	Time:10.0,
	Category:Health,
    }

recipe Close Anti-Depression Pill Box
    {
	HCAntideppill=20,
        HCPillbox,
	Result:HCAntideppills,
	Time:10.0,
	Category:Health,
    }

recipe Open Ephedrine Box
    {
	HCEphedrinebox,
	Result:HCEphedrine=10,
	Time:10.0,
	Category:Health,
    }

recipe Open Caffeine Box
    {
	HCCaffeinebox,
	Result:HCCaffeinepills=4,
	Time:10.0,
	Category:Health,
    }

recipe Make Willow Bark Tea
    {
	SkillRequired:Doctor=3,
	HCWillowbark,
	HCJar,
	Water,
        NeedToBeLearn:true,
	Result:HCWillowbarktea,
	Time:70.0,
	Category:Health,
    }

recipe Extract Acetylsalicylic Acid
    {
	SkillRequired:Doctor=3,
	HCWillowbarktea,
	keep HCMedicallab,
        CanBeDoneFromFloor:true,
        NeedToBeLearn:true,
	Result:Pills,
        OnGiveXP:MakeEphedrin_OnGiveXP,
	Time:2700,
	Category:Health,
        OnCreate:hcextractassrecipe,
    }

recipe Prepare Agar
    {
    	HCBeakerwaterhot,
    	HCAgar,
    	Result:HCBeakeragar,
        NeedToBeLearn:true,
    	Time:250,
    	Category:Alchemy,
    }

recipe Prepare Petri Dish
    {
    	HCPetridish,
    	HCBeakeragar,
    	Result:HCPetriagar,
        NeedToBeLearn:true,
    	Time:150,
    	Category:Health,
    	OnCreate:recipe_hcgetbeaker,
    }

recipe Examine Biowaste
    {
    	HCMicroscope,
    	HCPetribiowaste,
    	Result:HCMicroscope,
    	Time:250,
    	NeedToBeLearn:true,
    	OnCreate:recipe_hcmicroscopefunghi,
    	OnGiveXP:MakeEphedrin_OnGiveXP,
    	Category:Health,
    }

recipe Clean Petri Dish
    {
    	HCPetribiowaste,
	Bleach,
	keep Sponge/HCSponge,
	keep HCLatexgloves/HCRubberglove,
    	Result:HCPetridish,
    	Time:250,
    	NeedToBeLearn:true,
    	Category:Health,
    }

recipe Look Through Microscope
    {
    	keep HCMicroscope,
    	HCPetripenicillium,
    	Result:HCPetripenecilinumzoom,
    	NeedToBeLearn:true,
    	Time:50,
    	Category:Health,
    }

recipe Look Through Microscope
    {
    	keep HCMicroscope,
    	HCPetriaspergillus,
    	Result:HCPetriaspergilluszoom,
    	NeedToBeLearn:true,
    	Time:50,
    	Category:Health,
    }

recipe Look Through Microscope
    {
    	keep HCMicroscope,
    	HCPetriyeast,
    	Result:HCPetriyeastzoom,
    	NeedToBeLearn:true,
    	Time:50,
    	Category:Health,
    }

recipe Look Through Microscope
    {
    	keep HCMicroscope,
    	HCPetrididymium,
    	Result:HCPetrididymiumzoom,
    	NeedToBeLearn:true,
    	Time:50,
    	Category:Health,
    }

recipe Look Through Microscope
    {
    	keep HCMicroscope,
    	HCPetrinothing,
    	Result:HCPetrinothingzoom,
    	NeedToBeLearn:true,
    	Time:50,
    	Category:Health,
    }

recipe Cultivate Penicillium
    {
    	SkillRequired:Doctor=5,
    	HCPetripenecilinumzoom,
    	HCPetriagar,
    	keep HCEyedropper,
    	Result:HCPetripenicillium,
    	Time:50,
   	NeedToBeLearn:true,
    	OnCreate:recipe_hcgetpetridish,
    	OnGiveXP:MakeEphedrin_OnGiveXP,
    	Category:Health,
    }

recipe Cultivate Penicillium
    {
	SkillRequired:Doctor=5,
	HCPetridish=3,
	BreadSlices/HCSlicedorange/HCSlicedlemon/HCSlicedlime,
        CanBeDoneFromFloor:true,
   	Result:HCPetripenicillium=3,
    	Time:600,
   	NeedToBeLearn:true,
	Category:Health,
    }

recipe Cultivate Aspergillus
    {
    	SkillRequired:Doctor=2,
    	HCPetriaspergilluszoom,
    	HCPetriagar,
    	keep HCEyedropper,
    	Result:HCPetriaspergillus,
    	Time:50,
    	NeedToBeLearn:true,
    	OnCreate:recipe_hcgetpetridish,
    	OnGiveXP:MakeEphedrin_OnGiveXP,
    	Category:Health,
    }

recipe Cultivate Yeast
    {
    	SkillRequired:Doctor=1,
    	HCPetriyeastzoom,
    	HCPetriagar,
    	keep HCEyedropper,
    	Result:HCPetriyeast,
    	Time:50,
    	NeedToBeLearn:true,
    	OnCreate:recipe_hcgetpetridish,
    	OnGiveXP:MakeEphedrin_OnGiveXP,
    	Category:Health,
    }


recipe Cultivate Slime Mold
    {
    	SkillRequired:Doctor=1,
    	HCPetrididymiumzoom,
    	HCPetriagar,
    	keep HCEyedropper,
    	Result:HCPetrididymium,
    	Time:50,
    	NeedToBeLearn:true,
    	OnCreate:recipe_hcgetpetridish,
    	OnGiveXP:MakeEphedrin_OnGiveXP,
    	Category:Health,
    }

recipe Extract Yeast
    {
    	SkillRequired:Doctor=3,
    	HCPetriyeast,
    	keep HCMedicallab,
        CanBeDoneFromFloor:true,
    	Result:Yeast,
    	Time:50,
    	NeedToBeLearn:true,
    	OnGiveXP:MakeEphedrin_OnGiveXP,
    	OnCreate:recipe_hcgetpetridish,
    	Category:Health,
    }

recipe Make Penicillin
    {
    	SkillRequired:Doctor=5,
    	HCPetripenicillium,
    	keep HCMedicallab,
    	CanBeDoneFromFloor:true,
    	NeedToBeLearn:true,
    	Result:Antibiotics=2,
    	OnGiveXP:MakeEphedrin_OnGiveXP,
    	Time:5000.0,
    	OnCreate:recipe_hcgetpetridish,
    	Category:Health,
    }

recipe Make Morphine Hydrochloride Solution
    {
    	SkillRequired:Doctor=5,
    	HCBeakercalciumchloridesolution,
    	destroy HCRawopium,
    	keep HCLab,
        CanBeDoneFromFloor:true,
    	Result:HCBeakermorphinhydrochloridsolution,
    	Time:150,
    	NeedToBeLearn:true,
    	Category:Alchemy,
    }

recipe Add Water To Morphine Hydrochloride
    {
    	SkillRequired:Doctor=5,
    	HCBeakermorphinhydrochlorid,
    	Water,
    	keep HCLab,
        CanBeDoneFromFloor:true,
    	Result:HCBeakermorphinhydrochloridsolution02,
    	Time:150,
    	NeedToBeLearn:true,
    	Category:Alchemy,
    }

recipe Add Ammonia To Morphine Hydrochloride Solution
    {
    	SkillRequired:Doctor=5,
    	HCBeakermorphinhydrochloridsolution02,
    	HCAmmonia,
    	HCGlasstesttuberubberbung=2,
    	keep HCLab,
        CanBeDoneFromFloor:true,
    	Result:HCTesttubemorphinrubber=2,
    	Time:150,    
    	OnCreate:recipe_hcgetbeaker,
    	NeedToBeLearn:true,
    	Category:Alchemy,
    }

recipe Add Ammonia To Morphine Hydrochloride Solution
    {
    	SkillRequired:Doctor=5,
    	HCBeakermorphinhydrochloridsolution02,
    	HCAmmonia,
    	HCGlasstesttubecork=2,
    	keep HCLab,
        CanBeDoneFromFloor:true,
    	Result:HCTesttubemorphincork=2,
    	Time:150,    
    	OnCreate:recipe_hcgetbeaker,
    	NeedToBeLearn:true,
    	Category:Alchemy,
    }

recipe Fill Syringe With Morphine
    {
    	HCSyringeempty,
    	HCTesttubemorphinrubber/HCTesttubemorphincork,
    	Result:HCSyringeuin,
    	Time:15,
    	Category:Health,
    }

recipe Seperate Ether
    {
    	HCEyedropper,
        HCWaterbottlestarterfluidmixed,
    	keep HCLab,
        CanBeDoneFromFloor:true,
        NeedToBeLearn:true,
    	Result:HCEyedropperether,
    	Time:50,
    	Category:Health,
    }

recipe Put Ether In Beaker
    {
    	HCEyedropperether,
        HCGlassbeaker,
    	keep HCLab,
        CanBeDoneFromFloor:true,
        NeedToBeLearn:true,
    	Result:HCBeakerselfmadeetherhalf,
        OnCreate:recipe_hcgeteyedropper,
    	Time:50,
    	Category:Health,
    }

recipe Soak Ripped Sheet With Selfmade Ether
    {
    	HCBeakerselfmadeetherhalf,
        RippedSheets,
    	keep HCLab,
        CanBeDoneFromFloor:true,
        NeedToBeLearn:true,
    	Result:HCEthersheet,
    	Time:50,
    	Category:Health,
    }

recipe Heal Dog
    {
	SkillRequired:Doctor=1,
        HCPitbullmaleinjured,
	Bandaid/AlcoholBandage/HCDiaperAlcohol/AlcoholRippedSheets/HCMenstrualpadAlcohol,
	Pills,
        CanBeDoneFromFloor:true,
        NeedToBeLearn:true,
	Result:HCPitbullmale,
        OnGiveXP:Healdog_OnGiveXP,
	Time:500.0,
	Category:Health,
    }

recipe Heal Dog
    {
	SkillRequired:Doctor=1,
        HCPitbullfemaleinjured,
	Bandaid/AlcoholBandage/HCDiaperAlcohol/AlcoholRippedSheets/HCMenstrualpadAlcohol,
	Pills,
        CanBeDoneFromFloor:true,
        NeedToBeLearn:true,
	Result:HCPitbullfemale,
        OnGiveXP:Healdog_OnGiveXP,
	Time:500.0,
	Category:Health,
    }

recipe Heal Dog
    {
	SkillRequired:Doctor=1,
        HCDobermanmaleinjured,
	Bandaid/AlcoholBandage/HCDiaperAlcohol/AlcoholRippedSheets/HCMenstrualpadAlcohol,
	Pills,
        CanBeDoneFromFloor:true,
        NeedToBeLearn:true,
	Result:HCDobermanmale,
        OnGiveXP:Healdog_OnGiveXP,
	Time:500.0,
	Category:Health,
    }

recipe Heal Dog
    {
	SkillRequired:Doctor=1,
        HCDobermanfemaleinjured,
	Bandaid/AlcoholBandage/HCDiaperAlcohol/AlcoholRippedSheets/HCMenstrualpadAlcohol,
	Pills,
        CanBeDoneFromFloor:true,
        NeedToBeLearn:true,
	Result:HCDobermanfemale,
        OnGiveXP:Healdog_OnGiveXP,
	Time:500.0,
	Category:Health,
    }

recipe Make Crutch
    {
	SkillRequired:Woodwork=1,
	Sheet,
	Twine,
	Nails=2,
    	WoodenStick=3,
    	keep Hammer,
	keep Saw,
        NeedToBeLearn:true,
	Result:HCCrutchmakeshift,
	Time:50.0,
	Category:Health,
    }

recipe Make Gigli Saw
    {
 	HCGiglisawhandle=2,
 	HCWiresteel=2,
 	Result:HCGiglisaw,
 	Time:100,
 	Category:Health,
    }

recipe Disassemble Tampons
    {
	HCTampon,
	Result:HCGauze,
	Time:15,
	Category:Health,
    }

recipe Make Cotton Balls
    {
	HCCotton=3,
	Result:CottonBalls,
	Time:30,
	Category:Health,
    }

recipe Improvised Bandaid
    {
	HCGauze/CottonBalls,
	Scotchtape/DuctTape/HCPackingtape/HCMaskingtape,
	Result:Bandaid,
	Time:30,
	Category:Health,
    }

recipe Put Corpse on Dissection Table
    {
	HCDissectiontable,
	CorpseMale/CorpseFemale,
	keep HCLatexgloves/HCRubberglove,
	Result:HCDissectiontablebody,
        CanBeDoneFromFloor:true,
        NeedToBeLearn:true,
	Time:100,
	Category:Health,
    }

recipe Dissect Corpse
    {
	HCDissectiontablebody,
 	keep HCBonesaw/HCGiglisaw,
 	keep HCScalpel/HCScalpelimprovised,
	keep HCLatexgloves/HCRubberglove,
	Result:HCDissectiontabledissected,
        CanBeDoneFromFloor:true,
        NeedToBeLearn:true,
	Time:1000,
	Category:Health,
       	OnCreate:recipe_hcdissectzed,
    }

recipe Remove Corpse from Dissection Table
    {
	HCDissectiontabledissected,
 	keep HCScalpel/HCScalpelimprovised,
	keep HCLatexgloves/HCRubberglove,
	Result:HCDissectiontablebloody,
        CanBeDoneFromFloor:true,
        NeedToBeLearn:true,
	Time:150,
	Category:Health,
       	OnCreate:recipe_hcremovezed,
    }

recipe Clean Dissection Table
    {
	HCDissectiontablebloody,
	Bleach,
	keep Sponge/HCSponge,
	keep HCLatexgloves/HCRubberglove,
	Result:HCDissectiontable,
        CanBeDoneFromFloor:true,
        NeedToBeLearn:true,
	Time:1000,
	Category:Health,
    }

recipe Open Medical Skeleton Box
    {
	HCMedicalskeletonbox,
        OnCreate:recipe_hcgetmedicalskeleton,
        CanBeDoneFromFloor:true,
    	Result:HCCardboardbox,
    	Time:15.0,
	Category:Health,
    }

recipe Assemble Medical Skeleton Holder
    {
       	HCMedicalskeletonholderparts,
    	Result:HCMedicalskeletonholder,
        CanBeDoneFromFloor:true,
    	Time:150.0,
	Category:Health,
    }

recipe Assemble Medical Skeleton
    {
	SkillRequired:Doctor=1,
       	HCMedicalskeletonholder,
        HCMedicalskeletonparts,
        CanBeDoneFromFloor:true,
    	Result:HCMedicalskeletonhooked,
    	Time:150.0,
	Category:Health,
    }

recipe Study Anatomy
    {
	SkillRequired:Doctor=2,
       	keep HCMedicalskeletonhooked,
        HCBookanatomy,
	keep HCBookmedical, 
        CanBeDoneFromFloor:true,
    	Result:HCBookanatomy,
    	OnGiveXP:MakeEphedrin_OnGiveXP,
    	Time:5000.0,
	Category:Health,
    }

recipe Prepare Pot with Ripped Sheets
	{
		RippedSheets=5,
		destroy Pot,
                Water=5,
		Result:HCPotofdirtysheets,
		Time:100.0,
		Category:Health,
	}

recipe Remove Sterilized Rags from Pot
	{
		destroy HCPotofsheets,
		Result:AlcoholRippedSheets=5,
                OnCreate:recipe_hcpot,
		Time:100.0,
		Category:Health,
	}

recipe Prepare Pot with Bandage
	{
		Bandage=5,
		destroy Pot,
                Water=5,
		Result:HCPotofdirtybandage,
		Time:100.0,
		Category:Health,
	}

recipe Remove Sterilized Bandage from Pot
	{
		destroy HCPotofbandage,
		Result:AlcoholBandage=5,
                OnCreate:recipe_hcpot,
		Time:100.0,
		Category:Health,
	}

recipe Craft Steam Pressure Pot
	{
		destroy Pot,
                HCBolt=4,
                HCNut=4,
                SheetMetal,
                HCManometer,
                HCWeldingset,
                keep HCWorkgloves,   
                keep HCWeldingmask,
                NeedToBeLearn:true,     
		Result:HCSteampot,
		Time:500.0,
		Category:Engineer,
	}

recipe  Put Scalpel in Steampot
	{
		HCScalpel=5,
                destroy HCSteampot,
                Water,
                HCMonkeywrench/HCWrench,
		Result:HCSteampotscalpel01,
		Time:100.0,
		Category:Health,
	}

recipe  Remove Sterilized Scalpel from Steampot
	{
		destroy HCSteampotscalpel02,
                HCMonkeywrench/HCWrench,
		Result:HCSterilizedscalpel=5,
                OnCreate:recipe_hcsteampot,
		Time:100.0,
		Category:Health,
	}

recipe  Sterilize Scalpel
	{
		HCScalpel,
                HCHomedisinfectant/Disinfectant,
		Result:HCSterilizedscalpel,
		Time:100.0,
		Category:Health,
	}

recipe  Put Suture Needle in Steampot
	{
		SutureNeedle=10,
                destroy HCSteampot,
                Water,
                HCMonkeywrench/HCWrench,
		Result:HCSteampotneedel01,
		Time:100.0,
		Category:Health,
	}

recipe  Remove Sterilized Suture Needle from Steampot
	{
		destroy HCSteampotneedel02,
                HCMonkeywrench/HCWrench,
		Result:HCSterilizedsutureneedle=10,
                OnCreate:recipe_hcsteampot,
		Time:100.0,
		Category:Health,
	}

recipe  Sterilize Suture Needle
	{
		SutureNeedle,
                HCHomedisinfectant/Disinfectant,
		Result:HCSterilizedsutureneedle,
		Time:100.0,
		Category:Health,
	}

recipe  Put Suture Needle Holder in Steampot
	{
		SutureNeedleHolder=5,
                destroy HCSteampot,
                Water,
                HCMonkeywrench/HCWrench,
		Result:HCSteampotneedelholder01,
		Time:100.0,
		Category:Health,
	}

recipe  Remove Sterilized Suture Needle Holder from Steampot
	{
		destroy HCSteampotneedelholder02,
                HCMonkeywrench/HCWrench,
		Result:HCSterilizedsutureneedleholder=5,
                OnCreate:recipe_hcsteampot,
		Time:100.0,
		Category:Health,
	}

recipe  Sterilize Suture Needle Holder
	{
		SutureNeedleHolder,
                HCHomedisinfectant/Disinfectant,
		Result:HCSterilizedsutureneedleholder,
		Time:100.0,
		Category:Health,
	}

}