module Base
{
	imports
	{
		Base
	}

	item NutritionistMag
	{
		NumberOfPages    = 65,
		DisplayCategory  = SkillBook,
		Weight	         = 0.5,
		Type	         = Literature,
		DisplayName  	 = Dummy's Quick Guide to Nutrition,
		Icon             = NutritionistMag,
		TeachedRecipes   = GTMNutritionistTrait,
		ReplaceOnUse     = NutritionistMag,
		StaticModel      = Magazine,
		WorldStaticModel = GTMNutritionist_Ground,
	}
		
	item OrganizedMag
	{
		NumberOfPages    = 65,
		DisplayCategory  = SkillBook,
		Weight	         = 0.5,
		Type	         = Literature,
		DisplayName  	 = Neat N' Tidy!,
		Icon             = OrganizedMag,
		TeachedRecipes   = GTMOrganizedTrait,
		ReplaceOnUse     = OrganizedMag,
		StaticModel      = Magazine,
		WorldStaticModel = GTMOrganized_Ground,
	}
	
	item SpeedDemonMag
	{
		NumberOfPages    = 65,
		DisplayCategory  = SkillBook,
		Weight	         = 0.5,
		Type	         = Literature,
		DisplayName  	 = Demon Behind the Wheel,
		Icon             = SpeedDemonMag,
		TeachedRecipes   = GTMSpeedDemonTrait,
		ReplaceOnUse     = SpeedDemonMag,
		StaticModel      = Magazine,
		WorldStaticModel = GTMSpeedDemon_Ground,
	}
	
	item OutdoorsmanMag
	{
		NumberOfPages    = 65,
		DisplayCategory  = SkillBook,
		Weight	         = 0.5,
		Type	         = Literature,
		DisplayName  	 = Bush Camping Extraordinaire,
		Icon             = OutdoorsmanMag,
		TeachedRecipes   = GTMOutdoorsmanTrait,
		ReplaceOnUse     = OutdoorsmanMag,
		StaticModel      = Magazine,
		WorldStaticModel = GTMOutdoorsman_Ground,
	}
	
	item HandyMag
	{
		NumberOfPages    = 65,
		DisplayCategory  = SkillBook,
		Weight	         = 0.5,
		Type	         = Literature,
		DisplayName  	 = Handyman's Guide,
		Icon             = HandyMag,
		TeachedRecipes   = GTMHandyTrait,
		ReplaceOnUse     = HandyMag,
		StaticModel      = Magazine,
		WorldStaticModel = GTMHandy_Ground,
	}
	
	item FastReaderMag
	{
		NumberOfPages    = 90,
		DisplayCategory  = SkillBook,
		Weight	         = 0.5,
		Type	         = Literature,
		DisplayName  	 = The Art of Speed Reading,
		Icon             = FastReaderMag,
		TeachedRecipes   = GTMFastReaderTrait,
		ReplaceOnUse     = FastReaderMag,
		StaticModel      = Magazine,
		WorldStaticModel = GTMFastReader_Ground,
	}
	
	item FastLearnerMag
	{
		NumberOfPages    = 90,
		DisplayCategory  = SkillBook,
		Weight	         = 0.5,
		Type	         = Literature,
		DisplayName  	 = Guide to Efficient Learning,
		Icon             = FastLearnerMag,
		TeachedRecipes   = GTMFastLearnerTrait,
		ReplaceOnUse     = FastLearnerMag,
		StaticModel      = Magazine,
		WorldStaticModel = GTMFastLearner_Ground,
	}
	
	item AxeManMag
	{
		NumberOfPages    = 120,
		DisplayCategory  = SkillBook,
		Weight	         = 0.5,
		Type	         = Literature,
		DisplayName  	 = The Uncanny Axe Man,
		Icon             = AxeManMag,
		TeachedRecipes   = GTMAxeManTrait,
		ReplaceOnUse     = AxeManMag,
		StaticModel      = Magazine,
		WorldStaticModel = GTMAxeMan_Ground,
	}
	
	item BurglarMag
	{
		NumberOfPages    = 120,
		DisplayCategory  = SkillBook,
		Weight	         = 0.5,
		Type	         = Literature,
		DisplayName  	 = Guide to Unethical Borrowing,
		Icon             = BurglarMag,
		TeachedRecipes   = GTMBurglarTrait,
		ReplaceOnUse     = BurglarMag,
		StaticModel      = Magazine,
		WorldStaticModel = GTMBurglar_Ground,
	}

	item GracefulMag
	{
		NumberOfPages    = 65,
		DisplayCategory  = SkillBook,
		Weight	         = 0.5,
		Type	         = Literature,
		DisplayName  	 = Guide to Grace,
		Icon             = GracefulMag,
		TeachedRecipes   = GTMGracefulTrait,
		ReplaceOnUse     = GracefulMag,
		StaticModel      = Magazine,
		WorldStaticModel = GTMGraceful_Ground,
	}

	item DextrousMag
	{
		NumberOfPages    = 65,
		DisplayCategory  = SkillBook,
		Weight	         = 0.5,
		Type	         = Literature,
		DisplayName  	 = Nimble Hands,
		Icon             = DextrousMag,
		TeachedRecipes   = GTMDextrousTrait,
		ReplaceOnUse     = DextrousMag,
		StaticModel      = Magazine,
		WorldStaticModel = GTMDextrous_Ground,
	}
	
	item InconspicuousMag
	{
		NumberOfPages    = 65,
		DisplayCategory  = SkillBook,
		Weight	         = 0.5,
		Type	         = Literature,
		DisplayName  	 = Don't Look at Me!,
		Icon             = InconspicuousMag,
		TeachedRecipes   = GTMInconspicuousTrait,
		ReplaceOnUse     = InconspicuousMag,
		StaticModel      = Magazine,
		WorldStaticModel = GTMInconspicuous_Ground,
	}

	item KeenHearingMag
	{
		NumberOfPages    = 90,
		DisplayCategory  = SkillBook,
		Weight	         = 0.5,
		Type	         = Literature,
		DisplayName  	 = What's That Noise?,
		Icon             = KeenHearingMag,
		TeachedRecipes   = GTMKeenHearingTrait,
		ReplaceOnUse     = KeenHearingMag,
		StaticModel      = Magazine,
		WorldStaticModel = GTMKeenHearing_Ground,
	}
}