Mayonnaise

From PZwiki
Revision as of 10:10, 14 March 2022 by Vaileasys (talk | contribs) (updated to 41.68 + added model + navbox)

Template:Infobox foodMayonnaise 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
Taco
Taco
2
Burrito
Burrito
2

Distribution

Mayonnaise can be found in refrigerators.

Code

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

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