Butter: Difference between revisions

From PZwiki
m (Can't use in soup.)
(New infobox + new layout)
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{languages}}
{{languages|Butter}}
{{Consumables
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=7}}{{Infobox food
|image = Butter.png
|display_name=Butter
|hunger = -30
|name_colour=Food
|weight = 0.3
|name_text_colour=Food
}}
|image=Butter_120px.png
Butter is a nonperishable food item that is found in the kitchen in many houses. Butter can satiate a good deal of hunger, but it gives off unhappiness as a change. To use butter more efficiently, you can craft a grilled cheese sandwich.
<!--GENERAL-->
|category=Food
|weight=0.3
|packaged=True
<!--NUTRITION-->
|hunger_change=-25
|calories=3200
|lipids=352
|proteins=0
|carbohydrates=0
<!--EFFECT-->
|unhappy_change=20
<!--TECHNICAL DETAILS-->
|class_name=Base.Butter
}}'''Butter''' is a [[Food#Non-Perishable|non-perishable]] food [[item]].  


== Effects ==
==Usage==
[[Hunger]]: -30<br>
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]] [[Recipe Ingredients|ingredient]], as all negative effects are removed.
[[Unhappy]]: +20


== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
===Cooking===
|-
{{Main|Cooking}}
! Name
Butter is a cooking ingredient.
! class="unsortable" | Recipe
{{Cooking table header}}
! class="unsortable" | Description
{{RecipeLookup|2033}}
{{RecipeLookup|2006}}
{{RecipeLookup|2039}}
{{RecipeLookup|2007}}
{{Crafting table footer}}
{{RecipeLookup|2008}}
==== Evolved recipes ====
{{RecipeLookup|2012}}
{{EvolvedRecipesForItem|sandwich=5|stirfry=5|roastedvegetables=5|pastapot=5|pastapan=5|}}
|}
 
==Distribution==
Butter can be found in kitchen [[Containers#Kitchen Counter|counters]] and [[refrigerator]]s.


== Code ==
== Code ==
<nowiki>item Butter
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{
{{Retrieved|version=40|incver=7}}
Type = Food,
<pre> item Butter
DisplayName = Butter,
HungerChange = -25,
Icon = Butter,
Weight = 0.3,
Weight = 1,
Type = Food,
UnhappyChange = 20,
UnhappyChange = 20,
HungerChange = -40,
DisplayName = Butter,
}</nowiki>
Icon = Butter,
 
EvolvedRecipe = Sandwich:5;Stir fry:5;Roasted Vegetables:5;PastaPot:5;PastaPan:5,
== History ==
FoodType    = NoExplicit,
 
        Carbohydrates = 0,
{| class="wikitable" width="550" style="text-align:center;"
        Proteins = 0,
|-
        Lipids = 352,
! Alpha || 
        Calories = 3200,
|-
        Packaged = TRUE,</pre>
| RC 2.9 || Added to the game.
|}


==See Also==
==See also==
* [[Simple Soup]]
* [[Recipe_Ingredients|Recipe Ingredients]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Cookable Food]]
[[Category:Items]]
[[Category:Consumables]]
[[Category:Non-Perishable Food]]
[[Category:Version 0.2.0p]]

Revision as of 11:14, 20 August 2018

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. Template:Cooking table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Evolved recipes

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

Distribution

Butter can be found in kitchen counters and refrigerators.

Code

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

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

See also

Template:Navbox/Consumables