module SapphCooking
{
	imports
	{
		Base,
	}	
   	/**********::---------------------------:: ::---------------------------:: **************/
	/**********::--------------------:: Misc Items are here! ::--------------------:: **************/
	/**********::--------------------:: Tools - Bags - Uniques ::--------------------:: **************/
	/**********::---------------------------:: ::---------------------------:: **************/

	item Meatgrinder
	{
		Weight 		= 2.5,
		ItemType = base:normal,
		DisplayName 		= Manual Meat Grinder,
		Icon 		= MeatGrinderIcon,
		WorldStaticModel 		=  Meatgrinder_Ground,
	}
	item IceTray
	{
		Weight 		= 0.5,
		ItemType = base:normal,
		DisplayName 		= Ice Tray,
		Tooltip = Tooltip_IceCubes,
		CanStoreWater 		= TRUE,
		RainFactor 		= 0.1,
		Icon 		= IceCubesTrayIcon,
		WorldStaticModel 		=  IceTray_Ground,
		StaticModel 		=  H_IceTray,
	}
	
	/**********::---------------------------:: ::---------------------------:: **************/
	/**********::--------------------:: Grains ::--------------------:: **************/
	/**********::---------------------------:: ::---------------------------:: **************/

	item ArborioRice
	{
		DisplayCategory 		= Food,
		Weight 		= 2,
		ItemType = base:food,
		DisplayName 		= Arborio Rice,
		EvolvedRecipe = Soup:10;Stew:10;Rice:10,
		Icon 		= RiceRaw,
		HungerChange 		= -60,
		UnhappyChange 		= 40,
		ThirstChange 		= 60,
		Carbohydrates 		= 700,
		Proteins 		= 80,
		Lipids 		= 0,
		Calories 		= 2940,
		Packaged 		= TRUE,
		WorldStaticModel 		= Rice,
		Tags = sapphcooking:ricegrain,
	}
	item BrownRice
	{
		DisplayCategory 		= Food,
		Weight 		= 2,
		ItemType = base:food,
		DisplayName 		= Brown Rice,
		EvolvedRecipe = Soup:10;Stew:10;Rice:10,
		Icon 		= RiceRaw,
		HungerChange 		= -60,
		UnhappyChange 		= 40,
		ThirstChange 		= 60,
		Carbohydrates 		= 700,
		Proteins 		= 80,
		Lipids 		= 0,
		Calories 		= 2940,
		Packaged 		= TRUE,
		WorldStaticModel 		= Rice,
		Tags = sapphcooking:ricegrain,
	}


	/**********::---------------------------:: ::---------------------------:: **************/
	/**********::--------------------:: Coffee Making ::--------------------:: **************/
	/**********::---------------------------:: ::---------------------------:: **************/

	item CoffeePacket
	{
		DisplayCategory 		= Food,
		Weight 		= 0.05,
		ItemType = base:food,
		HungerChange 		= -5,
		UnhappyChange 		= 5,
		ThirstChange 		= 15,
		FatigueChange 		= -15,
		DisplayName 		= Sachet of Instant Coffee,
		Icon 		= SachetCoffeeIcon,
		EvolvedRecipe 		= HotDrink:5;HotDrinkSpiffo:5;HotDrinkTea:5,
		FoodType 		= Coffee,
		Carbohydrates 		= 0,
		Proteins 		= 1,
		Lipids 		= 0,
		Calories 		= 2,
		Packaged 		= TRUE,
		WorldStaticModel 		= SachetInstantCoffee,
		EvolvedRecipeName = Coffee,
	}

	item PackofCoffeeFilters
	{
		ItemType = base:drainable,
		Tooltip 		= Tooltip_HotWater,
		Weight 		= 0.05,
		DisplayName 		= Bag of Coffee Filters,
		Icon 		= BagofCoffeeFiltersIcon,
		StaticModel 		= CanClosed,
		WorldStaticModel 		= PackofPaperFilters_Ground,
		DisplayCategory 		= Food,
		CannedFood 		= true,
		Packaged 		= true,
		Calories 		= 0,
		Carbohydrates 		= 0,
		Proteins 		= 0,
		Lipids 		= 0,
		UseDelta 		= 0.2,
		UseWhileEquipped 		= FALSE,
	}
	item PlasticFilterHolder
	{
		Weight 		= 0.3,
		ItemType = base:normal,
		DisplayName 		= Plastic Drip Filter Cup,
		Icon 		= PlasticFilterHolderIcon,
		WorldStaticModel 		= PlasticFilter_Ground,
	}
	item CoffeeGrinder
	{
		Weight 		= 0.3,
		ItemType = base:normal,
		DisplayName 		= Manual Coffee Grinder,
		Icon 		= CoffeeGrinderIcon,
		WorldStaticModel 		= CoffeeGrinder_Ground,
	}
	item CoffeeBeansBag
	{
		ItemType = base:drainable,
		Weight 		= 0.8,
		DisplayName 		= Can of Coffee Beans,
		Icon 		= BagofCoffeeBeansIcon,
		StaticModel 		= CanClosed,
		WorldStaticModel 		= BagofCoffeeBeans_Ground,
		DisplayCategory 		= Food,
		CannedFood 		= true,
		Packaged 		= true,
		Calories 		= 1,
		Carbohydrates 		= 2,
		Proteins 		= 0,
		Lipids 		= 2,
		UseDelta 		= 0.2,
		UseWhileEquipped 		= FALSE,
	}
	item CoffeeBeans
	{
		Weight 		= 0.1,
		ItemType = base:normal,
		DisplayName 		= Coffee Beans,
		Icon 		= CoffeeBeansIcon,
		WorldStaticModel 		= CoffeeBeans_Ground,
	}
	item CoffeeFilter
	{
		Weight 		= 0.1,
		ItemType = base:normal,
		DisplayName 		= Paper Coffee Filter,
		Icon 		= CoffeeFilterIcon,
		WorldStaticModel 		= PaperFilter_Ground,
	}
	item GrindedCoffee
	{
		Weight 		= 0.1,
		Tooltip 		= Tooltip_HotWater,
		DisplayCategory = Food,
		ItemType = base:food,
		HungerChange = -2,
		UnhappyChange = 10,
		ThirstChange = 10,
		FatigueChange 		= -10,
		EvolvedRecipe = Pancakes:2;Waffles:2;Muffin:2;PieSweet:2;Oatmeal:2;Cake:2,
		Calories = 10,
		Carbohydrates = 0,
		Lipids = 0,
		Proteins = 0,
		DisplayName 		= Grinded Coffee,
		Icon 		= GrindedCoffeeIcon,
		WorldStaticModel 		= CoffeeGrinded_Ground,
		StaticModel = H_GrindedCoffee,
	}

	item ClothFilter
	{
		Weight 		= 0.05,
		ItemType = base:normal,
		DisplayName 		= Cloth Filter,
		Icon 		=  ClothFilterIcon,
		WorldStaticModel 	=  ClothFilter_Ground,
	}
	item DirtyClothFilter
	{
		Weight 		= 0.05,
		ItemType = base:normal,
		DisplayName 		= Dirty Cloth Filter,
		Icon 		=  ClothFilterDirtyIcon,
		WorldStaticModel 		=  DirtyClothFilter_Ground,
	}


	item Blender
    {
        DisplayCategory = ToolWeapon,
        MaxRange	=	1.1,
        WeaponSprite	=	H_Blender,
        MinAngle	=	0.67,
        ItemType = base:weapon,
        MinimumSwingTime	=	4,
        KnockBackOnNoDeath	=	FALSE,
        SwingAmountBeforeImpact	=	0.02,
        ConditionLowerChanceOneIn	=	4,
        Weight	=	1.0,
        SplatNumber	=	1,
        PushBackMod	=	0.2,
        SubCategory	=	Swinging,
        ConditionMax	=	10,
        MaxHitCount	=	2,
        DoorDamage	=	2,
        SwingAnim	=	Bat,
        DisplayName	=	Blender,
        MinRange	=	0.61,
        SwingTime	=	4,
        KnockdownMod	=	2,
        SplatBloodOnNoDeath	=	FALSE,
        Icon	=	BlenderEmptyIcon,
        BreakSound  =   PipeWrenchBreak,
        DoorHitSound = PipeWrenchHit,
		HitSound = PipeWrenchHit,
		HitFloorSound = PipeWrenchHit,
		SwingSound = PipeWrenchSwing,
        TreeDamage  =   0,
        CriticalChance	=	25,
        CritDmgMultiplier = 2,
        MinDamage	=	0.5,
        MaxDamage	=	1,
        BaseSpeed = 1,
        WeaponLength = 0.3,
		WorldStaticModel = Blender_Ground,
    }

	/**********::---------------------------:: ::---------------------------:: **************/
	/**********::--------------------:: Blender Preps ::--------------------:: **************/
	/**********::---------------------------:: ::---------------------------:: **************/

	item Blender_Sorbet
	{
		DisplayCategory 		= Food,
		HungerChange 		= -2,
		DisplayName 		= Sorbet,
		IsCookable = FALSE,
		DaysTotallyRotten = 4,
		Icon 		= BlenderRedIcon,
		WorldStaticModel 		= BlenderRed_Ground,
		StaticModel = H_BlenderRed,
		Weight 		= 0.5,
		ItemType = base:food,
		ThirstChange 		= -20,
		CustomContextMenu 		= Drink,
		CustomEatSound 		= DrinkingFromCarton,
		ReplaceOnRotten 		= SapphCooking.Blender,
		FoodType 		= NoExplicit,
		Carbohydrates 		= 0,
		Proteins 		= 5,
		Lipids 		= 0.5,
		Calories 		= 50,
		CantBeFrozen 		= TRUE,
		UnhappyChange 		= -5,
		BoredomChange 		= -5,
		ReplaceOnUse 		= Blender,
		DaysFresh = 1,
		DaysTotallyRotten = 3,
		Tags = base:hideuncooked,
	}

	item Blender_Prep_Juice
	{
		DisplayCategory 		= Food,
		HungerChange 		= -2,
		DisplayName 		= in a Blender,
		DaysTotallyRotten = 4,
		Icon 		= BlenderPinkIcon,
		WorldStaticModel 		= BlenderPink_Ground,
		StaticModel = Cooking_Blender_Pink,
		CantEat = True,
		IsCookable = FALSE,
		Weight 		= 0.8,
		ItemType = base:food,
		ThirstChange 		= -20,
		CustomContextMenu 		= Drink,
		CustomEatSound 		= DrinkingFromCarton,
		FoodType 		= NoExplicit,
		Carbohydrates 		= 0,
		Proteins 		= 0,
		Lipids 		= 0,
		Calories 		= 0,
		CantBeFrozen 		= TRUE,
		UnhappyChange 		= -5,
		BoredomChange 		= -5,
		ReplaceOnUse 		= Blender,
	}

	item Blender_Juice
	{
		DisplayCategory 		= Food,
		HungerChange 		= -2,
		DisplayName 		= Juice,
		DaysTotallyRotten = 4,
		IsCookable = FALSE,
		Icon 		= BlenderPinkIcon,
		WorldStaticModel 		= BlenderPink_Ground,
		StaticModel = H_BlenderPink,
		Weight 		= 1.0,
		ItemType = base:food,
		ThirstChange 		= -50,
		CustomContextMenu 		= Drink,
		CustomEatSound 		= DrinkingFromCarton,
		FoodType 		= NoExplicit,
		Carbohydrates 		= 0,
		Proteins 		= 5,
		Lipids 		= 0.5,
		Calories 		= 50,
		UnhappyChange 		= -5,
		BoredomChange 		= -5,
		ReplaceOnUse 		= Blender,
		Tags = sapphcooking:juice,
	}

	item Blender_Prep_Shake
	{
		DisplayCategory 		= Food,
		HungerChange 		= -2,
		DisplayName 		= in a Blender,
		Icon 		= BlenderBrownIcon,
		WorldStaticModel 		= BlenderBrown_Ground,
		StaticModel = Cooking_Blender_Brown,
		IsCookable = FALSE,
		Weight 		= 0.5,
		ItemType = base:food,
		ThirstChange 		= -20,
		CantEat = True,
		CustomContextMenu 		= Drink,
		CustomEatSound 		= DrinkingFromCarton,
		FoodType 		= NoExplicit,
		Carbohydrates 		= 0,
		Proteins 		= 5,
		Lipids 		= 0.5,
		Calories 		= 50,
		CantBeFrozen 		= TRUE,
		UnhappyChange 		= -5,
		BoredomChange 		= -5,
		ReplaceOnUse 		= Blender,
		Tags = base:hideuncooked,
	}

	item Blender_Prep_Smoothie
	{
		DisplayCategory 		= Food,
		HungerChange 		= -2,
		DisplayName 		= in a Blender,
		Icon 		= BlenderPinkIcon,
		WorldStaticModel 		= BlenderPink_Ground,
		StaticModel = Cooking_Blender_Pink,
		CantEat = True,
		IsCookable = FALSE,
		Weight 		= 0.5,
		ItemType = base:food,
		ThirstChange 		= -20,
		CustomContextMenu 		= Drink,
		CustomEatSound 		= DrinkingFromCarton,
		FoodType 		= NoExplicit,
		Carbohydrates 		= 0,
		Proteins 		= 5,
		Lipids 		= 0.5,
		Calories 		= 50,
		CantBeFrozen 		= TRUE,
		UnhappyChange 		= -5,
		BoredomChange 		= -5,
		ReplaceOnUse 		= Blender,
		Tags = base:hideuncooked,
	}

	item Blender_Prep_Puree
	{
		DisplayCategory 		= Food,
		HungerChange 		= -2,
		DisplayName 		= in a Blender,
		Icon 		= BlenderYellowIcon,
		WorldStaticModel 		= BlenderYellow_Ground,
		StaticModel = Cooking_Blender_Yellow,
		CantEat = True,
		IsCookable = FALSE,
		Weight 		= 0.5,
		ItemType = base:food,
		ThirstChange 		= -20,
		CustomContextMenu 		= Drink,
		CustomEatSound 		= DrinkingFromCarton,
		FoodType 		= NoExplicit,
		Carbohydrates 		= 0,
		Proteins 		= 5,
		Lipids 		= 0.5,
		Calories 		= 50,
		CantBeFrozen 		= TRUE,
		UnhappyChange 		= -5,
		BoredomChange 		= -5,
		ReplaceOnUse 		= Blender,
		Tags = base:hideuncooked,
	}
	item Blender_Milkshake
	{
		DisplayCategory 		= Food,
		HungerChange 		= -2,
		DisplayName 		= Milkshake,
		IsCookable = FALSE,
		DaysTotallyRotten = 4,
		DaysFresh = 2,
		Icon 		= BlenderBrownIcon,
		WorldStaticModel 		= BlenderBrown_Ground,
		StaticModel = Cooking_Blender_Brown,
		CantEat = True,
		Weight 		= 0.5,
		ItemType = base:food,
		ThirstChange 		= -20,
		CustomContextMenu 		= Drink,
		CustomEatSound 		= DrinkingFromCarton,
		FoodType 		= NoExplicit,
		Carbohydrates 		= 0,
		Proteins 		= 5,
		Lipids 		= 0.5,
		Calories 		= 50,
		CantBeFrozen 		= TRUE,
		UnhappyChange 		= -5,
		BoredomChange 		= -5,
		ReplaceOnUse 		= Blender,
		Tags = base:hideuncooked;base:hidecooked,
	}
	item Blender_Smoothie
	{
		DisplayCategory 		= Food,
		HungerChange 		= -2,
		DisplayName 		= Smoothie,
		IsCookable = FALSE,
		DaysTotallyRotten = 4,
		DaysFresh = 2,
		Icon 		= BlenderPinkIcon,
		WorldStaticModel 		= BlenderPink_Ground,
		StaticModel = H_BlenderPink,
		Weight 		= 0.5,
		ItemType = base:food,
		ThirstChange 		= -20,
		CustomContextMenu 		= Drink,
		CustomEatSound 		= DrinkingFromCarton,
		FoodType 		= NoExplicit,
		Carbohydrates 		= 0,
		Proteins 		= 5,
		Lipids 		= 0.5,
		Calories 		= 50,
		CantBeFrozen 		= TRUE,
		UnhappyChange 		= -5,
		BoredomChange 		= -5,
		ReplaceOnUse 		= Blender,
		Tags = base:hideuncooked;base:hidecooked,
	}
	item Blender_Puree
	{
		DisplayCategory 		= Food,
		HungerChange 		= -2,
		DisplayName 		= Puree,
		IsCookable = FALSE,
		DaysTotallyRotten = 4,
		DaysFresh = 2,
		Icon 		= BlenderYellowIcon,
		WorldStaticModel 		= BlenderYellow_Ground,
		StaticModel = H_BlenderYellow,
		Weight 		= 0.5,
		ItemType = base:food,
		ThirstChange 		= -20,
		CustomContextMenu 		= Drink,
		CustomEatSound 		= DrinkingFromCarton,
		FoodType 		= NoExplicit,
		Carbohydrates 		= 0,
		Proteins 		= 5,
		Lipids 		= 0.5,
		Calories 		= 50,
		CantBeFrozen 		= TRUE,
		UnhappyChange 		= -5,
		BoredomChange 		= -5,
		ReplaceOnUse 		= Blender,
		Tags = base:hideuncooked;base:hidecooked,
	}

	/**********::---------------------------:: ::---------------------------:: **************/
	/**********::--------------------:: Cheese Making ::--------------------:: **************/
	/**********::---------------------------:: ::---------------------------:: **************/

	item Wooden_CheeseMolds
	{
	    DisplayCategory = Cooking,
		Weight	=	1,
		CanStoreWater	=	TRUE,
		ItemType = base:normal,
		DisplayName	=	Wooden Cheese Mold,
		Icon	=	WoodenCheeseMoldIcon,
		RainFactor = 1,
		Tooltip = Tooltip_item_RainFromGround,
		StaticModel = H_CheeseMolds,
		WorldStaticModel = CheeseMolds_Ground,
		EatType = Pot,
	}

	item Wooden_CheeseMoldsCurds
	{
		DisplayName = Cheese Mold (Aging),
	    DisplayCategory = Cooking,
		CanStoreWater	=	TRUE,
		ItemType = base:food,
		Weight = 3,
		Icon = WoodenCheeseMoldPrepIcon,
		EatType = Pot,
		ReplaceOnUse = Wooden_CheeseMolds,
		ReplaceOnRotten = SapphCooking.Wooden_CheeseMoldsFull,
		DaysFresh = 3,
		DaysTotallyRotten = 3,
		HungerChange = -18,
		ThirstChange = -18,
		UnhappyChange = +5,
		Calories = 230,
		Carbohydrates = 0.95,
		Lipids = 11.8,
		Proteins = 8.4,
		CustomContextMenu = Drink,
		CustomEatSound = EatingSoup,
		StaticModel = H_CheeseMold_Liquid,
		WorldStaticModel = CheeseMoldsPreparation_Ground,
		Tags = base:hasmetal,
		Tooltip = Tooltip_CheeseCurds,
	}

	item Wooden_CheeseMoldsFull
	{
	    DisplayName = Cheese Mold with Parmesan Cheese,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 3,
		Icon = WoodenCheeseMoldCheeseIcon,
		CantEat = True,
		EatType = Pot,
		ReplaceOnUse = Wooden_CheeseMolds,
		ReplaceOnRotten = SapphCooking.Wooden_CheeseMoldsBlue,
		DaysFresh = 10,
		DaysTotallyRotten = 10,
		HungerChange = -40,
		ThirstChange = -20,
		UnhappyChange = -20,
		Calories = 480,
		Carbohydrates = 0.95,
		Lipids = 15.8,
		Proteins = 8.4,
		CustomContextMenu = Drink,
		CustomEatSound = EatingSoup,
		StaticModel = H_CheeseMold_Liquid,
		WorldStaticModel = CheeseMoldsCheese_Ground,
		Tooltip = Tooltip_BlueCheese,
	}

	item Wooden_CheeseMoldsBlue
	{
	    DisplayName = Cheese Mold with Blue Cheese,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 3,
		Icon = WoodenCheeseMoldCheeseBlueIcon,
		CantEat = True,
		EatType = Pot,
		ReplaceOnUse = Wooden_CheeseMolds,
		DaysFresh = 60,
		DaysTotallyRotten = 30,
		HungerChange = -60,
		ThirstChange = -60,
		UnhappyChange = -20,
		Calories = 630,
		Carbohydrates = 0.95,
		Lipids = 15.8,
		Proteins = 8.4,
		CustomContextMenu = Drink,
		CustomEatSound = EatingSoup,
		StaticModel = CookingPot,
		WorldStaticModel = CheeseMoldsCheeseBlue_Ground,
	}

	item Pot_CheesePreparation
	{
		DisplayName = Pot of Cheese Preparation,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 3,
		Icon = PotCheeseIcon,
		CookingSound = BoilingFood,
		ReplaceOnCooked = SapphCooking.Pot_CheeseCurds,
		EatType = Pot,
		IsCookable = TRUE,
		ReplaceOnUse = Pot,
		MinutesToCook = 50,
		MinutesToBurn = 100,
		DaysFresh = 2,
		DaysTotallyRotten = 6,
		HungerChange = -15,
		ThirstChange = -15,
		UnhappyChange = +5,
		Calories = 200,
		Carbohydrates = 0.95,
		Lipids = 9.8,
		Proteins = 7.4,
		CustomContextMenu = Drink,
		CustomEatSound = EatingSoup,
		StaticModel = CookingPot,
		WorldStaticModel = PotCheesePreparation_Ground,
		Tags = base:hasmetal,
	}

	item Pot_CheeseCurds
	{
		DisplayName = Pot of Cheese Curds (Aging),
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 3,
		Icon = PotCheeseIcon,
		EatType = Pot,
		ReplaceOnUse = Pot,
		ReplaceOnRotten = SapphCooking.Pot_Cheese,
		DaysFresh = 3,
		DaysTotallyRotten = 3,
		HungerChange = -18,
		ThirstChange = -18,
		UnhappyChange = +5,
		Calories = 230,
		Carbohydrates = 0.95,
		Lipids = 11.8,
		Proteins = 8.4,
		CustomContextMenu = Drink,
		CustomEatSound = EatingSoup,
		StaticModel = CookingPot,
		WorldStaticModel = PotCheesePreparation_Ground,
		Tags = base:hasmetal,
		Tooltip = Tooltip_CheeseCurds,
	}
	item Pot_Cheese
	{
		DisplayName = Pot of Parmesan Cheese,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 3,
		Icon = PotCheeseIcon,
		CantEat = True,
		EatType = Pot,
		ReplaceOnUse = Pot,
		ReplaceOnRotten = SapphCooking.Pot_CheeseBlue,
		DaysFresh = 10,
		DaysTotallyRotten = 10,
		HungerChange = -40,
		ThirstChange = -20,
		UnhappyChange = -20,
		Calories = 480,
		Carbohydrates = 0.95,
		Lipids = 15.8,
		Proteins = 8.4,
		CustomContextMenu = Drink,
		CustomEatSound = EatingSoup,
		StaticModel = CookingPot,
		WorldStaticModel = PotCheese_Ground,
		Tags = base:hasmetal,
		Tooltip = Tooltip_BlueCheese,
	}
	item Pot_CheeseBlue
	{
		DisplayName = Pot of Blue Cheese,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 3,
		Icon = PotCheeseIcon,
		CantEat = True,
		EatType = Pot,
		ReplaceOnUse = Pot,
		DaysFresh = 60,
		DaysTotallyRotten = 30,
		HungerChange = -60,
		ThirstChange = -60,
		UnhappyChange = -20,
		Calories = 630,
		Carbohydrates = 0.95,
		Lipids = 15.8,
		Proteins = 8.4,
		CustomContextMenu = Drink,
		CustomEatSound = EatingSoup,
		StaticModel = CookingPot,
		WorldStaticModel = PotCheeseBlue_Ground,
		Tags = base:hasmetal,
		
	}

	item Bucket_CheeseCurds
	{
		DisplayName = Bucket with Cheese Curds (Aging),
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 3,
		Icon = BucketPrepIcon,
		EatType = Pot,
		ReplaceOnUse = BucketEmpty,
		ReplaceOnRotten = SapphCooking.Bucket_Cheese,
		DaysFresh = 3,
		DaysTotallyRotten = 3,
		HungerChange = -18,
		ThirstChange = -18,
		UnhappyChange = +5,
		Calories = 230,
		Carbohydrates = 0.95,
		Lipids = 11.8,
		Proteins = 8.4,
		CustomContextMenu = Drink,
		CustomEatSound = EatingSoup,
		StaticModel = CookingPot,
		WorldStaticModel = BucketCheesePrep_Ground,
		Tags = base:hasmetal,
		Tooltip = Tooltip_CheeseCurds,
	}
	item Bucket_Cheese
	{
		DisplayName = Bucket of Parmesan Cheese,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 3,
		Icon = BucketCheeseIcon,
		CantEat = True,
		EatType = Pot,
		ReplaceOnUse = BucketEmpty,
		ReplaceOnRotten = SapphCooking.Bucket_CheeseBlue,
		DaysFresh = 10,
		DaysTotallyRotten = 10,
		HungerChange = -40,
		ThirstChange = -20,
		UnhappyChange = -20,
		Calories = 480,
		Carbohydrates = 0.95,
		Lipids = 15.8,
		Proteins = 8.4,
		CustomContextMenu = Drink,
		CustomEatSound = EatingSoup,
		StaticModel = CookingPot,
		WorldStaticModel = BucketCheese_Ground,
		Tags = base:hasmetal,
		Tooltip = Tooltip_BlueCheese,
	}

	item Bucket_CheeseBlue
	{
		DisplayName = Bucket of Blue Cheese,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 3,
		Icon = BucketPrepIcon,
		CantEat = True,
		EatType = Pot,
		ReplaceOnUse = BucketEmpty,
		DaysFresh = 60,
		DaysTotallyRotten = 30,
		HungerChange = -60,
		ThirstChange = -60,
		UnhappyChange = -20,
		Calories = 630,
		Carbohydrates = 0.95,
		Lipids = 15.8,
		Proteins = 8.4,
		CustomContextMenu = Drink,
		CustomEatSound = EatingSoup,
		StaticModel = CookingPot,
		WorldStaticModel = BucketCheeseBlue_Ground,
		Tags = base:hasmetal,
	}




	/**********::---------------------------:: ::---------------------------:: **************/
	/**********::--------------------:: Misc ::--------------------:: **************/
	/**********::---------------------------:: ::---------------------------:: **************/

	item BagofToothpicks
	{
		DisplayName 		= Pack of Toothpicks,
		ItemType = base:drainable,
		UseDelta 		= 0.1,
		UseWhileEquipped 		= false,
		Icon 		= ToothpickBoxIcon,
		WorldStaticModel 		= ToothpickBox_Ground,
		Weight 		= 0.1,
	}

	item BagofSeaweed
	{
		DisplayName 		= Bag of Seaweed,
		ItemType = base:drainable,
		UseDelta 		= 0.1,
		UseWhileEquipped 		= false,
		Icon 		= BagofSeaweedIcon,
		WorldStaticModel 		= BagSeaweed_Ground,
		Weight 		= 0.6,
	}	

	item HalfCandle
    {
        DisplayCategory = LightSource,
		UseWhileEquipped = false,
        Weight    =    0.1,
        ItemType = base:drainable,
        UseDelta = 0.003,
        DisplayName    =    Half Candle,
        Icon    =    HalfCandleIcon,
        cantBeConsolided = TRUE,
        StaticModel = Candle,
        WorldStaticModel = CandleGround,
		DoubleClickRecipe = Light Candle,
    }

	item HalfCandleLit
	{
	    DisplayCategory = LightSource,
		LightDistance	=	3,
		Weight	=	0.2,
		ItemType = base:drainable,
	    UseWhileUnequipped  =   TRUE,
		TorchCone	=	FALSE,
		UseDelta	=	0.003,
		LightStrength	=	0.6,
		DisplayName	=	Lit Half Candle,
		ActivatedItem = false,
		Icon	=	HalfCandleLitIcon,
		cantBeConsolided = TRUE,
		StaticModel = Candle,
		WorldStaticModel = CandleGround,
		ReplaceOnExtinguish = SapphCooking.HalfCandle,
        DoubleClickRecipe = Extinguish Candle,
		Tags = base:startfire,
	}


	item InstantNoodles_Beef
	{
		ItemType = base:food,
		Weight 		= 0.6,
		DisplayName 		= Packet of Instant Noodles,
		Icon 		= InstantNoodles_BeefIcon,
		WorldStaticModel 		= InstantNoodles_Beef_Ground,
		DisplayCategory 		= Food,
		CannedFood 		= true,
		Packaged 		= true,
		Calories 		= 250,
		Carbohydrates 		= 0,
		Proteins 		= 10,
		Lipids 		= 14,
	}

	item InstantNoodles_Chicken
	{
		ItemType = base:food,
		Weight 		= 0.6,
		DisplayName 		= Packet of Instant Noodles,
		Icon 		= InstantNoodles_ChickenIcon,
		WorldStaticModel 		= InstantNoodles_Chicken_Ground,
		DisplayCategory 		= Food,
		CannedFood 		= true,
		Packaged 		= true,
		Calories 		= 250,
		Carbohydrates 		= 0,
		Proteins 		= 10,
		Lipids 		= 14,
	}

	item BoxofTeaBags
	{
		DisplayName 		= Box of Tea Bags,
		ItemType = base:drainable,
		UseDelta 		= 0.2,
		UseWhileEquipped 		= false,
		Icon 		= BoxofTeaBagsIcon,
		WorldStaticModel 		=  TeaBag_Ground,
		Weight 		= 0.2,
	}
	item BagofWoodenSkewers
	{
		DisplayName 		= Bag of Wooden Skewers,
		ItemType = base:drainable,
		UseDelta 		= 0.1,
		UseWhileEquipped 		= false,
		Icon 		= BagofSkewersIcon,
		WorldStaticModel 		= WoodSkewer_Bag_Ground,
		Weight 		= 0.5,
	}

	/**********::---------------------------:: ::---------------------------:: **************/
	/**********::--------------------:: Jello Packages ::--------------------:: **************/
	/**********::---------------------------:: ::---------------------------:: **************/
	item Jello_Lime
	{
		DisplayCategory = Food,
		Tooltip 		= Tooltip_HotWater,
		Weight	=	0.4,
		ItemType = base:food,
		HungerChange    =   -10,
		UnhappyChange   =   10,
		ThirstChange    =   60,
		DisplayName	= Jello Lime Gelatin Mix,
		Icon	=	BoxJelloLimeIcon,
		EvolvedRecipe   =   HotDrink:5;HotDrinkSpiffo:5;HotDrinkTea:5,
		Carbohydrates = 10,
		Proteins = 1,
		Lipids = 0,
		Calories = 20,
		Packaged = TRUE,
		WorldStaticModel = BoxJello_Lime_Ground,
	}
	item Jello_Strawberry
	{
		DisplayCategory = Food,
		Tooltip 		= Tooltip_HotWater,
		Weight	=	0.4,
		ItemType = base:food,
		HungerChange    =   -10,
		UnhappyChange   =   10,
		ThirstChange    =   60,
		DisplayName	= Jello Strawberry Gelatin Mix,
		Icon	=	BoxJelloStrawberryIcon,
		EvolvedRecipe   =   HotDrink:5;HotDrinkSpiffo:5;HotDrinkTea:5,
		Carbohydrates = 10,
		Proteins = 1,
		Lipids = 0,
		Calories = 20,
		Packaged = TRUE,
		WorldStaticModel = BoxJello_Strawberry_Ground,
	}
	item Jello_Orange
	{
		DisplayCategory = Food,
		Tooltip 		= Tooltip_HotWater,
		Weight	=	0.4,
		ItemType = base:food,
		HungerChange    =   -10,
		UnhappyChange   =   10,
		ThirstChange    =   60,
		DisplayName	= Jello Orange Gelatin Mix,
		Icon	=	BoxJelloOrangeIcon,
		EvolvedRecipe   =   HotDrink:5;HotDrinkSpiffo:5;HotDrinkTea:5,
		Carbohydrates = 10,
		Proteins = 1,
		Lipids = 0,
		Calories = 20,
		Packaged = TRUE,
		WorldStaticModel = BoxJello_Orange_Ground,
	}
	item Jello_Grape
	{
		DisplayCategory = Food,
		Tooltip 		= Tooltip_HotWater,
		Weight	=	0.4,
		ItemType = base:food,
		HungerChange    =   -10,
		UnhappyChange   =   10,
		ThirstChange    =   60,
		DisplayName	= Jello Grape Gelatin Mix,
		Icon	=	BoxJelloGrapeIcon,
		EvolvedRecipe   =   HotDrink:5;HotDrinkSpiffo:5;HotDrinkTea:5,
		Carbohydrates = 10,
		Proteins = 1,
		Lipids = 0,
		Calories = 20,
		Packaged = TRUE,
		WorldStaticModel = BoxJello_Grape_Ground,
	}
	item Jello_Pineapple
	{
		DisplayCategory = Food,
		Tooltip 		= Tooltip_HotWater,
		Weight	=	0.4,
		ItemType = base:food,
		HungerChange    =   -10,
		UnhappyChange   =   10,
		ThirstChange    =   60,
		DisplayName	= Jello Pineapple Gelatin Mix,
		Icon	=	BoxJelloPineappleIcon,
		EvolvedRecipe   =   HotDrink:5;HotDrinkSpiffo:5;HotDrinkTea:5,
		Carbohydrates = 10,
		Proteins = 1,
		Lipids = 0,
		Calories = 20,
		Packaged = TRUE,
		WorldStaticModel = BoxJello_Pineapple_Ground,
	}

	/**********::---------------------------:: ::---------------------------:: **************/
	/**********::--------------------:: Drink Mixes ::--------------------:: **************/
	/**********::---------------------------:: ::---------------------------:: **************/

	item Drinkmix_Lemon
	{
		ItemType = base:food,
		Weight 		= 0.05,
		DisplayName 		= Lemon Drink Mix,
		Icon 		= DrinkMixLemonadeIcon,
		WorldStaticModel 		= Drinkmix_Lemonade,
		DisplayCategory 		= Food,
		CannedFood 		= true,
		Packaged 		= true,
		Calories 		= 15,
		Carbohydrates 		= 5,
		Proteins 		= 13,
		Lipids 		= 0,
		ThirstChange 		= 30,
		HungerChange 		= -10,
	}
	item Drinkmix_Orange
	{
		ItemType = base:food,
		Weight 		= 0.05,
		DisplayName 		= Orange Drink Mix,
		Icon 		= DrinkMixOrangeIcon,
		WorldStaticModel 		= Drinkmix_Orange,
		DisplayCategory 		= Food,
		CannedFood 		= true,
		Packaged 		= true,
		Calories 		= 15,
		Carbohydrates 		= 5,
		Proteins 		= 13,
		Lipids 		= 0,
		ThirstChange 		= 30,
		HungerChange 		= -10,
	}
	item Drinkmix_Apple
	{
		ItemType = base:food,
		Weight 		= 0.05,
		DisplayName 		= Apple Drink Mix,
		Icon 		= DrinkMixAppleIcon,
		WorldStaticModel 		= Drinkmix_Apple,
		DisplayCategory 		= Food,
		CannedFood 		= true,
		Packaged 		= true,
		Calories 		= 15,
		Carbohydrates 		= 5,
		Proteins 		= 13,
		Lipids 		= 0,
		ThirstChange 		= 30,
		HungerChange 		= -10,
	}
	item Drinkmix_Grape
	{
		ItemType = base:food,
		Weight 		= 0.05,
		DisplayName 		= Grape Drink Mix,
		Icon 		= DrinkMixGrapeIcon,
		WorldStaticModel 		= Drinkmix_Grape,
		DisplayCategory 		= Food,
		CannedFood 		= true,
		Packaged 		= true,
		Calories 		= 15,
		Carbohydrates 		= 5,
		Proteins 		= 13,
		Lipids 		= 0,
		ThirstChange 		= 30,
		HungerChange 		= -10,
	}
	item Drinkmix_Pineapple
	{
		ItemType = base:food,
		Weight 		= 0.05,
		DisplayName 		= Pineapple Drink Mix,
		Icon 		= DrinkMixPineappleIcon,
		WorldStaticModel 		= Drinkmix_Pineapple,
		DisplayCategory 		= Food,
		CannedFood 		= true,
		Packaged 		= true,
		Calories 		= 15,
		Carbohydrates 		= 5,
		Proteins 		= 13,
		Lipids 		= 0,
		ThirstChange 		= 30,
		HungerChange 		= -10,
	}
	item Drinkmix_Strawberry
	{
		ItemType = base:food,
		Weight 		= 0.05,
		DisplayName 		= Strawberry Drink Mix,
		Icon 		= DrinkMixStrawberryIcon,
		WorldStaticModel 		= Drinkmix_Strawberry,
		DisplayCategory 		= Food,
		CannedFood 		= true,
		Packaged 		= true,
		Calories 		= 15,
		Carbohydrates 		= 5,
		Proteins 		= 13,
		Lipids 		= 0,
		ThirstChange 		= 30,
		HungerChange 		= -10,
	}
	item Drinkmix_Peach
	{
		ItemType = base:food,
		Weight 		= 0.05,
		DisplayName 		= Peach Drink Mix,
		Icon 		= DrinkMixPeachIcon,
		WorldStaticModel 		= Drinkmix_Peach,
		DisplayCategory 		= Food,
		CannedFood 		= true,
		Packaged 		= true,
		Calories 		= 200,
		Carbohydrates 		= 90,
		Proteins 		= 13,
		Lipids 		= 0,
		ThirstChange 		= 30,
		HungerChange 		= -10,
	}
	item Drinkmix_Watermelon
	{
		ItemType = base:food,
		Weight 		= 0.05,
		DisplayName 		= Watermelon Drink Mix,
		Icon 		= DrinkMixWatermelonIcon,
		WorldStaticModel 		= Drinkmix_Watermelon,
		DisplayCategory 		= Food,
		CannedFood 		= true,
		Packaged 		= true,
		Calories 		= 15,
		Carbohydrates 		= 5,
		Proteins 		= 13,
		Lipids 		= 0,
		ThirstChange 		= 30,
		HungerChange 		= -10,
	}

	/**********::---------------------------:: ::---------------------------:: **************/
	/**********::--------------------:: Baking Utensils ::--------------------:: **************/
	/**********::---------------------------:: ::---------------------------:: **************/
	item PipingBags
	{
		Weight 		= 0.2,
		ItemType = base:normal,
		DisplayName 		= Piping Bag,
		Icon 		= PipingBagEmptyIcon,
		WorldStaticModel 		=  PipingBag_Ground,
	}
	item BakingMolds
	{
		Weight 		= 0.2,
		ItemType = base:normal,
		DisplayName 		= Baking Molds,
		Icon 		= BakingMoldsIcon,
		WorldStaticModel 		=  BakingMolds_Ground,
	}
}