module Base
{
	imports
	{
		Base
	}
	
	item TomatoSauce
    {
		DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.5,
        Icon = TomatoSauce,
        EatType = 2handbowl,
		PourType = bowl,
		EvolvedRecipe = Pizza:3;Soup:3;Stew:3;Omelette:3;Rice:3;Pasta:3;Stir fry:3;Pie:3;Salad:3;Sandwich:3,
        Spice = true,
		DaysFresh = 4,
		DaysTotallyRotten = 12,
        HungerChange = -25.0,
        Calories = 36.0,
        Carbohydrates = 9.0,
        Lipids = 2.0,
        Proteins = 1.3,
        FoodType = NoExplicit,
        StaticModel = BowlSoup_Ground,
        WorldStaticModel = BowlSoup_Ground,
        ReplaceOnUse = Base.Bowl,
		Tags = base:pizzasauce,
    }

	item PotTomatoSauce
    {
		DisplayCategory = Food,
		Weight = 1.5,
		ItemType = base:food,
		Icon = FishOilStart,
		CookingSound = BoilingFood,
		EatType = Pot,
        PourType = Pot,
		IsCookable = true,
		MinutesToCook = 60,
        MinutesToBurn = 120,
		DaysFresh = 2,
        DaysTotallyRotten = 4,
		HungerChange = -25,
        Calories = 36.0,
        Carbohydrates = 9.0,
        Lipids = 2.0,
        Proteins = 1.3,
		CustomEatSound = EatingSoup,
        StaticModel = PotTomatoSauceTPP,
        WorldStaticModel = PotTomatoSauceTPP,
		Tags = HasMetal,
		ReplaceOnUse = Base.Pot,
    }
	
	item ForgedPotTomatoSauce
    {
		DisplayCategory = Food,
		Weight = 1.5,
		ItemType = base:food,
		Icon = ForgedFishOilStart,
		CookingSound = BoilingFood,
		EatType = Pot,
        PourType = Pot,
		IsCookable = true,
		MinutesToCook = 60,
        MinutesToBurn = 120,
		DaysFresh = 2,
        DaysTotallyRotten = 4,
		HungerChange = -25,
        Calories = 36.0,
        Carbohydrates = 9.0,
        Lipids = 2.0,
        Proteins = 1.3,
		CustomEatSound = EatingSoup,
        StaticModel = ForgedPotTomatoSauceTPP,
        WorldStaticModel = ForgedPotTomatoSauceTPP,
		Tags = HasMetal,
		ReplaceOnUse = Base.Pot,
    }
	
	item SaucepanTomateSauce
    {
		DisplayCategory = Food,
		Weight = 1.5,
		ItemType = base:food,
		Icon = SaucepanTomato,
		CookingSound = BoilingFood,
		EatType = Pot,
        PourType = Pot,
		IsCookable = true,
		MinutesToCook = 60,
        MinutesToBurn = 120,
		DaysFresh = 2,
        DaysTotallyRotten = 4,
		HungerChange = -25,
        Calories = 36.0,
        Carbohydrates = 9.0,
        Lipids = 2.0,
        Proteins = 1.3,
		CustomEatSound = EatingSoup,
        StaticModel = SaucepanTomateSauceTPP,
        WorldStaticModel = SaucepanTomateSauceTPP,
		Tags = HasMetal,
		ReplaceOnUse = Base.Pot,
    }
	
	item SaucepanCopperTomateSauce
    {
		DisplayCategory = Food,
		Weight = 1.5,
		ItemType = base:food,
		Icon = ForgedSaucepanTomato,
		CookingSound = BoilingFood,
		EatType = Pot,
        PourType = Pot,
		IsCookable = true,
		MinutesToCook = 60,
        MinutesToBurn = 120,
		DaysFresh = 2,
        DaysTotallyRotten = 4,
		HungerChange = -25,
        Calories = 36.0,
        Carbohydrates = 9.0,
        Lipids = 2.0,
        Proteins = 1.3,
		CustomEatSound = EatingSoup,
        StaticModel = SaucepanCopperTomateSauceTPP,
        WorldStaticModel = SaucepanCopperTomateSauceTPP,
		Tags = HasMetal,
		ReplaceOnUse = Base.Pot,
    }
	
	item BottledTomatoSauce
	{
        DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.2,
        Icon = BottledTomatoSauce,
		CantEat = true,
        CantBeFrozen = true,
        EatType = GlugFood,
		HungerChange = -25,
		DaysFresh = 90,
        DaysTotallyRotten = 180,
        Calories = 36.0,
        Carbohydrates = 9.0,
        Lipids = 2.0,
        Proteins = 1.3,
        CustomContextMenu = Drink,
        CustomEatSound = DrinkingFromCan,
        StaticModel = BottledTomatoSauceOpenTPP,
        WorldStaticModel = BottledTomatoSauceOpenTPP,
		ReplaceOnUse = Base.BottleCrafted,
    }
	
	item BottledTomatoSauceOpen
	{
        DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.2,
        Icon = BottledTomatoSauce,
        CantBeFrozen = true,
        EatType = GlugFood,
        EvolvedRecipe = Pizza:3;Soup:3;Stew:3;Omelette:3;Rice:3;Pasta:3;Stir fry:3;Pie:3;Salad:3;Sandwich:3,
        Spice = true,
		DaysFresh = 2,
        DaysTotallyRotten = 4,
		HungerChange = -25,
        Calories = 36.0,
        Carbohydrates = 9.0,
        Lipids = 2.0,
        Proteins = 1.3,
        CustomContextMenu = Drink,
        CustomEatSound = DrinkingFromCan,
        StaticModel = BottledTomatoSauceOpenTPP,
        WorldStaticModel = BottledTomatoSauceOpenTPP,
        Tags = base:pizzasauce,
		ReplaceOnUse = Base.BottleCrafted,
    }
	
	item BottledVinegarTPP
    {
        DisplayCategory = Food,
        ItemType = base:drainable,
        UseWhileEquipped = false,
        UseDelta = 0.1,
        Weight = 0.2,
        Icon = FishOil,
        CantBeFrozen = true,
        EatType = GlugFood,
        EvolvedRecipe = Sandwich:1;Burger:1;Rice:1;Pasta:1;Stir fry:1;Salad:1;Taco:1;Burrito:1,
        Packaged = true,
        Spice = true,
        HungerChange = -10.0,
        UnhappyChange = 50,
        Calories = 0.0,
        Carbohydrates = 0.0,
        Lipids = 0.0,
        Proteins = 0.0,
        StaticModel = BottledVinegarTPP,
        WorldStaticModel = BottledVinegarTPP,
        Tags = base:vinegar;base:minoringredient,
        FoodType = Dressing,
		ReplaceOnUse = Base.BottleCrafted,
    }
	
	item CheeseStart
	{
		DisplayCategory = Food,
		Weight = 1.5,
		ItemType = base:food,
		Icon = MilkStarter,
		CookingSound = BoilingFood,
		EatType = Pot,
        PourType = Pot,
		IsCookable = true,
		MinutesToCook = 10,
        MinutesToBurn = 100,
		DaysFresh = 2,
        DaysTotallyRotten = 4,
		HungerChange = -20,
		ThirstChange = -20,
		UnhappyChange = 80,
		Calories = 1100.0,
        Carbohydrates = 25.0,
        Lipids = 10.5,
        Proteins = 24.0,
		CustomEatSound = EatingSoup,
        StaticModel = PotMilkTPP,
        WorldStaticModel = PotMilkTPP,
		Tags = HasMetal,
		ReplaceOnUse = Base.Pot,
	}
	
	item ForgedCheeseStart
	{
		DisplayCategory = Food,
		Weight = 1.5,
		ItemType = base:food,
		Icon = ForgedMilkStarter,
		CookingSound = BoilingFood,
		EatType = Pot,
        PourType = Pot,
		IsCookable = true,
		MinutesToCook = 10,
        MinutesToBurn = 100,
		DaysFresh = 2,
        DaysTotallyRotten = 4,
		HungerChange = -20,
		ThirstChange = -20,
		UnhappyChange = 80,
		Calories = 1100.0,
        Carbohydrates = 25.0,
        Lipids = 10.5,
        Proteins = 24.0,
		CustomEatSound = EatingSoup,
        StaticModel = ForgedPotFluidTPP,
        WorldStaticModel = ForgedPotFluidTPP,
		Tags = HasMetal,
		ReplaceOnUse = Base.PotForged,
	}
	
	item Sourmilk
	{
		DisplayCategory = Food,
		Weight = 1.5,
		ItemType = base:food,
		Icon = MilkStarter,
		StaticModel = PotMilkTPP,
        WorldStaticModel = PotMilkTPP,
		CantEat = True,
		IsCookable = False,
		ReplaceOnUse = Base.Pot,
		Tooltip = Tooltip_Sourmilk,
	}
	
	item ForgedSourmilk
	{
		DisplayCategory = Food,
		Weight = 1.5,
		ItemType = base:food,
		Icon = ForgedMilkStarter,
		StaticModel = ForgedPotFluidTPP,
        WorldStaticModel = ForgedPotFluidTPP,
		CantEat = True,
		IsCookable = False,
		ReplaceOnUse = Base.PotForged,
		Tooltip = Tooltip_Sourmilk,
	}
	
	item PotVinegar
	{
		DisplayCategory = Food,
		ItemType = base:food,
		CantEat = true,
		IsCookable = false,
		Weight = 1,
		Icon = MilkStarter,
		DaysFresh = 5,
		DaysTotallyRotten = 7,
		StaticModel = PotMilkTPP,
        WorldStaticModel = PotMilkTPP,
		ReplaceOnUse = Base.Pot,
		ReplaceOnRotten = Base.FermentedVinegar,
		Tooltip = Tooltip_PotVinegar,
	}
	
	item FermentedVinegar
	{
		DisplayCategory = Food,
		ItemType = base:food,
		CantEat = true,
		IsCookable = False,
		Weight = 0.5,
		Icon = MilkStarter,
		WorldStaticModel = PotMilkTPP,
		ReplaceOnUse = Base.Pot,
		ReplaceOnRotten = Base.FermentedVinegar,
		Tooltip = Tooltip_Bottlingvinegar,
	}
	
	item ForgedPotVinegar
	{
		DisplayCategory = Food,
		ItemType = base:food,
		CantEat = true,
		IsCookable = false,
		Weight = 1,
		Icon = PotForgedFerment,
		DaysFresh = 5,
		DaysTotallyRotten = 7,
		StaticModel = ForgedPotFluidTPP,
        WorldStaticModel = ForgedPotFluidTPP,
		ReplaceOnUse = Base.PotForged,
		ReplaceOnRotten = Base.ForgedFermentedVinegar,
		Tooltip = Tooltip_PotVinegar,
	}
	
	item ForgedFermentedVinegar
	{
		DisplayCategory = Food,
		ItemType = base:food,
		CantEat = true,
		IsCookable = False,
		Weight = 0.5,
		Icon = PotForgedFerment,
		WorldStaticModel = ForgedPotFluidTPP,
		ReplaceOnUse = Base.PotForged,
		ReplaceOnRotten = Base.FermentedVinegar,
		Tooltip = Tooltip_Bottlingvinegar,
	}
	
	item FishOilStart
	{
		DisplayCategory = Food,
		Weight = 1.5,
		ItemType = base:food,
		Icon = FishOilStart,
		CookingSound = BoilingFood,
		EatType = Pot,
        PourType = Pot,
		IsCookable = true,
		CantEat = true,
		MinutesToCook = 180,
        MinutesToBurn = 300,
		DaysFresh = 2,
        DaysTotallyRotten = 4,
		Calories = 1100.0,
        Carbohydrates = 25.0,
        Lipids = 10.5,
        Proteins = 24.0,
		CustomEatSound = EatingSoup,
        StaticModel = PotMilkTPP,
        WorldStaticModel = PotMilkTPP,
		Tags = HasMetal,
		ReplaceOnUse = Base.Pot,
	}
	
	item ForgedFishOilStart
	{
		DisplayCategory = Food,
		Weight = 1.5,
		ItemType = base:food,
		Icon = ForgedFishOilStart,
		CookingSound = BoilingFood,
		EatType = Pot,
        PourType = Pot,
		IsCookable = true,
		CantEat = true,
		MinutesToCook = 180,
        MinutesToBurn = 300,
		DaysFresh = 2,
        DaysTotallyRotten = 4,
		Calories = 1100.0,
        Carbohydrates = 25.0,
        Lipids = 10.5,
        Proteins = 24.0,
		CustomEatSound = EatingSoup,
        StaticModel = ForgedPotFluidTPP,
        WorldStaticModel = ForgedPotFluidTPP,
		Tags = HasMetal,
		ReplaceOnUse = Base.Pot,
	}
	
	item FishOilPot
	{
		DisplayCategory = Food,
		Weight = 1.5,
		ItemType = base:food,
		Icon = FishOilPot,
		StaticModel = PotTomatoSauceTPP,
        WorldStaticModel = PotTomatoSauceTPP,
		CantEat = True,
		IsCookable = False,
		ReplaceOnUse = Base.Pot,
		Tooltip = Tooltip_Bottlingvinegar,
	}
	
	item ForgedFishOilPot
	{
		DisplayCategory = Food,
		Weight = 1.5,
		ItemType = base:food,
		Icon = ForgedFishOilPot,
		StaticModel = ForgedPotFluidTPP,
        WorldStaticModel = ForgedPotFluidTPP,
		CantEat = True,
		IsCookable = False,
		ReplaceOnUse = Base.PotForged,
		Tooltip = Tooltip_Bottlingvinegar,
	}
	
	item FishOil
	{
        DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.2,
        Icon = FishOil,
        CantBeFrozen = true,
        EatType = GlugFood,
        EvolvedRecipe = Pizza:5;Sandwich:2;Burger:2;Rice:2;Pasta:2;Stir fry:2;Salad:2;Taco:2;Burrito:2;Soup:2;Stew:2,
        Spice = true,
        HungerChange = -30.0,
        UnhappyChange = 50,
        Calories = 1480.0,
        Carbohydrates = 0.0,
        Lipids = 150.0,
        Proteins = 0.0,
        CustomContextMenu = Drink,
        CustomEatSound = DrinkingFromCan,
        StaticModel = FishOilTPP,
        WorldStaticModel = FishOilTPP,
        Tags = base:minoringredient,
        FoodType = Oil,
		ReplaceOnUse = Base.BottleCrafted,
    }
	
	item FreshCheese
    {
        DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.8,
        Icon = FreshCheese,
		EatType = 2handforced,
        EvolvedRecipe = Pizza:15;Soup:10;Stew:10;Sandwich:5;Burger:5;Hotdog:5;Salad:5;Pasta:10;Taco:5;Burrito:5;Bread:5;Toast:5;AddBaitToChum:10,
        FoodType = Cheese,
        DaysFresh = 14,
        DaysTotallyRotten = 20,
        HungerChange = -120.0,
        Calories = 1230,
        Carbohydrates = 82,
        Lipids = 44,
        Proteins = 66,
        FishingLure = true,
        StaticModel = FreshCheeseTPP,
        WorldStaticModel = FreshCheeseTPP,
        Tags = base:cheese,
    }
	
	item FreshCheeseSlice
    {
        DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.15,
        Icon = FreshCheeseSlice,
        EvolvedRecipe = Pizza:15;Soup:10;Stew:10;Sandwich:5;Burger:5;Hotdog:5;Salad:5;Pasta:10;Taco:5;Burrito:5;Bread:5;Toast:5;AddBaitToChum:10,
        FoodType = Cheese,
        DaysFresh = 14,
        DaysTotallyRotten = 20,
        HungerChange = -15.0,
        Calories = 153.0,
        Carbohydrates = 10.25,
        Lipids = 5.5,
        Proteins = 8.25,
        FishingLure = true,
        StaticModel = FreshCheeseSliceTPP,
        WorldStaticModel = FreshCheeseSliceTPP,
        Tags = base:cheese,
    }
	
	item PotEvaporatedMilk
	{
		DisplayCategory = Food,
		Weight = 1.5,
		ItemType = base:food,
		Icon = MilkStarter,
		CookingSound = BoilingFood,
		EatType = Pot,
        PourType = Pot,
		IsCookable = true,
		MinutesToCook = 20,
        MinutesToBurn = 100,
		DaysFresh = 2,
        DaysTotallyRotten = 4,
		HungerChange = -20,
		ThirstChange = -20,
		Calories = 615,
        Carbohydrates = 46,
        Lipids = 22,
        Proteins = 33,
		CustomEatSound = EatingSoup,
        StaticModel = PotMilkTPP,
        WorldStaticModel = PotMilkTPP,
		Tags = HasMetal,
		ReplaceOnUse = Base.Pot,
	}
	
	item ForgedPotEvaporatedMilk
	{
		DisplayCategory = Food,
		Weight = 1.5,
		ItemType = base:food,
		Icon = MilkStarter,
		CookingSound = BoilingFood,
		EatType = Pot,
        PourType = Pot,
		IsCookable = true,
		MinutesToCook = 20,
        MinutesToBurn = 100,
		DaysFresh = 2,
        DaysTotallyRotten = 4,
		HungerChange = -20,
		ThirstChange = -20,
		Calories = 615,
        Carbohydrates = 46,
        Lipids = 22,
        Proteins = 33,
		CustomEatSound = EatingSoup,
        StaticModel = ForgedPotFluidTPP,
        WorldStaticModel = ForgedPotFluidTPP,
		Tags = HasMetal,
		ReplaceOnUse = Base.Pot,
	}
	
	item BottledEvaporatedMilkTPP
    {
        DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.8,
        Icon = BottledEvaporatedMilkTPP,
		CantEat = true,
		DaysFresh = 60,
        DaysTotallyRotten = 90,
        Packaged = true,
        Calories = 615,
        Carbohydrates = 46,
        Lipids = 22,
        Proteins = 33,
        StaticModel = BottledEvaporatedMilkTPP,
        WorldStaticModel = BottledEvaporatedMilkTPP,
    }
	
	item BottledEvaporatedMilkTPPOpen
    {
        DisplayCategory = Food,
        EatType = GlugFood,
        ItemType = base:food,
        Weight = 0.8,
        Icon = BottledEvaporatedMilkTPP,
        EvolvedRecipe = FruitSalad:2;Pancakes:2;HotDrink:2;Oatmeal:2;PieSweet:5;Cake:5,
        FoodType = Milk,
        DaysFresh = 2,
        DaysTotallyRotten = 4,
        HungerChange = -10.0,
        ThirstChange = -10.0,
        Calories = 615,
        Carbohydrates = 46,
        Lipids = 22,
        Proteins = 33,
        StaticModel = BottledEvaporatedMilkTPP,
        WorldStaticModel = BottledEvaporatedMilkTPP,
        CustomEatSound = DrinkingFromCan,
        Tags = base:milk;base:wetbeverageingredient,
        ReplaceOnUse = Base.BottleCrafted,
        EvolvedRecipeName = Evaporated Milk,
    }
	
	item PlainIceCreamTPP
    {
        DisplayCategory = Food,
        EatType = Candrink,
        ItemType = base:food,
        Weight = 0.4,
        Icon = BowlofIceCreamTPP,
        DaysFresh = 2,
        DaysTotallyRotten = 4,
        HungerChange = -25.0,
        UnhappyChange = -10,
        Calories = 800,
        Carbohydrates = 80,
        Lipids = 25,
        Proteins = 33,
        StaticModel = BowlofIceCreamTPP,
        WorldStaticModel = BowlofIceCreamTPP,
        Tags = base:goodfrozen,
		ReplaceOnUse = Base.Bowl,
    }
	
}