Butter: Difference between revisions

From PZwiki
m (Can't use in soup.)
(Updated page, +evolved recipes, +nutritional info, description, +navigation, +info,)
Line 1: Line 1:
__NOTOC__
{{languages}}
{{languages}}
<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 -->
<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 -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">  '''Navigation''' - [[ Main_Page|Index]] -> [[:Category:Food|Food]] -> [[:Category:Perishable_Food|Perishable Foods]] -> [[Bowl_of_Beans|Bowl of Beans]]  </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
{{Consumables
|image = Butter.png
|image = Butter.png
|hunger = -30
|weight = 0.3
|weight = 0.3
|hunger = -25
|unhappiness = +20
}}
}}
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.


== Effects ==
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 change. Butter is best used as a ingredient of a larger meal.
[[Hunger]]: -30<br>
[[Unhappy]]: +20


== Crafting ==
== Nutritional Information ==
{| class="wikitable sortable" style="text-align:center;"
{| border=0 align=left <!-- Table will be in middle of page without this line -->
|-  
|
! Name
{{Consumables2
! class="unsortable" | Recipe
|image = Butter.png
! class="unsortable" | Description
|hunger = -25
{{RecipeLookup|2006}}
|perishable = 1
{{RecipeLookup|2007}}
|cookable = 0
{{RecipeLookup|2008}}
|dangerous uncooked = 0
{{RecipeLookup|2012}}
|unhappiness = +20
|unrotten hunger = -19
|unrotten boredom = +10
|unrotten unhappiness = +20
|rotten hunger = -11
|rotten boredom = +20
|rotten unhappiness = +20
|unrottencooked hunger = 0
|unrottencooked unhappiness = 0
|unrottencooked boredom = 0
|rottencooked hunger = 0
|rottencooked unhappiness = 0
|cooked hunger = 0
|cooked unhappiness = 0
|cooked boredom = 0
|burned hunger = 0
|burned boredom = 0
|burned unhappiness = 0
|burned image =
|rotten image = Butter.png
|cooked image =
}}
|}
|}
<br><br><br><br><br><br><br><br><br><br><br>
'''It's Nutritional Values are as follows:'''<br>
Carbohydrates = 0 <br>
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
  <nowiki>item Butter
{
HungerChange = -25,
Type = Food,
Weight = 0.3,
DisplayName = Butter,
Type = Food,
Icon = Butter,
UnhappyChange = 20,
Weight = 1,
DisplayName = Butter,
UnhappyChange = 20,
Icon = Butter,
HungerChange = -40,
EvolvedRecipe = Sandwich:5;Stir fry:5;Roasted Vegetables:5;PastaPot:5;PastaPan:5,
}</nowiki>
FoodType    = NoExplicit,
 
        Carbohydrates = 0,
== History ==
        Proteins = 0,
 
        Lipids = 352,
{| class="wikitable" width="550" style="text-align:center;"
        Calories = 3200,
|-
        Packaged = TRUE,
! Alpha || 
</nowiki>
|-
==See Also==
| RC 2.9 || Added to the game.
* [[Recipe_Ingredients|Recipe Ingredients]]
|}


==See Also==
==See Also==
* [[Simple Soup]]
{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Cookable Food]]
[[Category:Items]]
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Non-Perishable Food]]
[[Category:Food]]
[[Category:Version 0.2.0p]]
[[Category:Non-Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 04:12, 3 July 2016


Page Updated @ Version: 34.28
Navigation - Index -> Food -> Perishable Foods -> Bowl of Beans


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 change. Butter is best used as a ingredient of a larger meal.

Nutritional Information

Template:Consumables2












It's Nutritional Values are as follows:
Carbohydrates = 0
Proteins = 0
Lipids = 352
Calories = 3200

Evolved Recipes

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

Code

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

See Also

Template:Navbox/Consumables