Butter: Difference between revisions

From PZwiki
(New infobox + new layout)
(updated to 41.68 + added model + navbox)
Line 1: Line 1:
{{languages|Butter}}
{{languages}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=7}}{{Infobox food
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=68}}{{Infobox food
|display_name=Butter
|display_name=Butter
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=Butter_120px.png
|image=Butter_Model.png
|image_width=150px
|alternate_image=Butter.png
|alternate_name=Butter
|alternate_link=
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 28: Line 32:
{{Main|Cooking}}
{{Main|Cooking}}
Butter is a cooking ingredient.
Butter is a cooking ingredient.
{{Cooking table header}}
{{Crafting header|ing=7}}
{{RecipeLookup|2033}}
{{Crafting cooking|108|ing=7}}
{{RecipeLookup|2039}}
{{Crafting cooking|110|ing=7}}
{{Crafting table footer}}
|}
==== Evolved recipes ====
==== Evolved recipes ====
{{EvolvedRecipesForItem|sandwich=5|stirfry=5|roastedvegetables=5|pastapot=5|pastapan=5|}}
{{EvolvedRecipesForItem|sandwich=5|stirfry=5|roastedvegetables=5|pastapot=5|pastapan=5|taco=5|burrito=5}}


==Distribution==
==Distribution==
Line 40: Line 44:
== Code ==
== Code ==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=7}}
{{Retrieved|version=41|incver=68}}
<pre> item Butter
<pre>   item Butter
HungerChange = -25,
{
Weight = 0.3,
    DisplayCategory = Food,
Type = Food,
HungerChange = -25,
UnhappyChange = 20,
Weight = 0.3,
DisplayName = Butter,
Type = Food,
Icon = Butter,
UnhappyChange = 20,
EvolvedRecipe = Sandwich:5;Stir fry:5;Roasted Vegetables:5;PastaPot:5;PastaPan:5,
DisplayName = Butter,
FoodType   = NoExplicit,
Icon = Butter,
        Carbohydrates = 0,
EvolvedRecipe = Sandwich:5;Sandwich Baguette:5;Stir fry Griddle Pan:5;Stir fry:5;Roasted Vegetables:5;PastaPot:5;PastaPan:5;Taco:5;Burrito:5,
         Proteins = 0,
FoodType   =   NoExplicit,
         Lipids = 352,
Carbohydrates = 0,
         Calories = 3200,
         Proteins = 0,
         Packaged = TRUE,</pre>
         Lipids = 352,
         Calories = 3200,
         Packaged = TRUE,
        WorldStaticModel = Butter,
}</pre>


==See also==
==See also==
* [[Recipe_Ingredients|Recipe Ingredients]]
* [[Cheese]]
* [[Processed Cheese]]
* [[Recipe Ingredients]]


{{Navbox/Consumables}}
{{Navbox_food}}

Revision as of 05:06, 14 March 2022

Butter
Butter
Butter
General
Category Food
Encumbrance
Heavy Load
0.3
Packaged True
Nutrition
Hunger
Hunger
-25
Calories
Calories
3200
Carbohydrates
Carbohydrates
0
Proteins
Proteins
0
Fat
Fat
352
Effect
Unhappiness
Unhappiness
20
Technical details
Item ID Base.Butter

Butter is a non-perishable food item.

Usage

Butter can be eaten, providing the player with some positive and negative effects. As it is non-perishable, butter will never go stale or rotten. Butter is more effective when used as cooking ingredient, as all negative effects are removed.

Crafting

Cooking

Main article: Cooking

Butter is a cooking ingredient.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4 Ingredient 5 Ingredient 6 Ingredient 7
CakeBatter.png
Cake Batter
2.5 Cooking none Chef
OR
Cook (trait)
OR
Good Cooking Magazine Vol. 1
Bowl.png
Bowl
(consumed)

(keep)

(1 unit)

(consumed)
Butter.png
Butter
(15 units)

(consumed)

(3 units)

(consumed)
One of:
Egg.png Egg
WildEggs.png Wild Eggs

(consumed)
Yeast.png
Yeast
(consumed)
Dough.png
Pie Dough
2.5 Cooking none Chef
OR
Cook (trait)
OR
Good Cooking Magazine Vol. 1
Bowl.png
Bowl
(keep)

(keep)
WaterDrop.png
Water
(2 units)

(consumed)
One of:
Cornflour.png Corn Flour x2
Flour.png Flour x2

(consumed)

(consumed)
Salt.png
Salt
(2 units)

(consumed)

Evolved recipes

Product Nutrition
Stir Fry
Stir Fry
5
Roasted Vegetables
Roasted Vegetables
5
Sandwich
Sandwich
5
Pasta Pot/Saucepan
Pasta Pot/Saucepan
5
Taco
Taco
5
Burrito
Burrito
5

Distribution

Butter can be found in kitchen counters and refrigerators.

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.68

    item Butter
	{
	    DisplayCategory = Food,
		HungerChange	=	-25,
		Weight	=	0.3,
		Type	=	Food,
		UnhappyChange	=	20,
		DisplayName	=	Butter,
		Icon	=	Butter,
		EvolvedRecipe = Sandwich:5;Sandwich Baguette:5;Stir fry Griddle Pan:5;Stir fry:5;Roasted Vegetables:5;PastaPot:5;PastaPan:5;Taco:5;Burrito:5,
		FoodType    =   NoExplicit,
		Carbohydrates = 0,
        	Proteins = 0,
        	Lipids = 352,
        	Calories = 3200,
        	Packaged = TRUE,
        	WorldStaticModel = Butter,
	}

See also