Mayonnaise: Difference between revisions

From PZwiki
No edit summary
m (Version bump)
(32 intermediate revisions by 11 users not shown)
Line 1: Line 1:
Mayonnaise is a condiment that can be found in refrigerators. It does not spoil and can be used as [[Recipe Ingredients]] in many recipes.
{{Header|Project Zomboid|Items|Food|Spices}}
[[File:CONDIMENTMayonnaiseBottle.png|thumbnail]]
{{Page version|41.78.16}}
{{Infobox item
|name=Mayonnaise
|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
|image = TZ_MayonnaiseFull.png
|boredom = +10
|unhappiness = +5
|rotten image = TZ_MayonnaiseFull.png
|hunger = -30
|unrotten hunger = -23
|unrotten boredom = +20
|unrotten unhappiness = +15
|unrotten image = Carrots.png
|rotten hunger = -13
|rotten boredom = +30
|rotten unhappiness = +25
|perishable = 1
}}
 
==Crafting==
{{Main|Cooking}}
 
===Evolved recipes===
Mayonnaise is a spice when used in [[cooking]] [[Recipe ingredients|recipes]], therefore will not be included in the maximum number of ingredients.
{{EvolvedRecipesForItem|spice=true|sandwich=2|burger=2|salad=2|rice=2|pasta=2|taco=2|burrito=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,
}
}}
}}
 
{{Navbox food}}
 
[[Category:Perishable food]]

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,
	}