Mayonnaise

From PZwiki
Revision as of 12:47, 10 May 2018 by Vaileasys (talk | contribs) (fixed container links)


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Food -> Perishable Foods -> Mayonnaise   

Mayonnaise is a perishable 'spice' food item which is found in kitchen counters. Mayonnaise take ten in-game days to go stale, and thirteen days in-game days to rot.

Nutritional Information

A Jar of Mayonnaise, if eaten by itself, provides when completely eaten: -30 hunger, but a penalty of +10 boredom and +5 unhappiness.

Its Nutritional Values are as follows:
Carbohydrates = 0
Proteins = 0
Lipids = 330
Calories = 3000

Evolved Recipes

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

Code


    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