module Hydrocraft
{
    imports
    {
        Base

    }

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

item HCLurewoodfish
    {
        Type		=	Normal,
        DisplayName	=	Wooden Fish Lure,
        Icon		=	HCLurewoodfish,
        Weight		=	0.1,
        FishingLure	=	true,
    }

item HCLurefeatherfly
    {
        Type		=	Normal,
        DisplayName	=	Feather Lure,
        Icon		=	HCLurefeatherfly,
        Weight		=	0.1,
        FishingLure	=	true,
    }

item HCLurepinecone
    {
        Type		=	Normal,
        DisplayName	=	Pinecone Lure,
        Icon		=	HCLurepinecone,
        Weight		=	0.1,
        FishingLure	=	true,
    }

item HCLurebirchbark
    {
        Type		=	Normal,
        DisplayName	=	Birch Bark Lure,
        Icon		=	HCLurebirchbark,
        Weight		=	0.1,
        FishingLure	=	true,
    }

item HCLurestick
    {
        Type		=	Normal,
        DisplayName	=	Stick Lure,
        Icon		=	HCLurestick,
        Weight		=	0.1,
        FishingLure	=	true,
    }

item HCLuregarland
    {
        Type		=	Normal,
        DisplayName	=	Garland Lure,
        Icon		=	HCLuregarland,
        Weight		=	0.1,
        FishingLure	=	true,
    }

item HCEggbass
    {
        Type		=	Normal,
        DisplayName	=	Bass Roe,
        Icon		=	HCEggbass,
        Weight		=	0.01,
    }

item HCEggcatfish
    {
        Type		=	Normal,
        DisplayName	=	Catfish Roe,
        Icon		=	HCEggcatfish,
        Weight		=	0.01,
    }


item HCEggcrappie
    {
        Type		=	Normal,
        DisplayName	=	Crappie Roe,
        Icon		=	HCEggcrappie,
        Weight		=	0.01,
    }


item HCEggpanfish
    {
        Type		=	Normal,
        DisplayName	=	Pan Fish Roe,
        Icon		=	HCEggpanfish,
        Weight		=	0.01,
    }

item HCEggperch
    {
        Type		=	Normal,
        DisplayName	=	Pearch Roe,
        Icon		=	HCEggperch,
        Weight		=	0.01,
    }

item HCEggpike
    {
        Type		=	Normal,
        DisplayName	=	Pike Roe,
        Icon		=	HCEggpike,
        Weight		=	0.01,
    }

item HCEggtrout
    {
        Type		=	Normal,
        DisplayName	=	Trout Roe,
        Icon		=	HCEggtrout,
        Weight		=	0.01,
    }

item HCPondholedirt
    {
        Weight    		= 30,
        Type    		= Normal,
        DisplayName         	= Dirt Pond Hole,
        icon 			= HCPondholedirt,
	ResizeWorldIcon 	= 2.0,
    }

item HCPondholecement
    {
        Weight    		= 30,
        Type    		= Normal,
        DisplayName         	= Cement Pond Hole,
        icon 			= HCPondholecement,
	ResizeWorldIcon 	= 2.0,
    }

item HCPond
    {
        Weight    		= 30,
        Type    		= Normal,
        DisplayName         	= Pond Hole with Water,
        icon 			= HCPond,
	ResizeWorldIcon 	= 2.0,
    }

item HCPond2
    {
        Weight    		= 30,
        Type    		= Normal,
        DisplayName         	= Pond,
        icon 			= HCPond2,
	ResizeWorldIcon 	= 2.0,
    }

item HCPond3
    {
        Weight    		= 10000,
        Type    		= Normal,
        DisplayName         	= Pond,
        icon 			= HCPond2,
	ResizeWorldIcon 	= 2.0,
    }

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

recipe Make Wooden Fish Lure
    {
	Paperclip=4,
    	HCWoodblock,
	HCHotgluegunfull/HCSuperglue,
    	keep HuntingKnife/HCJackknife/HCKnifestone,
	keep HCPliers,
   	Result:HCLurewoodfish,
	SkillRequired:Woodwork=3;Fishing=3,
    	Time:500,
        Category:Fishing,
    }

recipe Make Feather Lure
    {
	Paperclip,
    	HCWoodblock,
    	HCBlackfeathers/HCWhitefeathers/HCBrownfeathers/HCStripedfeather/HCBluejayfeather,
    	HCBlackfeathers/HCWhitefeathers/HCBrownfeathers/HCStripedfeather/HCBluejayfeather,
	HCHotgluegunfull/HCSuperglue,
    	keep HuntingKnife/HCJackknife/HCKnifestone,
	keep HCPliers,
   	Result:HCLurefeatherfly,
	SkillRequired:Woodwork=3;Fishing=2,
    	Time:100,
        Category:Fishing,
    }
recipe Make Pinecone Lure
    {
	Paperclip,
	HCFircone/Pinecone,
    	HCBlackfeathers/HCWhitefeathers/HCBrownfeathers/HCStripedfeather/HCBluejayfeather,
    	HCBlackfeathers/HCWhitefeathers/HCBrownfeathers/HCStripedfeather/HCBluejayfeather,
	HCHotgluegunfull/HCSuperglue,
	keep HCPliers,
   	Result:HCLurepinecone,
	SkillRequired:Fishing=2,
    	Time:100,
        Category:Fishing,
    }

recipe Make Birch Bark Lure
    {
	Paperclip,
	HCBirchbark=2,
	HCHotgluegunfull/HCSuperglue,
	keep HCPliers,
   	Result:HCLurebirchbark,
	SkillRequired:Fishing=1,
    	Time:100,
        Category:Fishing,
    }

recipe Make Stick Lure
    {
	Paperclip=4,
    	WoodenStick/Twigs,
	HCGrass/HCStraw/HCPlantfibers,
	HCHotgluegunfull/HCSuperglue,
	keep HCPliers,
   	Result:HCLurestick,
	SkillRequired:Fishing=3,
    	Time:100,
        Category:Fishing,
    }

recipe Make Garland Lure
    {
	Paperclip=4,
	HCGarland,
	HCHotgluegunfull/HCSuperglue,
	keep HCPliers,
   	Result:HCLuregarland=4,
	SkillRequired:Fishing=1,
    	Time:50,
        Category:Fishing,
    }

recipe Dig Fish Pond
    {
	keep Shovel,
    	CanBeDoneFromFloor:true,
    	Result:HCPondholedirt,
    	Time:1000,
    	Category:Fishing,
    }

recipe Fill Pond Hole with Cement
    {
	HCPondholedirt,
    	HCWoodenbucketconcrete=8,
    	keep HCMasontrowel,
    	CanBeDoneFromFloor:true,
    	Result:HCPondholecement,
    	Time:1000,
    	Category:Fishing,
    }

recipe Fill Pond Hole with Water
    {
	HCPondholecement,
    	Water=100,
    	CanBeDoneFromFloor:true,
    	Result:HCPond,
    	Time:1000,
    	Category:Fishing,
    }

recipe Decorate Pond
    {
	SkillRequired:Woodwork=7,
	HCPond,
	FishingNet,
    	Stone=20,
	HCLumberstack,
	Nails=10,
    	keep Hammer,
	keep Saw,
    	CanBeDoneFromFloor:true,
    	Result:HCPond2,
    	Time:1000,
    	Category:Fishing,
    }

recipe Anchor Pond
    {
	HCPond2,
    	CanBeDoneFromFloor:true,
    	Result:HCPond3,
    	Time:100,
    	Category:Anchor,
    }

recipe Fish in Pond with Lure
    {
	HCWorkgloves,
	keep FishingTackle/FishingTackle2/HCLurewoodfish/HCLurefeatherfly/HCLurepinecone/HCLurebirchbark/HCLurestick/HCLuregarland,
    	keep CraftedFishingRod/CraftedFishingRodTwineLine/FishingRod/FishingRodTwineLine,
	keep HCPond2/HCPond3,
    	CanBeDoneFromFloor:true,
    	Result:HCWorkgloves,
    	Time:500,
    	Category:Fishing,
    	OnCreate:HCPondFishing,
    }

recipe Fish in Pond with Bait
    {
	HCWorkgloves,
	Worm/Cricket/Grasshopper/Cockroach/HCBeetle/HCDragonfly/HCCaterpillar/HCCicada/HCPillbug/HCFirefly/HCMolecricket/HCHousefly/HCSilkwom/HCSilkmothmale/HCSilkmothfemale/HCLeech/HCLeechbloated/HCMaggot/BaitFish/HCCrayfish/Cheese/HCCheddar/Processedcheese/HCFishfood/HCFishfood2,
    	keep CraftedFishingRod/CraftedFishingRodTwineLine/FishingRod/FishingRodTwineLine,
	keep HCPond2/HCPond3,
    	CanBeDoneFromFloor:true,
    	Result:HCWorkgloves,
    	Time:500,
    	Category:Fishing,
    	OnCreate:HCPondFishing,
    }

recipe Spear Fish in Pond
    {
	HCWorkgloves,
	WoodenLance,
	keep HCPond2/HCPond3,
    	CanBeDoneFromFloor:true,
    	Result:	HCWorkgloves,
    	Time:1000,
    	Category:Fishing,
    	OnCreate:HCPondFishing,
    }

}