module Hydrocraft
{
    imports
    {
        Base

    }

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

item HCGroomingbrush
    	{
        Weight				= 	0.1,
        Type    			= 	Normal,
        DisplayName         		= 	Grooming Brush,
        icon 				= 	HCGroomingbrush,
    	}

item HCHorsesaddle
    {
	WeightReduction        		= 	50,
        Weight				=	3,
	Type                		= 	Container,
	Capacity             		= 	40,
        DisplayName			=	Horse Saddle,
        Icon				=	HCHorsesaddle,
	ResizeWorldIcon 		= 	2.0,
    }

item HCHorsecollar
    {
        Weight				=	2,
        Type				=	Normal,
        DisplayName			=	Horse Collar,
        Icon				=	HCHorsecollar,
	ResizeWorldIcon 		= 	2.0,
    }

item HCDogropetoy
    	{
        Weight				= 	0.1,
        Type    			= 	Normal,
        DisplayName         		= 	Dog Rope Toy,
        icon 				= 	HCDogropetoy,
    	}

item HCAnimalcage
    {
        Weight    		= 1,
        Type    		= Container,
        Capacity    		= 2,
        DisplayName         	= Medium Animal Cage,
        icon 			= HCAnimalcage,
    }

item HCAnimalcagesmall
    {
        Weight    		= 0.5,
        Type    		= Container,
        Capacity    		= 1,
        DisplayName         	= Small Animal Cage,
        icon 			= HCAnimalcagesmall,
    }

item HCHamsterwheel
    {
        Weight    		= 0.1,
        Type    		= Normal,
        DisplayName         	= Hamster Wheel,
        icon 			= HCHamsterwheel,
    }

item HCRodentfood
    {
        Weight    		= 0.2,
	Type			= Drainable,
	UseWhileEquipped	= FALSE,
	UseDelta		= 0.25,
        DisplayName         	= Can of Rodent Food,
        icon 			= HCRodentfood,
    }

item HCRodentfood2
    {
        Weight    		= 0.2,
	Type			= Drainable,
	UseWhileEquipped	= FALSE,
	UseDelta		= 0.25,
        DisplayName         	= Box of Rodent Food,
        icon 			= HCRodentfood2,
    }

item HCBirdfoodbox
    {
        Weight    		= 0.2,
	Type			= Drainable,
	UseWhileEquipped	= FALSE,
	UseDelta		= 0.25,
        DisplayName         	= Box of Bird Food,
        icon 			= HCBirdfoodbox,
    }

item HCBirdfoodbag
    {
        Weight    		= 0.2,
	Type			= Drainable,
	UseWhileEquipped	= FALSE,
	UseDelta		= 0.25,
        DisplayName         	= Bag of Bird Food,
        icon 			= HCBirdfoodbag,
    }

item HCDogbowl
    {
        Weight    		= 0.5,
        Type    		= Normal,
        DisplayName         	= Dog Bowl,
        icon 			= HCDogbowl,
    }

item HCDogbiscuit
    {
        Weight    		= 0.1,
        Type    		= Normal,
        DisplayName         	= Dog Biscuit,
        icon 			= HCDogbiscuit,
    }

item HCDogkibble
    {
        Weight    		= 1,
	Type			= Drainable,
	UseWhileEquipped	= FALSE,
	UseDelta		= 0.15,
        DisplayName         	= Bag of Dog Kibble,
        icon 			= HCDogkibble,
    }

item HCFishfood
    {
        Weight    		= 0.2,
	Type			= Drainable,
	UseWhileEquipped	= FALSE,
	UseDelta		= 0.25,
        DisplayName         	= Box of Fish Food,
        icon 			= HCFishfood,
    }

item HCFishfood2
    {
        Weight    		= 0.2,
	Type			= Drainable,
	UseWhileEquipped	= FALSE,
	UseDelta		= 0.25,
        DisplayName         	= Can of Fish Food,
        icon 			= HCFishfood2,
    }

item HCFishbowl
    {
        Weight    		= 	1,
	CanStoreWater		= 	TRUE,
        Type    		= 	Normal,
        DisplayName         	= 	Fish Bowl,
	ReplaceOnUseOn		= 	WaterSource-HCFishbowlfull,
        icon 			= 	HCFishbowl,
	ResizeWorldIcon 	= 	2.0,
    }

item HCFishbowlfull
    {
	IsWaterSource		=	TRUE,
	Weight			=	2,
	CanStoreWater		=	TRUE,
	Type			=	Drainable,
	UseWhileEquipped	=	FALSE,
	UseDelta		=	0.025,
	DisplayName		=	Fish Bowl with Water,
	ReplaceOnDeplete	=	HCFishtank,
	ReplaceOnUseOn		=	WaterSource-HCFishbowlfull,
	Icon			=	HCFishbowlfull,
	ResizeWorldIcon 	= 	2.0,
    }

item HCFishtank
    {
        Weight    		= 	2,
	CanStoreWater		= 	TRUE,
        Type    		= 	Normal,
        DisplayName         	= 	Fish Tank,
	ReplaceOnUseOn		= 	WaterSource-HCFishtankfull,
        icon 			= 	HCFishtank,
	ResizeWorldIcon 	= 	2.0,
    }

item HCFishtankfull
    {
	IsWaterSource		=	TRUE,
	Weight			=	6,
	CanStoreWater		=	TRUE,
	Type			=	Drainable,
	UseWhileEquipped	=	FALSE,
	UseDelta		=	0.0125,
	DisplayName		=	Fish Tank with Water,
	ReplaceOnDeplete	=	HCFishtank,
	ReplaceOnUseOn		=	WaterSource-HCFishtankfull,
	Icon			=	HCFishtankfull,
	ResizeWorldIcon 	= 	2.0,
    }

item HCZedtank
    {
	Weight			=	7,
	Type			=	Normal,
	DisplayName		=	Fish Tank with Head,
	Icon			=	HCZedtank,
	ResizeWorldIcon 	= 	2.0,
    }

item HCCatlitter
    {
        Weight    		= 0.5,
	Type			= Drainable,
	UseWhileEquipped	= FALSE,
	UseDelta		= 0.25,
        DisplayName         	= Bag of Kitty Litter,
        icon 			= HCCatlitter,
    }


item HCDogwhistle
	{
	Weight 				= 	0.1,
	Type 				= 	Normal,
	DisplayName 			= 	Dog Whistle,
	Icon				=	HCDogwhistle,
	}

item HCShears
    {
        Weight    		= 0.2,
        Type    		= Normal,
        DisplayName         	= Shears,
        icon 			= HCShears,
    }
	
/************************RECIPES************************/
    

recipe Put Head in Fish Tank
    {
        destroy HCFishtankfull,
        HCZedhead,
   	Result:HCZedtank,
    	Time:15,
    	Category:Leisure,
    }

recipe Feed Head
    {
    	HCZedtank,
	HCFishfood/HCFishfood2,
    	Result:HCZedtank,
    	OnCreate:HC_ToyStatModifier,
    	Time:15.0,
    	Category:Leisure,
    }


				
}