module SapphCooking
{
	imports
	{
		Base,
	}
	item AsianFoodMagazine
	{
		Weight = 0.1,
		Type = Literature,
		DisplayName = Foods around the World Vol.1,
		Icon = MagazineVol1Icon,
		TeachedRecipes = Make Flour Dough Wrapper;Fill Dumplings with Minced Meat;Fill Dumplings with Vegetables;Make Saucepan with Shui Zhu Yu in Stock;Cook Kung Pao Chicken in Wok Pan;Prepare Yakisoba in Wok Pan;Make Saucepan of Japanese Chicken Curry;Prepare Borscht,
		StaticModel = H_AsianMag,
		ReplaceOnUse    =   AsianFoodMagazine,
		WorldStaticModel = AsianMag_Ground,
		Tooltip             = Tooltip_AsiaFoodMagazine,
		DisplayCategory = SkillBook,
	}
	item EuropeFoodMagazine
	{
		Weight = 0.1,
		Type = Literature,
		DisplayName = Foods around the World Vol.2,
		Icon = MagazineVol2Icon,
		TeachedRecipes = Prepare Risotto;Cook Tortellini;Cook Ravioli;Make Roasting Pan of Confit Byaldi Ratattouile;Roll out Croissaint Dough,
		StaticModel = H_EuropeanMag,
		ReplaceOnUse    =   EuropeFoodMagazine,
		WorldStaticModel = EuropeanMag_Ground,
		Tooltip             = Tooltip_EuropeFoodMagazine,
		DisplayCategory = SkillBook,
	}
	item PastaDoughMagazine
	{
		Weight = 0.1,
		Type = Literature,
		DisplayName = Good Cooking Magazine Vol. 3,
		Icon = MagazinePastaIcon,
		TeachedRecipes = Roll out Dough with Rolling Pin;Cut Doughnuts;Make Pasta Dough;Roll out Pasta Dough with Rolling Pin;Cut Pasta Dough;Fill Pasta Dough with Meat;Cut Ravioli;Cut Tortellini,
		StaticModel = H_EuropeanMag,
		ReplaceOnUse    =   PastaDoughMagazine,
		WorldStaticModel = PastaMag_Ground,
		Tooltip             = Tooltip_PastaDoughMagazine,
		DisplayCategory = SkillBook,
	}
	item SausageMakingMagazine
	{
		Weight = 0.1,
		Type = Literature,
		DisplayName = The Hows of Sausage Making,
		Icon = MagazineSausageIcon,
		TeachedRecipes = Make Sausage Casings;Make Sausage Casings2;Make Sausage Casings3;PrepareBloodSausage,
		StaticModel = H_SausageMag,
		ReplaceOnUse    =   SausageMakingMagazine,
		WorldStaticModel = SausageMag_Ground,
		Tooltip             = Tooltip_SausagesMagazine,
		DisplayCategory = SkillBook,
	}

	item FortuneMessage
    {
        DisplayCategory = Junk,
        Weight	=	0.1,
        Type	=	Literature,
		Icon 		=  FortuneMessageIcon,
        DisplayName	=	Fortune Message,
		ReadType = photo,
        StaticModel = Flier1,
		WorldStaticModel 		=  FortuneMessage_Ground,
		StaticModel 		=  H_FortuneMessage,
        Tags = FastRead,
		OnCreate = SpecialLootSpawns.OnCreateFortuneMessage,
    }

}