module Base
{
  import
  {
    Base
  }
  
	item Lard
    {
		DisplayName = Lard,
        DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.3,
        Icon = Lard,
        EvolvedRecipe = Sandwich:2;Stir fry:4;Pasta:4;Taco:2;Burrito:2;Toast:2;Soup:4;Stew:4,
        FoodType = NoExplicit,
        Spice = true,
        Packaged = true,
        HungerChange = -24.0,
        UnhappyChange = 30,
        Calories = 4095.0,
        Carbohydrates = 0.0,
        Lipids = 454.0,
        Proteins = 0.0,
        StaticModel = Lard_Ground,
        WorldStaticModel = Lard_Ground,
        Tags = base.bakingfat;base.animalfat,

    }
	
	item Schmaltz
    {
	    DisplayName = Schmaltz,
        DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.3,
        Icon = Lard,
        EvolvedRecipe = Sandwich:2;Stir fry:4;Pasta:4;Taco:2;Burrito:2;Toast:2;Soup:4;Stew:4,
        FoodType = NoExplicit,
        Spice = true,
        Packaged = true,
        HungerChange = -24.0,
        UnhappyChange = 30,
        Calories = 4095.0,
        Carbohydrates = 0.0,
        Lipids = 454.0,
        Proteins = 0.0,
        StaticModel = Lard_Ground,
        WorldStaticModel = Lard_Ground,
        Tags = base.bakingfat;base.animalfat,
    }
	
	item Tallow
    {
		DisplayName = Tallow,
        DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.3,
        Icon = Lard,
        EvolvedRecipe = Sandwich:2;Stir fry:4;Pasta:4;Taco:2;Burrito:2;Toast:2;Soup:4;Stew:4,
        FoodType = NoExplicit,
        Spice = true,
        Packaged = true,
        HungerChange = -24.0,
        UnhappyChange = 30,
        Calories = 4095.0,
        Carbohydrates = 0.0,
        Lipids = 454.0,
        Proteins = 0.0,
        StaticModel = Lard_Ground,
        WorldStaticModel = Lard_Ground,
        Tags = base.bakingfat;base.animalfat,

    }
	
}
