Mustard: Difference between revisions

From PZwiki
No edit summary
No edit summary
Line 5: Line 5:
|weight = 0.2
|weight = 0.2
|hunger = -10
|hunger = -10
|unhappiness = 30
|unhappiness = +30
}}
}}
==Basic information==
==Basic information==

Revision as of 01:58, 29 February 2016


Basic information

Mustard is a condiment that can be found in refrigerators. It does not spoil and can be used as a spice in several cooking recipes.

Effects

Hunger -10

Unhappiness +30

Code

item Ketchup
	
		HungerChange	=	-10,
		Weight	=	0.2,
		Type	=	Food,
		UnhappyChange	=	30,
		DisplayName	=	Mustard,
		Icon	=	Mustard,
		Spice   =   true,
		EvolvedRecipe = Sandwich:2;Burger:2,
	 

Template:Navbox/Consumables