module Hydrocraft
{
    imports
    {
        Base

    }

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

item HCSuicidenote
    {
        Weight			=	0.1,
        Type			=	Literature,
        DisplayName		=	Suicide Note,
        Icon			=	HCSuicidenote,
        TeachedRecipes 		=   	Kill Yourself;Hang Yourself;Shoot Yourself in the Head;Shoot Yourself in the Leg;Stab Yourself;Slit Your Wrist;Suffocate Yourself;Drink Poison;Add Poison to Inventory Food;Light Yourself on Fire;Scratch Yourself with Zombies Hand,
        ReplaceOnUse    	=   	HCSuicidenote,
    }

item HCTesttubepoisonmild
    {
        Weight    		= 1,
        Type    		= Drainable,
	UseDelta		= 0.25,
        DisplayName         	= Test Tube with Mild Poison,
        icon 			= HCTesttubepoisonmild,
	ReplaceOnDeplete	= HCGlasstesttubecork,
    }

item HCTesttubepoisonstrong
    {
        Weight    		= 1,
        Type    		= Drainable,
	UseDelta		= 0.25,
        DisplayName         	= Test Tube with Strong Poison,
        icon 			= HCTesttubepoisonstrong,
	ReplaceOnDeplete	= HCGlasstesttubecork,
    }

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



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


recipe Make Mild Poison
    {
	SkillRequired:Cooking=2,
    	BerryPoisonIvy=5,
	HCGlasstesttubecork,
    	keep MortarPestle/HCMortarandpestle,
    	keep HCHerbtable,
    	CanBeDoneFromFloor:true,
	Result:HCTesttubepoisonmild,
    	NeedToBeLearn:true,
    	Category:Alchemy,
    	Time:100.0,
    }

recipe Make Strong Poison
    {
	SkillRequired:Cooking=4,
    	BerryPoisonIvy=10,
	HCGlasstesttubecork,
    	keep MortarPestle/HCMortarandpestle,
    	keep HCHerbtable,
    	CanBeDoneFromFloor:true,
	Result:HCTesttubepoisonstrong,
    	NeedToBeLearn:true,
    	Category:Alchemy,
    	Time:100.0,
    }

recipe Write Suicide Note
    {
	SheetPaper,
	Pencil/Pen,
	Result:HCSuicidenote,
    	Category:Death,
    	Time:50.0,
    }

recipe Light Yourself on Fire
    {
	HCSuicidenote,
    	Lighter/Matches,
	HCLighterfluid=4,
	Result:HCSuicidenote,
    	NeedToBeLearn:true,
	CanBeDoneFromFloor:true,
	OnCreate:HCOnfire,
    	Category:Death,
	Sound:PZ_Fire,
    	Time:10.0,
    }

recipe Light Yourself on Fire
    {
	HCSuicidenote,
    	Lighter/Matches,
	PetrolCan=4,
	Result:HCSuicidenote,
    	NeedToBeLearn:true,
	CanBeDoneFromFloor:true,
	OnCreate:HCOnfire,
    	Category:Death,
	Sound:PZ_Fire,
    	Time:10.0,
    }

recipe Drink Poison
    {
	HCSuicidenote,
    	HCTesttubepoisonmild,
	Result:HCSuicidenote,
    	NeedToBeLearn:true,
	OnCreate:HCPoisonNL,
    	Category:Death,
	Sound:PZ_Drink,
    	Time:10.0,
    }

recipe Drink Poison
    {
	HCSuicidenote,
    	HCTesttubepoisonstrong,
	Result:HCSuicidenote,
    	NeedToBeLearn:true,
	OnCreate:HCPoison,
    	Category:Death,
	Sound:PZ_Drink,
    	Time:10.0,
    }
	
recipe Add Poison to Inventory Food
    {
	HCSuicidenote,
	HCTesttubepoisonmild,
	Result:HCSuicidenote,
    	NeedToBeLearn:true,
	OnCreate:HCAddPoisonNL,
    	Category:Death,
    	Time:30.0,
    }

recipe Add Poison to Inventory Food
    {
	HCSuicidenote,
	HCTesttubepoisonstrong,
	Result:HCSuicidenote,
    	NeedToBeLearn:true,
	OnCreate:HCAddpoison,
    	Category:Death,
    	Time:30.0,
    }

recipe Shoot Yourself in the Head
    {
	HCSuicidenote,
    	keep Shotgun,
	ShotgunShells,
	Result:HCSuicidenote,
    	NeedToBeLearn:true,
	OnCreate:HCShoothead,
    	Category:Death,
	Sound:shotgun2,
    	Time:10.0,
    }

recipe Shoot Yourself in the Head
    {
	HCSuicidenote,
    	keep HuntingRifle,
	308Bullets,
	Result:HCSuicidenote,
    	NeedToBeLearn:true,
	OnCreate:HCShoothead,
    	Category:Death,
	Sound:hunterShot,
    	Time:10.0,
    }

recipe Shoot Yourself in the Head
    {
	HCSuicidenote,
    	keep VarmintRifle,
        223Bullets,
	Result:HCSuicidenote,
    	NeedToBeLearn:true,
	OnCreate:HCShoothead,
    	Category:Death,
	Sound:varmintShot,
    	Time:10.0,
    }

recipe Shoot Yourself in the Head
    {
	HCSuicidenote,
    	keep Pistol,
	Bullets9mm,
	Result:HCSuicidenote,
    	NeedToBeLearn:true,
	OnCreate:HCShoothead,
    	Category:Death,
	Sound:gunshot,
    	Time:10.0,
    }

recipe Kill Yourself
    {
	HCSuicidenote,
    	keep Shotgun,
	ShotgunShells,
	Result:HCSuicidenote,
    	NeedToBeLearn:true,
	OnCreate:HCKill,
    	Category:Death,
	Sound:shotgun2,
    	Time:10.0,
    }

recipe Kill Yourself
    {
	HCSuicidenote,
    	keep HuntingRifle,
	308Bullets,
	Result:HCSuicidenote,
    	NeedToBeLearn:true,
	OnCreate:HCKill,
    	Category:Death,
	Sound:hunterShot,
    	Time:10.0,
    }

recipe Kill Yourself
    {
	HCSuicidenote,
    	keep VarmintRifle,
        223Bullets,
	Result:HCSuicidenote,
    	NeedToBeLearn:true,
	OnCreate:HCKill,
    	Category:Death,
	Sound:varmintShot,
    	Time:10.0,
    }

recipe Kill Yourself
    {
	HCSuicidenote,
    	keep Pistol,
	Bullets9mm,
	Result:HCSuicidenote,
    	NeedToBeLearn:true,
	OnCreate:HCKill,
    	Category:Death,
	Sound:gunshot,
    	Time:10.0,
    }

recipe Shoot Yourself in the Leg
    {
	HCSuicidenote,
    	keep Shotgun,
	ShotgunShells,
	Result:HCSuicidenote,
    	NeedToBeLearn:true,
	OnCreate:HCShootleg,
    	Category:Death,
	Sound:shotgun2,
    	Time:10.0,
    }

recipe Shoot Yourself in the Leg
    {
	HCSuicidenote,
    	keep HuntingRifle,
	308Bullets,
	Result:HCSuicidenote,
    	NeedToBeLearn:true,
	OnCreate:HCShootleg,
    	Category:Death,
	Sound:hunterShot,
    	Time:10.0,
    }

recipe Shoot Yourself in the Leg
    {
	HCSuicidenote,
    	keep VarmintRifle,
        223Bullets,
	Result:HCSuicidenote,
    	NeedToBeLearn:true,
	OnCreate:HCShootleg,
    	Category:Death,
	Sound:varmintShot,
    	Time:10.0,
    }

recipe Shoot Yourself in the Leg
    {
	HCSuicidenote,
    	keep Pistol,
	Bullets9mm,
	Result:HCSuicidenote,
    	NeedToBeLearn:true,
	OnCreate:HCShootleg,
    	Category:Death,
	Sound:gunshot,
    	Time:10.0,
    }

recipe Kill Yourself
    {
	HCSuicidenote,
    	keep HCDaggersteel/HCDaggeriron/HCDaggercopper/HCDaggerbronze/HCBoneshiv/KitchenKnife/HuntingKnife/HCKnifestone/HCKnifesteel/HCSteakknife/HCPumpkinknife/HCJackknife/HCKnifeiron/HCKnifecopper/HCCombatknife/HCKnifebronze/HCBreadknife/HCMeatcleaver/HCKatana,
	Result:HCSuicidenote,
    	NeedToBeLearn:true,
	OnCreate:HCKill,
    	Category:Death,
	Sound:stabbing,
    	Time:10.0,
    }

recipe Stab Yourself
    {
	HCSuicidenote,
    	keep HCDaggersteel/HCDaggeriron/HCDaggercopper/HCDaggerbronze/HCBoneshiv/KitchenKnife/HuntingKnife/HCKnifestone/HCKnifesteel/HCSteakknife/HCPumpkinknife/HCJackknife/HCKnifeiron/HCKnifecopper/HCCombatknife/HCKnifebronze/HCBreadknife/HCMeatcleaver/HCKatana,
	Result:HCSuicidenote,
    	NeedToBeLearn:true,
	OnCreate:HCStab,
    	Category:Death,
	Sound:stabbing,
    	Time:10.0,
    }

recipe Slit Your Wrist
    {
	HCSuicidenote,
    	keep HCDaggersteel/HCDaggeriron/HCDaggercopper/HCDaggerbronze/HCBoxcutter/KitchenKnife/HuntingKnife/HCKnifestone/HCKnifesteel/HCSteakknife/HCPumpkinknife/HCJackknife/HCKnifeiron/HCKnifecopper/HCCombatknife/HCKnifebronze/HCBreadknife/HCMeatcleaver/HCKatana,
	Result:HCSuicidenote,
    	NeedToBeLearn:true,
	CanBeDoneFromFloor:true,
	OnCreate:HCSlit,
	Sound:PZ_SliceBread,
    	Category:Death,
    	Time:10.0,
    }

recipe Suffocate Yourself
    {
	HCSuicidenote,
    	keep Pillow/Garbagebag/Plasticbag,
	Result:HCSuicidenote,
    	NeedToBeLearn:true,
	OnCreate:HCKill,
    	Category:Death,
	Sound:breathing,
    	Time:500.0,
    }

recipe Hang Yourself
    {
	HCSuicidenote,
    	SheetRope/Rope/HCRopethick,
	Result:HCSuicidenote,
    	NeedToBeLearn:true,
	OnCreate:HCKill,
    	Category:Death,
	Sound:breathing,
    	Time:500.0,
    }

recipe Scratch Yourself with Zombies Hand
    {
	HCSuicidenote,
    	keep CorpseFemale/CorpseMale,
	Result:HCSuicidenote,
    	NeedToBeLearn:true,
	CanBeDoneFromFloor:true,
	OnCreate:HCInfect,
	Sound:PZ_SliceBread,
    	Category:Death,
    	Time:10.0,
    }

}