Butter: Difference between revisions

From PZwiki
(New infobox + new layout)
(20 intermediate revisions by 9 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 = -40
|name_colour=Food
|weight = 1
|name_text_colour=Food
}}
|image=Butter_120px.png
== Effects ==
<!--GENERAL-->
[[Hunger]]: -40<br>
|category=Food
[[Unhappy]]: -20
|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]].
 
==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]] [[Recipe Ingredients|ingredient]], as all negative effects are removed.
 
== 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|20}}
{{RecipeLookup|2039}}
{{RecipeLookup|21}}
{{Crafting table footer}}
|}
==== Evolved recipes ====
{{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,
FoodType    = NoExplicit,
        Carbohydrates = 0,
        Proteins = 0,
        Lipids = 352,
        Calories = 3200,
        Packaged = TRUE,</pre>
 
==See also==
* [[Recipe_Ingredients|Recipe Ingredients]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[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