module Skittles
{
  import
  {
    Base
  }
	
		item MashedFruits
	{
		DisplayName = Mashed Fruits,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.4,
		Icon = MashedBerry,
		DaysFresh = 6,
		DaysTotallyRotten = 10,
		HungerChange = -30,
		Calories = 100,
		Carbohydrates = 15,
		Lipids = 0,
		Proteins = 12,
		CustomEatSound = EatingFruit,
		WorldStaticModel = MashedBerries,
		ToolTip = Tooltip_item_MashedBerry,
	}
	
		item MashedVeggieOil
	{
		DisplayName = Veggie Oil Mash,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.05,
		Icon = MashedBerry,
		CantBeFrozen = true,
		EatType = GlugFood,
		DaysFresh = 6,
		DaysTotallyRotten = 10,
		HungerChange = -50,
		UnhappyChange = 50,
		Calories = 100,
		Carbohydrates = 15,
		Lipids = 0,
		Proteins = 12,
		CustomEatSound = EatingFruit,
		WorldStaticModel = MashedBerries,
		Tags = Oil,
		ToolTip = Tooltip_item_MashedVeggieOil,
	}

		item MincedGarlicMash
	{
		DisplayName = Minced Garlic Mash,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = MashedBerry,
		EvolvedRecipe = Pizza:1;Omelette:1;Soup:1;Stew:1;Pie:1;Stir fry:1;Sandwich:1;Burger:1;Salad:1;Rice:1;Pasta:1;Taco:1;Burrito:1;Toast:1;Bread:1,
        FoodType = Herb,
		Spice = true,
		DaysFresh = 5,
		DaysTotallyRotten = 7,
        HungerChange = -5.0,
        Calories = 14.0,
        Carbohydrates = 3.27,
        Lipids = 0.035,
        Proteins = 0.385,
		CustomEatSound = EatingFruit,
		CookingSound = FryingFood,
		WorldStaticModel = MashedBerries,
		ToolTip = Tooltip_item_MashedVeggieOil,
	}
	
}
