Mayonnaise: Difference between revisions

From PZwiki
(re-added model to infobox)
m (fixed model link)
Line 3: Line 3:
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=JarLid_Mayo_Model.png
|image=MayoJar Model.png
|image_width=200px
|image_width=200px
|alternate_image=TZ_MayonnaiseFull.png
|alternate_image=TZ_MayonnaiseFull.png
Line 60: Line 60:
==Gallery==
==Gallery==
<gallery>
<gallery>
JarLid Mayo Model.png|Mayonnaise model when placed in the world.
MayoJar Model.png|Mayonnaise model when placed in the world.
</gallery>
</gallery>



Revision as of 12:44, 24 June 2023

Mayonnaise
Mayonnaise
Mayonnaise Empty Bottle
General
Category Food
Encumbrance
Heavy Load
0.5
Days until stale 10 days
Days until rotten 3 days
Packaged Yes
Nutrition
Hunger
Hunger
-30
Calories
Calories
3000
Carbohydrates
Carbohydrates
0
Proteins
Proteins
0
Fat
Fat
330
Effect
Unhappiness
Unhappiness
+5
Boredom
Boredom
+10
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

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.

Gallery

Code

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

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