Mayonnaise: Difference between revisions

From PZwiki
(Update of NavBar.)
m (Version bump)
(24 intermediate revisions by 8 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Food|Spices}}
{{languages|Mayonnaise}}
{{Page version|41.78.16}}
<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 -->
{{Infobox item
<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=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 -->
|model=MayoJar_Model.png
|icon=TZ_MayonnaiseFull.png
|icon_name=Mayonnaise
|icon2=TZ_MayonnaiseEmpty.png
|icon_name2=Empty Bottle
Water Bottle (Mayonnaise)
<!--GENERAL-->
|category=Food
|weight=0.5
|packaged=Yes
|days_fresh=10
|days_rotten=3
<!--NUTRITION-->
|hunger_change=-30
|calories=3000
|lipids=330
|proteins=0
|carbohydrates=0
<!--EFFECT-->
|unhappy_change=+5
|boredom_change=+10
<!--TECHNICAL DETAILS-->
|item_id=farming.MayonnaiseFull
}}
 
'''Mayonnaise''' is a [[Food#Perishable|perishable]] 'spice' food [[Items|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.
{{Consumables
{{Consumables
|image = Mayonnaise_Bottle_and_Jar.gif
|image = TZ_MayonnaiseFull.png
|boredom = +10
|unhappiness = +5
|rotten image = TZ_MayonnaiseFull.png
|hunger = -30
|hunger = -30
|unhappiness = +5
|unrotten hunger = -23
|boredom = +10
|unrotten boredom = +20
|weight = 0.5
|unrotten unhappiness = +15
|unrotten image = Carrots.png
|rotten hunger = -13
|rotten boredom = +30
|rotten unhappiness = +25
|perishable = 1
}}
}}
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.


== 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.
{{Main|Cooking}}
<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 ==
===Evolved recipes===
<!-- Information for template 'Evolved Recipes', used to explain how much of the food can be put into a meal. -->
Mayonnaise is a spice when used in [[cooking]] [[Recipe ingredients|recipes]], therefore will not be included in the maximum number of ingredients.
{{EvolvedRecipesForItem
{{EvolvedRecipesForItem|spice=true|sandwich=2|burger=2|salad=2|rice=2|pasta=2|taco=2|burrito=2}}
|sandwich=2|burger=2|salad=2|ricepot=2|ricepan=2|pastapot=2|pastapan=2|}}
 
==Distribution==
Mayonnaise can be found in [[refrigerator]]s.
 
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 224
  | source = farming.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item MayonnaiseFull
{
    DisplayCategory = Food,
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;Sandwich Baguette:2;Burger:2;Salad:2;RicePot:2;RicePan:2;PastaPot:2;PastaPan:2;Taco:2;Burrito:2,
Spice  =  true,
        Carbohydrates = 0,
        Proteins = 0,
        Lipids = 330,
        Calories = 3000,
        Packaged = TRUE,
        EatType = candrink,
        StaticModel = MayoJar,
        WorldStaticModel = MayoJar_Ground,
FoodType = NoExplicit,
}
}}
}}


== Code ==
{{Navbox food}}
<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:Perishable food]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 02:43, 28 March 2024

Project ZomboidItemsFoodSpicesMayonnaise
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Mayonnaise
MayoJar Model.png
Empty Bottle Water Bottle (Mayonnaise)
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.5
Properties
Packaged
Yes
Days fresh
10 days
Days until rotten
3 days
Nutrition
HungerMoodle Icon Hungry.png
-30
CaloriesCalories
3000
CarbohydratesCarbohydrates
0
ProteinsProteins
0
FatFat
330
Effect
UnhappinessMoodle Icon Unhappy.png
+5
BoredomMoodle Icon Bored.png
+10
Technical
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.

Fresh Stale Rotten

TZ MayonnaiseFull.png
Hunger: -30
Boredom: +10
Unhappiness: +5

TZ MayonnaiseFull.png
Hunger: -23
Boredom: +20
Unhappiness: +15

TZ MayonnaiseFull.png
Hunger: -13
Boredom: +30
Unhappiness: +25
Dangerous, will cause sickness.

Crafting

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
Taco
Taco
2
Burrito
Burrito
2

Distribution

Mayonnaise can be found in refrigerators.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\farming.txt

Retrieved: Build 41.78.16
item MayonnaiseFull
	{
	    DisplayCategory = Food,
		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;Sandwich Baguette:2;Burger:2;Salad:2;RicePot:2;RicePan:2;PastaPot:2;PastaPan:2;Taco:2;Burrito:2,
		Spice   =   true,
        Carbohydrates = 0,
        Proteins = 0,
        Lipids = 330,
        Calories = 3000,
        Packaged = TRUE,
        EatType = candrink,
        StaticModel = MayoJar,
        WorldStaticModel = MayoJar_Ground,
		FoodType = NoExplicit,
	}