Mayonnaise: Difference between revisions

From PZwiki
m (fixed container links)
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Mayonnaise}}
{{languages|Mayonnaise}}
<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 -->
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 40|incver=7}}{{Infobox food
<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 -->
|display_name=Mayonnaise
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Perishable_Food|Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name_colour=Food
{{Consumables
|name_text_colour=Food
|image = Mayonnaise_Bottle_and_Jar.gif
|image=TZ_MayonnaiseFull_120px.png
|alternate_image=TZ_MayonnaiseEmpty.png
|alternate_name=Empty Bottle
|alternate_link=Empty Bottle (Mayonnaise)
<!--GENERAL-->
|category=Food
|weight=0.5
|packaged=True
|days_fresh=10
|days_rotten=13
<!--NUTRITION-->
|hunger_change=-30
|calories=3000
|lipids=330
|proteins=0
|carbohydrates=0
<!--EFFECT-->
|unhappy_change=5
|boredom_change=10
<!--COOKING-->
|spice=True
<!--TECHNICAL DETAILS-->
|class_name=farming.MayonnaiseFull
}}'''Mayonnaise''' is a [[Food#Perishable|perishable]] 'spice' food [[item]] used in [[cooking]].
 
==Usage==
=== Consumable properties ===
Mayonnaise can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
{{Consumables2
|image = TZ_MayonnaiseFull.png
|hunger = -30
|hunger = -30
|unhappiness = +5
|unrotten hunger = -20
|boredom = +10
|unrotten boredom = +10
|weight = 0.5
|unrotten unhappiness = +10
|unrotten image = Carrots.png
|rotten hunger = -14
|rotten boredom = +20
|rotten unhappiness = +20
|perishable = 1
|rotten image = TZ_MayonnaiseFull.png
}}
}}
'''Mayonnaise''' is a [[Food#Perishable|perishable]] 'spice' food item which is found in [[Containers#Kitchen_Counter|kitchen counters]]. Mayonnaise take ten in-game days to go stale, and thirteen days in-game days to rot.


== Nutritional Information ==
==Crafting==
A Jar of Mayonnaise, if eaten by itself, provides when completely eaten: -30 hunger, but a penalty of +10 boredom and +5 unhappiness.
===Cooking===
<br><br>
{{Main|Cooking}}
'''Its Nutritional Values are as follows:'''<br>
==== Evolved recipes ====
Carbohydrates = 0 <br>
Mayonnaise is a spice when used in cooking recipes, therefore will not be included in the maximum number of ingredients.
Proteins = 0 <br>
{{EvolvedRecipesForItem|sandwich=2|burger=2|salad=2|ricepot=2|ricepan=2|pastapot=2|pastapan=2}}
Lipids = 330 <br>
Calories = 3000 <br><br>


== Evolved Recipes ==
==Distribution==
<!-- Information for template 'Evolved Recipes', used to explain how much of the food can be put into a meal. -->
Mayonnaise can be found in [[refrigerator]]s.
{{EvolvedRecipesForItem
|sandwich=2|burger=2|salad=2|ricepot=2|ricepan=2|pastapot=2|pastapan=2|}}


== Code ==
== Code ==
<br>
'''''From farming.txt (Project Zomboid directory/media/scripts/)'''''
<nowiki>
{{Retrieved|version=40|incver=7}}
    item MayonnaiseFull
<pre> item MayonnaiseFull
Type = Food,
Type = Food,
DisplayName = Mayonnaise,
DisplayName = Mayonnaise,
Line 47: Line 76:
         Lipids  = 330,
         Lipids  = 330,
         Calories  = 3000,
         Calories  = 3000,
         Packaged  = TRUE,
         Packaged  = TRUE,</pre>
</nowiki>


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

Revision as of 07:30, 21 August 2018

Mayonnaise
Mayonnaise
Empty Bottle
General
Category Food
Encumbrance
Heavy Load
0.5
Days until stale 10 days
Days until rotten 13 days
Packaged True
Nutrition
Hunger
Hunger
-30
Calories
Calories
3000
Carbohydrates
Carbohydrates
0
Proteins
Proteins
0
Fat
Fat
330
Effect
Unhappiness
Unhappiness
5
Boredom
Boredom
10
Cooking
Spice True
Technical details
Item ID farming.MayonnaiseFull

Mayonnaise is a perishable 'spice' food item used in cooking.

Usage

Consumable properties

Mayonnaise can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish. Template:Consumables2

Crafting

Cooking

Main article: Cooking

Evolved recipes

Mayonnaise is a spice when used in cooking recipes, therefore will not be included in the maximum number of ingredients.

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

Distribution

Mayonnaise can be found in refrigerators.

Code

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

	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