Mayonnaise: Difference between revisions

From PZwiki
No edit summary
(Revised Page, + Nav Bar, + new consumable info, + new nutrition values, + new info, +new evolved recipe correction, + categories, rewrote description.)
Line 1: Line 1:
__NOTOC__
{{languages|Mayonnaise}}
{{languages|Mayonnaise}}
{{Items
<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]] -> [[Mayonnaise|Mayonnaise]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
|image = Mayonnaise_Bottle_and_Jar.gif
|image = Mayonnaise_Bottle_and_Jar.gif
|hunger = -30
|unhappiness = +5
|boredom = +10
|weight = 0.5
|weight = 0.5
}}
}}
Mayonnaise is a condiment that can be found in refrigerators. It does not spoil and can be used as [[Recipe Ingredients]] in many recipes.
Mayonnaise is a [[Food#Perishable|perishable]] 'spice' food item which is found in [[Containers#Kitchen_cupboard|kitchen cupboards]]. Mayonnaise take ten in-game days to go stale, and thirteen days in-game days to rot.  


==Strategy==
== Nutritional Information ==
Empty the Mayonnaise on the floor and fill up the empty bottle/jar with water to take with you on travels.
A Jar of Mayonnaise, if eaten by itself, provides when completely eaten: -30 hunger, but a penalty of +10 boredom and +5 unhappiness.
<br><br>
'''It's Nutritional Values are as follows:'''<br>
Carbohydrates = 0 <br>
Proteins = 0 <br>
Lipids = 330 <br>
Calories = 3000 <br><br>
 
== Evolved Recipes ==
<!-- Information for template 'Evolved Recipes', used to explain how much of the food can be put into a meal. -->
{{EvolvedRecipesForItem
|sandwich=2|burger=2|salad=2|ricepot=2|ricepan=2|pastapot=2|pastapan=2|}}
 
== Code ==
<br>
<nowiki>
    item MayonnaiseFull
Type = Food,
DisplayName = Mayonnaise,
Icon = TZ_MayonnaiseFull,
Weight = 0.5,
HungerChange = -30,
BoredomChange = 10,
UnhappyChange = 5,
DaysFresh = 10,
DaysTotallyRotten = 13,
ReplaceOnUse     = MayonnaiseEmpty,
EvolvedRecipe        = Sandwich:2;Burger:2;Salad:2;RicePot:2;RicePan:2;PastaPot:2;PastaPan:2,
Spice    = true,
        Carbohydrates  = 0,
        Proteins  = 0,
        Lipids  = 330,
        Calories  = 3000,
        Packaged  = TRUE,
</nowiki>
 
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Non-Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 17:17, 23 July 2016


Page Updated @ Version: 34.28
   Navigation - Index -> Food -> Perishable Foods -> Mayonnaise   

Mayonnaise is a perishable 'spice' food item which is found in kitchen cupboards. Mayonnaise take ten in-game days to go stale, and thirteen days in-game days to rot.

Nutritional Information

A Jar of Mayonnaise, if eaten by itself, provides when completely eaten: -30 hunger, but a penalty of +10 boredom and +5 unhappiness.

It's Nutritional Values are as follows:
Carbohydrates = 0
Proteins = 0
Lipids = 330
Calories = 3000

Evolved Recipes

Product Nutrition
Salad
Salad
2
Sandwich
Sandwich
2
Burger
Burger
2
Rice Pot/Saucepan
Rice Pot/Saucepan
2
Pasta Pot/Saucepan
Pasta Pot/Saucepan
2

Code


    item MayonnaiseFull
		Type			= Food,
		DisplayName		= Mayonnaise,
		Icon			= TZ_MayonnaiseFull,
		Weight			= 0.5,
		HungerChange 		= -30,
		BoredomChange 		= 10,
		UnhappyChange 		= 5,
		DaysFresh 	 	= 10,
		DaysTotallyRotten 	= 13,
		ReplaceOnUse 	     	= MayonnaiseEmpty,
		EvolvedRecipe        	= Sandwich:2;Burger:2;Salad:2;RicePot:2;RicePan:2;PastaPot:2;PastaPan:2,
		Spice    	 	= true,
        	Carbohydrates  	 	= 0,
        	Proteins  	 	= 0,
        	Lipids  	 	= 330,
        	Calories  	 	= 3000,
        	Packaged  	 	= TRUE,
 

Template:Navbox/Consumables