Butter: Difference between revisions

From PZwiki
m (Removed extra "See also" section.)
(New infobox + new layout)
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
{{languages|Butter}}
{{languages}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=7}}{{Infobox food
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
|display_name=Butter
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
|name_colour=Food
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[ Main_Page|Index]] -> [[:Category:Food|Food]] -> [[:Category:Non-Perishable_Food|Non Perishable Foods]] -> [[Butter|Butter]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name_text_colour=Food
{{Consumables
|image=Butter_120px.png
|image = Butter.png
<!--GENERAL-->
|weight = 0.3
|category=Food
|hunger = -25
|weight=0.3
|unhappiness = +20
|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]].  


Butter is a non-perishable 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 penalty. Butter is best used as a ingredient of a larger meal, where the unhappiness modifier would not apply.
==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.


== Nutritional Information ==
== Crafting ==
===Cooking===
{{Main|Cooking}}
Butter is a cooking ingredient.
{{Cooking table header}}
{{RecipeLookup|2033}}
{{RecipeLookup|2039}}
{{Crafting table footer}}
==== Evolved recipes ====
{{EvolvedRecipesForItem|sandwich=5|stirfry=5|roastedvegetables=5|pastapot=5|pastapan=5|}}


'''It's Nutritional Values are as follows:'''<br>
==Distribution==
Carbohydrates = 0 <br>
Butter can be found in kitchen [[Containers#Kitchen Counter|counters]] and [[refrigerator]]s.
Proteins = 0 <br>
Lipids = 352 <br>
Calories = 3200 <br><br>
== Evolved Recipes ==
{{EvolvedRecipesForItem
|sandwich=5|stirfry=5|roastedvegetables=5|pastapot=5|pastapan=5|}}


== Code ==
== Code ==
<nowiki>item Butter
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
HungerChange = -25,
{{Retrieved|version=40|incver=7}}
Weight = 0.3,
<pre> item Butter
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;Stir fry:5;Roasted Vegetables:5;PastaPot:5;PastaPan:5,
        Proteins = 0,
FoodType    = NoExplicit,
        Lipids = 352,
        Carbohydrates = 0,
        Calories = 3200,
        Proteins = 0,
        Packaged = TRUE,
        Lipids = 352,
</nowiki>
        Calories = 3200,
==See Also==
        Packaged = TRUE,</pre>
 
==See also==
* [[Recipe_Ingredients|Recipe Ingredients]]
* [[Recipe_Ingredients|Recipe Ingredients]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Non-Perishable_Food]]
[[Category:Version 34.28]]

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