module Hydrocraft
{
    imports
    {
        Base

    }

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

	item HCBookcover
    	{
        	Weight    	= 	0.01,
        	Type    	= 	Normal,
        	DisplayName     = 	Book Cover,
        	icon 		= 	HCBookcover,
    	}

	item HCPassport
    	{
        	Weight		=	1,
        	Type		=	Literature,
        	DisplayName	=	Passport,
        	Icon		=	HCPassport,
        	CanBeWrite  	=   	true,
        	PageToWrite 	=   	10,
    	}

    item HCBookfirstaid1
	{
		NumberOfPages		=	220,
		Weight			=	0.8,
		Type			=	Literature,
		DisplayName		=	First Aid for Beginners,
		Icon			=	HCBookfirstaid,
        	SkillTrained 		= 	Doctor,
        	LvlSkillTrained 	= 	1,
        	NumLevelsTrained 	= 	2,
	}
  
    item HCBookfirstaid2
	{
		NumberOfPages		=	260,
		Weight			=	0.8,
		Type			=	Literature,
		DisplayName		=	First Aid for Intermediates,
		Icon			=	HCBookfirstaid,
        	SkillTrained 		= 	Doctor,
        	LvlSkillTrained 	= 	3,
        	NumLevelsTrained 	= 	2,
	}
  
    item HCBookfirstaid3
	{
		NumberOfPages		=	300,
		Weight			=	0.8,
		Type			=	Literature,
		DisplayName		=	Advanced First Aid,
		Icon			=	HCBookfirstaid,
        	SkillTrained 		= 	Doctor,
        	LvlSkillTrained 	= 	5,
        	NumLevelsTrained 	= 	2,
	}
  
    item HCBookfirstaid4
	{
		NumberOfPages		=	340,
		Weight			=	0.8,
		Type			=	Literature,
		DisplayName		=	Expert First Aid,
		Icon			=	HCBookfirstaid,
        	SkillTrained 		= 	Doctor,
        	LvlSkillTrained 	= 	7,
        	NumLevelsTrained 	= 	2,
	}
  
    item HCBookfirstaid5
	{
		NumberOfPages		=	380,
		Weight			=	0.8,
		Type			=	Literature,
		DisplayName		=	Master First Aid,
		Icon			=	HCBookfirstaid,
        	SkillTrained 		= 	Doctor,
        	LvlSkillTrained 	= 	9,
        	NumLevelsTrained 	= 	2,
	}

    item HCBookelectrical1
	{
		NumberOfPages		=	220,
		Weight			=	0.8,
		Type			=	Literature,
		DisplayName		=	Electrical for Beginners,
		Icon			=	HCBookelectrical,
        	SkillTrained 		= 	Electricity,
        	LvlSkillTrained 	= 	1,
        	NumLevelsTrained 	= 	2,
	}
  
    item HCBookelectrical2
	{
		NumberOfPages		=	260,
		Weight			=	0.8,
		Type			=	Literature,
		DisplayName		=	Electrical for Intermediates,
		Icon			=	HCBookelectrical,
        	SkillTrained 		= 	Electricity,
        	LvlSkillTrained 	= 	3,
        	NumLevelsTrained 	= 	2,
	}
  
    item HCBookelectrical3
	{
		NumberOfPages		=	300,
		Weight			=	0.8,
		Type			=	Literature,
		DisplayName		=	Advanced Electrical,
		Icon			=	HCBookelectrical,
        	SkillTrained 		= 	Electricity,
        	LvlSkillTrained 	= 	5,
        	NumLevelsTrained 	= 	2,
	}
  
    item HCBookelectrical4
	{
		NumberOfPages		=	340,
		Weight			=	0.8,
		Type			=	Literature,
		DisplayName		=	Expert Electrical,
		Icon			=	HCBookelectrical,
        	SkillTrained 		= 	Electricity,
        	LvlSkillTrained 	= 	7,
        	NumLevelsTrained 	= 	2,
	}
  
    item HCBookelectrical5
	{
		NumberOfPages		=	380,
		Weight			=	0.8,
		Type			=	Literature,
		DisplayName		=	Master Electrical,
		Icon			=	HCBookelectrical,
        	SkillTrained 		= 	Electricity,
        	LvlSkillTrained 	= 	9,
        	NumLevelsTrained 	= 	2,
	}

    item HCBookforaging1
	{
		NumberOfPages		=	220,
		Weight			=	0.8,
		Type			=	Literature,
		DisplayName		=	Foraging for Beginners,
		Icon			=	HCBookforaging,
        	SkillTrained 		= 	PlantScavenging,
        	LvlSkillTrained 	= 	1,
        	NumLevelsTrained 	= 	2,
	}
  
    item HCBookforaging2
	{
		NumberOfPages		=	260,
		Weight			=	0.8,
		Type			=	Literature,
		DisplayName		=	Foraging for Intermediates,
		Icon			=	HCBookforaging,
        	SkillTrained 		= 	PlantScavenging,
        	LvlSkillTrained 	= 	3,
        	NumLevelsTrained 	= 	2,
	}
  
    item HCBookforaging3
	{
		NumberOfPages		=	300,
		Weight			=	0.8,
		Type			=	Literature,
		DisplayName		=	Advanced Foraging,
		Icon			=	HCBookforaging,
        	SkillTrained 		= 	PlantScavenging,
        	LvlSkillTrained 	= 	5,
        	NumLevelsTrained 	= 	2,
	}
  
    item HCBookforaging4
	{
		NumberOfPages		=	340,
		Weight			=	0.8,
		Type			=	Literature,
		DisplayName		=	Expert Foraging,
		Icon			=	HCBookforaging,
        	SkillTrained 		= 	PlantScavenging,
        	LvlSkillTrained 	= 	7,
        	NumLevelsTrained 	= 	2,
	}
  
    item HCBookforaging5
	{
		NumberOfPages		=	380,
		Weight			=	0.8,
		Type			=	Literature,
		DisplayName		=	Master Foraging,
		Icon			=	HCBookforaging,
        	SkillTrained 		= 	PlantScavenging,
        	LvlSkillTrained 	= 	9,
        	NumLevelsTrained 	= 	2,
	}

	item HCBookphone
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Phonebook,
		Icon		=	HCBookphone,
		BoredomChange	=	50,
        	ReplaceOnUse    =   	HCBookphone,
	}

	item HCBookalgebra
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Algebra Textbook,
		StressChange	=	-4,
		Icon		=	HCBookalgebra,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookalgebra,
	}

	item HCBookastronomy
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Astronomy Textbook,
		Icon		=	HCBookastronomy,
		TeachedRecipes  =   	Assemble Telescope;Disassemble Telescope;Gaze Through Telescope;Build Star Chart Board;View Star Chart Board,
        	ReplaceOnUse    =   	HCBookastronomy,
	}

	item HCBookalmanac
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Farmer's Almanac,
		StressChange	=	-4,
		Icon		=	HCBookalmanac,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookalmanac,
	}

	item HCBookamericanhistory
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	American History Textbook,
		StressChange	=	-4,
		Icon		=	HCBookamericanhistory,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookamericanhistory,
	}

	item HCBookanimalhusbandry
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Animal Husbandry Textbook,
		Icon		=	HCBookanimalhusbandry,
		TeachedRecipes  =   	Breed Rabbits;Breed Pigs;Breed Sheep;Breed Goats;Breed Cows;Breed Donkeys;Breed Horses,
        	ReplaceOnUse    =   	HCBookanimalhusbandry,
	}

	item HCBookbedtime
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-14,
		DisplayName	=	Bedtime Stories,
		StressChange	=	-14,
		Icon		=	HCBookbedtime,
		BoredomChange	=	-15,
        	ReplaceOnUse    =   	HCBookbedtime,
	}

	item HCBookcalculus
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Calculus Textbook,
		StressChange	=	-4,
		Icon		=	HCBookcalculus,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookcalculus,
	}

	item HCBookceltic
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Celtic Folklore,
		Icon		=	HCBookceltic,
		TeachedRecipes  =   	Make Rune Stone,
        	ReplaceOnUse    =   	HCBookceltic,
	}

	item HCBookchemistry
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Chemistry Textbook,
		Icon		=	HCBookchemistry,
		TeachedRecipes  =   	Make Saltpeter Powder;Make Salt Powder;Make Sulphur Powder;Make Meteorite Powder;Make Phosphorus Powder;Make Diatomite Powder;Make Ephedrin Powder;Make Beaker of Ammonia;Make Jade Powder;Make Albite Powder;Make Methylamin;Add Salt to Glass Balloon;Add Sulfuric Acid to Glass Balloon with Salt;Make Muriatic Acid;Make Mercuric Oxide,
        	ReplaceOnUse    =   	HCBookchemistry,
	}

	item HCBookboneworking
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Boneworking Textbook,
		Icon		=	HCBookboneworking,
		TeachedRecipes  =   	Harvest Bones;Make Bone Powder;Make Glue;Make Wood Glue;Make Smelling Salts;Craft Bone Shiv;Craft Bone Dice,
        	ReplaceOnUse    =   	HCBookboneworking,
	}

	item HCBookdictionary
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Dictionary,
		StressChange	=	-4,
		Icon		=	HCBookdictionary,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookdictionary,
	}

	item HCBookencyclopedia
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Encyclopedia,
		StressChange	=	-4,
		Icon		=	HCBookencyclopedia,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookencyclopedia,
	}

	item HCBookenglish
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	English Textbook,
		StressChange	=	-4,
		Icon		=	HCBookenglish,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookenglish,
	}

	item HCBookentomology
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Entomology Textbook,
		Icon		=	HCBookentomology,
		TeachedRecipes  =   	Catch Bugs;Assemble Ant Farm;Feed Ants;Feed Caterpillar,
        	ReplaceOnUse    =   	HCBookentomology,
	}


	item HCBookfairytale
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-14,
		DisplayName	=	Fairytale Book,
		StressChange	=	-14,
		Icon		=	HCBookfairytale,
		BoredomChange	=	-15,
        	ReplaceOnUse    =   	HCBookfairytale,
	}

	item HCBookfrench
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	French Textbook,
		StressChange	=	-4,
		Icon		=	HCBookfrench,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookfrench,
	}

	item HCBookgenealogy
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Genealogy of Kentucky,
		StressChange	=	-4,
		Icon		=	HCBookgenealogy,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookgenealogy,
	}

	item HCBookgeometry
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Geometry Textbook,
		StressChange	=	-4,
		Icon		=	HCBookgeometry,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookgeometry,
	}

	item HCBookgerman
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	German Textbook,
		StressChange	=	-4,
		Icon		=	HCBookgerman,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookgerman,
	}

	item HCBookitalian
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Italian Textbook,
		StressChange	=	-4,
		Icon		=	HCBookitalian,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookitalian,
	}

	item HCBookmath
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Basic Mathematics Textbook,
		StressChange	=	-4,
		Icon		=	HCBookmath,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookmath,
	}

	item HCBookmedical
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Medical Textbook,
		Icon		=	HCBookmedical,
		TeachedRecipes  =   	Make Medical Lab;Make Crutch;Take Blood from Yourself;Research Injections,
        	ReplaceOnUse    =   	HCBookmedical,
	}

	item HCBookmusic
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Music Textbook,
		Icon		=	HCBookmusic,
		TeachedRecipes  =   	Play Music;Read Music;Write Music,
        	ReplaceOnUse    =   	HCBookmusic,
	}

	item HCBookpaleontology
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Paleontology Textbook,
		StressChange	=	-4,
		Icon		=	HCBookpaleontology,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookpaleontology,
	}

	item HCBookpoetry
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Book of Poetry,
		StressChange	=	-4,
		Icon		=	HCBookpoetry,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookpoetry,
	}

	item HCBookscrap
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Scrapbook,
		StressChange	=	-4,
		Icon		=	HCBookscrap,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookscrap,
	}

	item HCBookspanish
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Spanish Textbook,
		StressChange	=	-4,
		Icon		=	HCBookspanish,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookspanish,
	}

	item HCBookthesaurus
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Thesaurus,
		StressChange	=	-4,
		Icon		=	HCBookthesaurus,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookthesaurus,
	}

	item HCBooktreeguide
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Tree Fieldguide,
		StressChange	=	-4,
		Icon		=	HCBooktreeguide,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBooktreeguide,
	}

	item HCBookstrigonometry
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Trigonometry Textbook,
		StressChange	=	-4,
		Icon		=	HCBooktrigonometry,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookstrigonometry,
	}

	item HCBookvet
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Veterinary Medicine Textbook,
		Icon		=	HCBookvet,
		TeachedRecipes  =   	Take Blood from Rabbit;Heal Dog,
        	ReplaceOnUse    =   	HCBookvet,
	}

	item HCBookworldhistory
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	World History Textbook,
		StressChange	=	-4,
		Icon		=	HCBookworldhistory,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookworldhistory,
	}

	item HCBookanatomy
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Anatomy Textbook,
		Icon		=	HCBookanatomy,
		TeachedRecipes  =   	Harvest Bones;Remove Skull;Skin Corpse;Put Corpse on Dissection Table;Dissect Corpse;Remove Corpse from Dissection Table;Clean Dissection Table,
        	ReplaceOnUse    =   	HCBookanatomy,
	}

	item HCBookarthistory
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Art History Textbook,
		Icon		=	HCBookarthistory,
		TeachedRecipes  =   	Paint on Canvas,
        	ReplaceOnUse    =   	HCBookarthistory,
	}

	item HCBookbible
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Holy Bible,
		StressChange	=	-4,
		Icon		=	HCBookbible,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookbible,
	}

	item HCBookbirdgude
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Bird Fieldguide,
		StressChange	=	-4,
		Icon		=	HCBookbirdgude,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookbirdgude,
	}

	item HCBookbiology
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Biology Textbook,
		StressChange	=	-4,
		Icon		=	HCBookbiology,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookbiology,
	}

	item HCBookcommunications
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Communications Textbook,
		StressChange	=	-4,
		Icon		=	HCBookcommunications,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookcommunications,
	}

	item HCBookeconomics
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Economics Textbook,
		Icon		=	HCBookeconomics,
		TeachedRecipes  =   	Make Coin Press;Press Coin,
        	ReplaceOnUse    =   	HCBookeconomics,
	}

	item HCBookfishguide
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Fish Fieldguide,
		StressChange	=	-4,
		Icon		=	HCBookfishguide,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookfishguide,
	}

	item HCBookflowerguide
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Flower Fieldguide,
		StressChange	=	-4,
		Icon		=	HCBookflowerguide,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookflowerguide,
	}

	item HCBookgeology
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Geology Textbook,
		Icon		=	HCBookgeology,
		TeachedRecipes  =   	Sift Dirt;Dig Mine;Upgrade Mine;Mine;Upgrade to Dark Mine;Upgrade Dark Mine;Add Steam Machine to Dark Mine;Make Mining Hat,
        	ReplaceOnUse    =   	HCBookgeology,
	}

	item HCBookgemcutting
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Gem Cutting Textbook,
		Icon		=	HCBookgemcutting,
		TeachedRecipes  =   	Make Gem Cutter Wheel;Cut Gem,
        	ReplaceOnUse    =   	HCBookgemcutting,
	}

	item HCBookjewelry
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Jewelry Crafting Textbook,
		Icon		=	HCBookjewelry,
		TeachedRecipes  =   	Make Ring;Set Gem in Ring,
        	ReplaceOnUse    =   	HCBookjewelry,
	}

	item HCBookgreekmyths
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Greek Mythology,
		StressChange	=	-4,
		Icon		=	HCBookgreekmyths,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookgreekmyths,
	}

	item HCBookhealth
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Health Textbook,
		StressChange	=	-4,
		Icon		=	HCBookhealth,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookhealth,
	}

	item HCBooklaw
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Law Textbook,
		StressChange	=	-4,
		Icon		=	HCBooklaw,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBooklaw,
	}

	item HCBookliterature
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Literature Textbook,
		StressChange	=	-4,
		Icon		=	HCBookliterature,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookliterature,
	}

	item HCBookmammalguide
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Mammal Fieldguide,
		StressChange	=	-4,
		Icon		=	HCBookmammalguide,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookmammalguide,
	}

	item HCBooknorsemyths
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Norse Mythology,
		StressChange	=	-4,
		Icon		=	HCBooknorsemyths,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBooknorsemyths,
	}

	item HCBookoceanography
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Oceanography Textbook,
		Icon		=	HCBookoceanography,
        	TeachedRecipes  = 	Grow Spirulina in Tank,
        	ReplaceOnUse    =   	HCBookoceanography,
	}

	item HCBookphilosophy
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Philosophy Textbook,
		StressChange	=	-4,
		Icon		=	HCBookphilosophy,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookphilosophy,
	}

	item HCBookphysics
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Physics Textbook,
		StressChange	=	-4,
		Icon		=	HCBookphysics,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookphysics,
	}

	item HCBookpoliticalscience
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Political Science Textbook,
		StressChange	=	-4,
		Icon		=	HCBookpoliticalscience,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookpoliticalscience,
	}

	item HCBookreptileguide
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Reptile Fieldguide,
		StressChange	=	-4,
		Icon		=	HCBookreptileguide,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookreptileguide,
	}

	item HCBookrobotics
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Robotics Textbook,
		StressChange	=	-4,
		Icon		=	HCBookrobotics,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookrobotics,
	}

	item HCBookscience
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Science Textbook,
		Icon		=	HCBookscience,
        	TeachedRecipes  = 	Make Laboratory;Research Professional Lab,
        	ReplaceOnUse    =   	HCBookscience,
	}

	item HCBooksociology
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Sociology Textbook,
		StressChange	=	-4,
		Icon		=	HCBooksociology,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBooksociology,
	}

	item HCBookworldatlas
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	World Atlas,
		StressChange	=	-4,
		Icon		=	HCBookworldatlas,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookworldatlas,
	}

	item HCBookamphibianguide
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Amphibian Fieldguide,
		StressChange	=	-4,
		Icon		=	HCBookamphibianguide,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookamphibianguide,
	}

	item HCBookapiculture
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Apiculture Textbook,
		Icon		=	HCBookapiculture,
        	TeachedRecipes  =   	Build Honeycomb Frame;Build Brood Box;Build Beehive;Upgrade Beehive;Build Roof for Beehive;Fill Bee Smoker with Fuel;Harvest Honeycomb;Harvest 2 Honeycombs;Harvest 4 Honeycombs;Process Honeycomb;Collect Bee;Collect Bees;Collect New Queen Bee;Make Bee Smoker;Make Beekeeper Hat;Prepare Cheese Cloth-Wrapped Wax;Prepare Pot of Refined Wax;Process Refined Wax;Prepare Pot of Melted Refined Wax,
        	ReplaceOnUse    =   	HCBookapiculture,
	}

	item HCBookplumbing
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Plumbing Textbook,
		Icon		=	HCBookplumbing,
        	ReplaceOnUse    =   	HCBookplumbing,
		TeachedRecipes  =   	Build Water Tower;Make Water Pump,
	}


	item HCBookelectrical
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Electrical Engineering Textbook,
		Icon		=	HCBookelectricity,
		TeachedRecipes  =   	Upgrade To Charging Unit;Make Electricity;Turn Off Charging Unit;Make Thermocouple;Make Electronics Workbench;Make Copper Cable;Make Coil;Make Solder;Make Circut Chip;Loot Electronic Parts;Make Lamp,
        	ReplaceOnUse    =   	HCBookelectrical,
	}

	item HCBookcomputerprograming
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Computer Programing Textbook,
		Icon		=	HCBookcomputerprograming,
		TeachedRecipes  =   	Make Desktop Computer;Write Computer Program,
        	ReplaceOnUse    =   	HCBookcomputerprograming,
	}

	item HCBookbattery
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Battery Textbook,
		Icon		=	HCBookbattery,
		TeachedRecipes  =   	Recycle Battery;Recharge Battery;Make Battery Case;Make Battery,
        	ReplaceOnUse    =   	HCBookbattery,
	}

	item HCBookanthropology
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Anthropology Textbook,
		StressChange	=	-4,
		Icon		=	HCBookanthropology,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookanthropology,
	}

	item HCBookarchery
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Archery Textbook,
		Icon		=	HCBookarchery,
		TeachedRecipes  =   	Make Longbow;Make Arrow;Make Crossbow;Make Bolt,
        	ReplaceOnUse    =   	HCBookarchery,
	}

	item HCBookpottery
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Pottery Textbook,
		Icon		=	HCBookpottery,
		TeachedRecipes  =   	Make Kiln;Make Clay Pot;Make Clay Flowerpot;Make Clay Jar;Make Small Clay Jar;Make Clay Mug;Make Clay Teapot;Make Clay Cauldron;Make Clay Urn;Make Clay Pipe;Make Ingot Mold;Make Ring Mold;Make Nail Mold;Make Screw Mold;Make Gear Mold;Make Bung Mold;Make Block Mold;Make Anvil Mold;Make Bullet Casing Mold;Make Bullet Tip Mold;Make Buckshot Mold;Make Giant Magnet Mold,
        	ReplaceOnUse    =   	HCBookpottery,
	}

	item HCBookglassworking
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Glass Working Textbook,
		Icon		=	HCBookglassworking,
		TeachedRecipes  =   	Create Glass from Sand;Recycle Glass;Create Glass Pane;Create Large Glass Pane;Create Glassware,
        	ReplaceOnUse    =   	HCBookglassworking,
	}

	item HCBookcopperworking
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Copper Working Textbook,
		Icon		=	HCBookcopperworking,
		TeachedRecipes  =   	Make Copper Ingot;Recycle Copper;Make Copper Rod;Make Copper Powder,
        	ReplaceOnUse    =   	HCBookcopperworking,
	}

	item HCBooktinworking
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Tin Working Textbook,
		Icon		=	HCBooktinworking,
		TeachedRecipes  =   	Make Tin Ingot;Recycle Tin;Make Tin Rod;Make Tin Powder,
        	ReplaceOnUse    =   	HCBooktinworking,
	}

	item HCBookbronzeworking
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Bronze Working Textbook,
		Icon		=	HCBookbronzeworking,
		TeachedRecipes  =   	Make Bronze Ingot;Recycle Bronze;Make Bronze Rod;Make Bronze Bullet Casings;Make Bronze Candle Holder,
        	ReplaceOnUse    =   	HCBookbronzeworking,
	}

	item HCBookalloys
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Alloys Textbook,
		Icon		=	HCBookalloys,
		TeachedRecipes  =   	Make Brass Ingot;Make Constantan Ingot;Make Pewter Ingot;Make Electrum Ingot;Make Invar Ingot;Make Nichrome Ingot;Make Kanthal Ingot;Make Constantan Ingot;Recycle Electrum,
        	ReplaceOnUse    =   	HCBookalloys,
	}

	item HCBookmetalurgy
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Metalurgy Textbook,
		Icon		=	HCBookmetalurgy,
		TeachedRecipes  =   	Make Nickel Ingot;Make Zinc Ingot;Make Chrome Ingot;Make Tungsten Ingot;Recycle Zinc;Make Nickel Powder;Make Zinc Powder;Make Chrome Powder;Make Tungsten Powder,
        	ReplaceOnUse    =   	HCBookmetalurgy,
	}

	item HCBookironworking
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Iron Working Textbook,
		Icon		=	HCBookironworking,
		TeachedRecipes  =   	Make Iron Ingot;Make Iron Anvil;Make Nails;Recycle Iron;Make Iron Rod;Make Iron Cauldron;Make Iron Cannon Ball;Make Iron Powder,
        	ReplaceOnUse    =   	HCBookironworking,
	}

	item HCBookleadworking
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Lead Working Textbook,
		Icon		=	HCBookleadworking,
		TeachedRecipes  =   	Make Lead Ingot;Recycle Lead;Make Lead Rod;Make Lead Buckshot;Make Lead Bullet Tips;Make Lead Anvil;Make Lead Powder,
        	ReplaceOnUse    =   	HCBookleadworking,
	}

	item HCBooksteelworking
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Steel Working Textbook,
		Icon		=	HCBooksteelworking,
		TeachedRecipes  =   	Make Steel Ingot;Make Steel BBs;Recycle Steel;Make Steel Rod;Make Steel Pole;Make Steel Shears;Make Steel Saw;Make Steel Hammer;Make Screws;Make Gigli Saw Handle;Make Metal Ring,
        	ReplaceOnUse    =   	HCBooksteelworking,
	}

	item HCBookcoalworking
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Coal Working Textbook,
		Icon		=	HCBookcoalworking,
		TeachedRecipes  =   	Make Charcoal Powder;Make Coke;Make Tar Sticks,
        	ReplaceOnUse    =   	HCBookcoalworking,
	}

	item HCBooksilverworking
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Silver Working Textbook,
		Icon		=	HCBooksilverworking,
		TeachedRecipes  =   	Make Silver Ingot;Recycle Silver;Make Silver Powder,
        	ReplaceOnUse    =   	HCBooksilverworking,
	}

	item HCBookgoldworking
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Gold Working Textbook,
		Icon		=	HCBookgoldworking,
		TeachedRecipes  =   	Make Gold Ingot;Recycle Gold;Make Gold Powder,
        	ReplaceOnUse    =   	HCBookgoldworking,
	}

	item HCBookaluminumworking
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Aluminum Working Textbook,
		Icon		=	HCBookaluminumworking,
		TeachedRecipes  =   	Make Aluminum Ingot;Recycle Aluminum;Make Aluminum Tent Peg;Make Aluminum Powder,
        	ReplaceOnUse    =   	HCBookaluminumworking,
	}

	item HCBooktitaniumworking
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Titanium Working Textbook,
		Icon		=	HCBooktitaniumworking,
		TeachedRecipes  =   	Make Titanium Ingot;Make Titanium Rod;Make Titanium Powder,
        	ReplaceOnUse    =   	HCBooktitaniumworking,
	}

	item HCBooklithiumworking
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Lithium Working Textbook,
		Icon		=	HCBooklithiumworking,
		TeachedRecipes  =   	Make Lithium Ingot;Recycle Lithium;Make Lithium Powder,
        	ReplaceOnUse    =   	HCBooklithiumworking,
	}

	item HCBookrubberworking
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Rubber Working Textbook,
		Icon		=	HCBookrubberworking,
		TeachedRecipes  =   	Make Rubber;Recycle Rubber;Make Vulcanized Rubber;Make Rubber Sheet;Make Rubber Hose;Make Rubber Bungs,
        	ReplaceOnUse    =   	HCBookrubberworking,
	}

	item HCBookcandlemaking
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Candle Making Textbook,
		Icon		=	HCBookcandlemaking,
		TeachedRecipes  =   	Make Wax Candle;Make Tallow Candle;Make Candleberry Wax;Recycle Wax;Prepare Cheese Cloth-wrapped Wax;Prepare Pot of Refined Wax;Process Refined Wax;Prepare Pot of Melted Refined Wax;Make Tallow,
        	ReplaceOnUse    =   	HCBookcandlemaking,
	}

	item HCBooksoapmaking
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Soap Making Textbook,
		Icon		=	HCBooksoapmaking,
		TeachedRecipes  =   	Make Tallow;Make Homemade Soap,
        	ReplaceOnUse    =   	HCBooksoapmaking,
	}

	item HCBookbasketry
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Basketry Textbook,
		Icon		=	HCBookbasketry,
		TeachedRecipes  =   	Make Wicker Basket;Make Birch Bark Basket;Make Straw Basket;Weave Reed Mat;Dry Reed Mat,
        	ReplaceOnUse    =   	HCBookbasketry,
	}

	item HCBookmasonry
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Masonry Textbook,
		Icon		=	HCBookmasonry,
		TeachedRecipes  =   	Make Grey Brick;Make Red Brick;Make Mortar;Construct Brick Pillar;Make Smelter;Make Blast Furnace;Make Concrete Ingot;Make Concrete Powder;Make Concrete;Make Plaster;Make Gypsum Powder;Make Concrete Block;Make Hempcrete Block,
        	ReplaceOnUse    =   	HCBookmasonry,
	}

	item HCBookstoneworking
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Stoneworking Textbook,
		Icon		=	HCBookstoneworking,
		TeachedRecipes  =   	Make Gravel;Make Sand;Make Mortar;Construct Stone Pillar;Make Tombstone;Construct Tar Kiln;Construct Well;Construct Cellar;Make Stone Wheel;Construct Oil Press;Construct Grindstone;Make Stone Arrowhead;Build Stamp Mill;Upgrade Stamp Mill;Make Smoker,
        	ReplaceOnUse    =   	HCBookstoneworking,
	}

	item HCBookhunting
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Hunting Textbook,
		Icon		=	HCBookhunting,
		TeachedRecipes  =   	Skin Animal;Make Drying Frame;Dry Fur;Dry Hide;Cut Dry Fur,
        	ReplaceOnUse    =   	HCBookhunting,
	}

	item HCBookleatherworking
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Leather Working Textbook,
		Icon		=	HCBookleatherworking,
		TeachedRecipes  =   	Make Leather;Make Hardened Leather;Make Fine Leather;Make Tannin;Make Milk of Lime;Make Limed Hide;Make Rose Tanning Oil;Make Waterflask;Make Bellows;Make Blacksmith Apron;Make Fine Leather Alice Pack;Make Seed Bag;Make Horse Sadle;Make Horse Collar;Dry Skin,
        	ReplaceOnUse    =   	HCBookleatherworking,
	}

	item HCBooktailoring
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Tailoring Textbook,
		Icon		=	HCBooktailoring,
		TeachedRecipes  =   	Make Scavange Shroud;Stitch Fur Coat;Stitch Fur Cloak;Stitch Fur Pants;Stitch Leather Coat;Stitch Leather Pants;Make Work Gloves;Stitch Linen Shirt;Stitch Linen Pants;Stitch Silk Shirt;Stitch Silk Pants;Stitch Wool Shirt;Stitch Wool Pants,
        	ReplaceOnUse    =   	HCBooktailoring,
	}

	item HCBookhatter
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Hatter Textbook,
		Icon		=	HCBookhatter,
		TeachedRecipes  =   	Stitch Fur Hat;Make Straw Hat,
        	ReplaceOnUse    =   	HCBookhatter,
	}


	item HCBookcobbling
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Cobbling Textbook,
		Icon		=	HCBookcobbling,
		TeachedRecipes  =   	Make Leather Boots,
        	ReplaceOnUse    =   	HCBookcobbling,
	}

	item HCBookarmorcrafting
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Armor Crafting Textbook,
		Icon		=	HCBookarmorcrafting,
		TeachedRecipes  =   	Make Helmet;Make Gauntlets;Make Arm Guards;Make Armor;Make Leg Guards;Make Greaves;Make Shield;Make War Dog Armor,
        	ReplaceOnUse    =   	HCBookarmorcrafting,
	}

	item HCBookherbalism
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Herbalism Textbook,
		Icon		=	HCBookherbalism,
		TeachedRecipes  =   	Make Bunch of Berries;Dry Tea Leaves;Make Teabag;Dry Camomile;Dry Nettles;Dry Thistle;Dry Tobacco Leaves;Grind Tobacco;Roll Cigar;Cure Hemp Bud;Soak Fresh Jute Stems;Dry Jute Stems;Dry Chili Peppers;Make Mild Poison;Make Strong Poison,
        	ReplaceOnUse    =   	HCBookherbalism,
	}

	item HCBooksericulture
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Sericulture Textbook,
		Icon		=	HCBooksericulture,
		TeachedRecipes  =   	Breed Silkmoths;Feed Silkworm;Harvest Silk;Cook Empty Silk Cocoon,
        	ReplaceOnUse    =   	HCBooksericulture,
	}

	item HCBookfungiguide
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Fungi Fieldguide,
		Icon		=	HCBookfungiguide,
		TeachedRecipes  =   	Make Bunch of Mushrooms,
        	ReplaceOnUse    =   	HCBookfungiguide,
	}


	item HCBookpharmacology
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Pharmacology Textbook,
		Icon		=	HCBookpharmacology,
		TeachedRecipes  =   	Research Painkillers;Research Anti-Depression Medication;Research Antibiotics;Research Crystal Meth;Research Opium,
        	ReplaceOnUse    =   	HCBookpharmacology,
	}

	item HCBookwelding
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Welding Textbook,
		Icon		=	HCBookwelding,
		TeachedRecipes  =   	Build Industrial Furnace;Cut Steel Pipe;Cut Sheet Of Metal;Make Large Sheet Of Metal;Make Metal Pipe;Make Steel Beam;Make Metal Barrel;Make Propane Tank;Make Metal Casing;Weld Punching Bag Stand;Weld Weight Bench;Repair Treadmill;Make Dissection Table;Make Metal Wheels;Make Pulley;Make Mine Cart;Make Chain;Construct Barbed Wire Barricade;Construct Concertina Wire Barricade,
        	ReplaceOnUse    =   	HCBookwelding,
	}

	item HCBookwire
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Wire Textbook,
		Icon		=	HCBookwire,
		TeachedRecipes  =   	Make Copper Wire;Make Lead Wire;Make Iron Wire;Make Steel Wire;Make Electrum Wire;Make Constantan Wire;Make Aluminum Wire;Make Zinc Wire;Make Thermocouple Wire;Make Constantan Heating Coil;Make Nichrome Heating Coil;Make Kanthal Heating Coil;Make Barbed Wire;Make Razor Wire,
        	ReplaceOnUse    =   	HCBookwire,
	}

	item HCBookmagnets
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Magnets Textbook,
		Icon		=	HCBookmagnets,
		TeachedRecipes  =   	Make Magnetite Ingot;Make Giant Magnet;Search Junk with Giant Magnet;Make Magnetite Powder,
        	ReplaceOnUse    =   	HCBookmagnets,
	}

	item HCBookindustrial
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Industrial Mechanics Textbook,
		Icon		=	HCBookindustrial,
		TeachedRecipes  =   	Build Steam Machine;Upgrade to Steam Hammer;Make Gears;Make Small Sheet Of Metal;Make Sheet Of Metal;Make Small Rolling Mill;Make Conveyor Belt;Make Electric Piston;Make Macerator;Make Fan Blade;Make Duct Fan;Make Metal Duct,
        	ReplaceOnUse    =   	HCBookindustrial,
	}

	item HCBookgunsmithing
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Gunsmithing Textbook,
		Icon		=	HCBookgunsmithing,
        	ReplaceOnUse    =   	HCBookgunsmithing,
	}

	item HCBookrocketry
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Rocketry Textbook,
		Icon		=	HCBookrocketry,
		TeachedRecipes  =   	Craft Rocket,
        	ReplaceOnUse    =   	HCBookrocketry,
	}

	item HCBookjunk
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Appliance Repair Manual,
		Icon		=	HCBookjunk,
		TeachedRecipes  =   	Dismantle Fridge;Dismantle TV;Dismantle Washing Machine;Dismantle Drying Machine;Dismantle Microwave;Dismantle Tredmill;Fix Microwave;Fix Fridge;Fix Washing Machine;Fix Drying Machine,
        	ReplaceOnUse    =   	HCBookjunk,
	}

	item HCBookbicycle
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Bicycle Repair Manual,
		Icon		=	HCBookbicycle,
		TeachedRecipes  =   	Repair Bicycle;Dismantle Bicycle;Attach Baskets to Bicycle,
        	ReplaceOnUse    =   	HCBookbicycle,
	}

	item HCBookanarchist
    	{
		Weight		= 	0.5,
		Type		= 	Literature,
		DisplayName	= 	Anarchist Cookbook,
		Icon		= 	HCBookanarchist,
		TeachedRecipes  = 	Add Private Notes to Anarchist Cookbook;Make Detonator Capsule Parts;Make Detonator Capsule;Make Detonator MK1;Make Detonator MK2;Make Detonator MK3;Make Chlorgas Grenade;Make Thermite Bomb;Make Improvised Gasmask,
        	ReplaceOnUse    = 	HCBookanarchist,
    	}

	item HCBookanarchisthmtd
    	{
		Weight		= 	0.5,
		Type		= 	Literature,
		DisplayName	= 	Anarchist Cookbook with Private Note,
		Icon		= 	HCBookanarchistpn01,
		TeachedRecipes  = 	Make Detonator Capsule Parts;Make Detonator Capsule;Make Detonator MK1;Make Detonator MK2;Make Detonator MK3;Make Chlorgas Grenade;Make Thermite Bomb;Make Improvised Gasmask;Make Detonator MK3 with HMTD;Upgrade Detonator MK1 To MK3 with HMTD;Upgrade Detonator MK2 To MK3 with HMTD;Upgrade Detonator MK3 To MK3 with HMTD,
        	ReplaceOnUse    = 	HCBookanarchisthmtd,
    	}

	item HCBookanarchistammonal
    	{
		Weight		= 	0.5,
		Type		= 	Literature,
		DisplayName	= 	Anarchist Cookbook with Private Note,
		Icon		= 	HCBookanarchistpn01,
		TeachedRecipes  = 	Make Detonator Capsule Parts;Make Detonator Capsule;Make Detonator MK1;Make Detonator MK2;Make Detonator MK3;Make Chlorgas Grenade;Make Thermite Bomb;Make Improvised Gasmask;Make Ammonal;Dry Ammonal;Cook Ammonal;Fill Ammonal in Bag,
        	ReplaceOnUse    = 	HCBookanarchistammonal,
    	}

	item HCBookanarchistpn02
    	{
		Weight		= 	0.5,
		Type		= 	Literature,
		DisplayName	= 	Anarchist Cookbook,
		Icon		= 	HCBookanarchistpn02,
		TeachedRecipes  = 	Make Detonator Capsule Parts;Make Detonator Capsule;Make Detonator MK1;Make Detonator MK2;Make Detonator MK3;Make Chlorgas Grenade;Make Thermite Bomb;Make Improvised Gasmask;Make Detonator MK3 with HMTD;Upgrade Detonator MK1 To MK3 with HMTD;Upgrade Detonator MK2 To MK3 with HMTD;Upgrade Detonator MK3 To MK3 with HMTD;Make Ammonal;Dry Ammonal;Fill Ammonal in Bag;Make Ammonal Bomb,
        	ReplaceOnUse    = 	HCBookanarchistpn02,
    	}

	item HCBookrussian
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Russian Textbook,
		StressChange	=	-4,
		Icon		=	HCBookrussian,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookrussian,
	}

	item HCBookkorean
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Korean Textbook,
		StressChange	=	-4,
		Icon		=	HCBookkorean,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookkorean,
	}

	item HCBookjapanese
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Japanese Textbook,
		StressChange	=	-4,
		Icon		=	HCBookjapanese,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookjapanese,
	}

	item HCBookchinese
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Chinese Textbook,
		StressChange	=	-4,
		Icon		=	HCBookchinese,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookchinese,
	}

	item HCBookportuguise
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Portuguese Textbook,
		StressChange	=	-4,
		Icon		=	HCBookportuguise,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookportuguise,
	}

	item HCBookhindi
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Hindi Textbook,
		StressChange	=	-4,
		Icon		=	HCBookhindi,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookhindi,
	}

	item HCBookarabic
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Arabic Textbook,
		StressChange	=	-4,
		Icon		=	HCBookarabic,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookarabic,
	}

	item HCBookgreek
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Greek Textbook,
		StressChange	=	-4,
		Icon		=	HCBookgreek,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookgreek,
	}

	item HCBookfinnish
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Finnish Textbook,
		StressChange	=	-4,
		Icon		=	HCBookfinnish,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookfinnish,
	}

	item HCBookhebrew
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Hebrew Textbook,
		StressChange	=	-4,
		Icon		=	HCBookhebrew,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookhebrew,
	}

	item HCBookpolish
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Polish Textbook,
		StressChange	=	-4,
		Icon		=	HCBookpolish,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookpolish,
	}

	item HCBookzulu
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Zulu Textbook,
		StressChange	=	-4,
		Icon		=	HCBookzulu,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookzulu,
	}

	item HCBookegyptian
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Egyptian Textbook,
		StressChange	=	-4,
		Icon		=	HCBookegyptian,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookegyptian,
	}

	item HCBookczech
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Czech Textbook,
		StressChange	=	-4,
		Icon		=	HCBookczech,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookczech,
	}

	item HCBookdutch
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Dutch Textbook,
		StressChange	=	-4,
		Icon		=	HCBookdutch,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookdutch,
	}

	item HCBookkoran
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Koran,
		StressChange	=	-4,
		Icon		=	HCBookkoran,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookkoran,
	}

	item HCBooktora
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Torah,
		StressChange	=	-4,
		Icon		=	HCBooktora,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBooktora,
	}

	item HCBooklocksmithing
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Locksmithing Textbook,
		Icon		=	HCBooklocksmithing,
		TeachedRecipes  =   	Make Bronze Doorknob;Make Iron Hinge;Make Steel Padlock;Make Titanium Hinge;Make Metal Safe;Make Metal Combination Safe,
        	ReplaceOnUse    =   	HCBooklocksmithing,
	}

	item HCBookmicrobiology
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Microbiology Textbook,
		Icon		=	HCBookmicrobiology,
		TeachedRecipes  =   	Look Through Microscope;Prepare Petri Dish;Prepare Agar;Clean Petri Dish,
        	ReplaceOnUse    =   	HCBookmicrobiology,
	}

	item HCBookgardening
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Gardening Textbook,
		Icon		=	HCBookgardening,
		TeachedRecipes  =   	Make Mildew Cure;Make Flies Cure;Build Trellis Kit;Build Compost Bin;Make Compost;Fill Bag With Compost,
        	ReplaceOnUse    =   	HCBookgardening,
	}

	item HCBooksculpting
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Sculpting Textbook,
		Icon		=	HCBooksculpting,
		TeachedRecipes  =   	Make Marble Statue;Make Marble Pedestal,
        	ReplaceOnUse    =   	HCBooksculpting,
	}

	item HCBookastrology
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Astrology Textbook,
		StressChange	=	-4,
		Icon		=	HCBookastrology,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookastrology,
	}

	item HCBookcalligraphy
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Calligraphy Textbook,
		StressChange	=	-4,
		Icon		=	HCBookcalligraphy,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookcalligraphy,
	}

	item HCBookarcheology
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Archeology Textbook,
		StressChange	=	-4,
		Icon		=	HCBookarcheology,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookarcheology,
	}

	item HCBookradio
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Radio Textbook,
		StressChange	=	-4,
		Icon		=	HCBookradio,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookradio,
	}

	item HCBookecology
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Ecology Textbook,
		StressChange	=	-4,
		Icon		=	HCBookecology,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBookecology,
	}

	item HCBookorganicchemistry
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Organic Chemistry Textbook,
		Icon		=	HCBookorganicchemistry,
		TeachedRecipes  =   	Make Bioplastic,
        	ReplaceOnUse    =   	HCBookorganicchemistry,
	}

	item HCBooksailing
	{
		Weight		=	0.5,
		Type		=	Literature,
		UnhappyChange	=	-4,
		DisplayName	=	Sailing Textbook,
		StressChange	=	-4,
		Icon		=	HCBooksailing,
		BoredomChange	=	-5,
        	ReplaceOnUse    =   	HCBooksailing,
	}

	item HCBookexplosives
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Explosives Textbook,
		Icon		=	HCBookexplosives,
		TeachedRecipes  =   	Make Gunpowder;Make Thermite;Make Glycerin;Make Dynamite;Craft Propane Bomb Trap,
        	ReplaceOnUse    =   	HCBookexplosives,
	}

	item HCBookbiodiesel
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Biodiesel Textbook,
		Icon		=	HCBookbiodiesel,
		TeachedRecipes  =   	Cook Pot of Vegtable Oil;Make Methoxide;Make Raw Biodiesel;Remove Glycerin;Wash Biodiesel;Store Biodiesel;Add Gasoline to Biodiesel,
        	ReplaceOnUse    =   	HCBookbiodiesel,
	}

	item HCBookdistillery
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Distillation Textbook,
		Icon		=	HCBookdistillery,
		TeachedRecipes  =   	Make Copper Cooler;Make Copper Mashpot;Build Distillery,
        	ReplaceOnUse    =   	HCBookdistillery,
	}

	item HCBookphotography
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Photography Textbook,
		Icon		=	HCBookphotography,
		TeachedRecipes  =   	Make Photography Workbench,
        	ReplaceOnUse    =   	HCBookphotography,
	}

	item HCBookmycology
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Mycology Textbook,
		Icon		=	HCBookmycology,
		TeachedRecipes  =   	Examine Biowaste;Cultivate Penicillium;Cultivate Aspergillus;Cultivate Yeast;Cultivate Slime Mold;Extract Yeast,
        	ReplaceOnUse    =   	HCBookmycology,
	}

	item HCBooktaxidermy
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Taxidermy Textbook,
		Icon		=	HCBooktaxidermy,
		TeachedRecipes  =   	Make Taxidermy Workbench;Create Glass Animal Eyes;Craft Small Animal Armature;Attach Straw to Small Animal Armature;Craft Medium Animal Armature;Attach Straw to Medium Animal Armature;Craft Taxidermy Mouse;Craft Taxidermy Rabbit,
        	ReplaceOnUse    =   	HCBooktaxidermy,
	}

	item HCBookcryptozoology
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	Cryptozoology Textbook,
		Icon		=	HCBookcryptozoology,
        	ReplaceOnUse    =   	HCBookcryptozoology,
	}

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

recipe Remove Book Cover
    {
    Book,
    Result:HCBookcover,
    Time:100,
    OnCreate:HCRandombook,
    }

recipe Add Private Notes to Anarchist Cookbook
    {
	HCBlueprinthmtd,
	HCBookanarchist,
   	Result:HCBookanarchisthmtd,
        NeedToBeLearn:true,
    	Time:500,
    	Category:Research,
    }

recipe Add Private Notes to Anarchist Cookbook
    {
	HCBlueprintammonal,
	HCBookanarchist,
   	Result:HCBookanarchistammonal,
        NeedToBeLearn:true,
    	Time:500,
    	Category:Research,
    }

recipe Add Private Notes to Anarchist Cookbook
    {
	HCBlueprintammonal,
	HCBookanarchisthmtd,
   	Result:HCBookanarchistpn02,
        NeedToBeLearn:true,
    	Time:500,
    	Category:Research,
    }

recipe Add Private Notes to Anarchist Cookbook
    {
	HCBlueprinthmtd,
	HCBookanarchistammonal,
   	Result:HCBookanarchistpn02,
        NeedToBeLearn:true,
    	Time:500,
    	Category:Research,
    }
    

}