Mustard: Difference between revisions

From PZwiki
(Added code)
No edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{Languages}}
{{Languages}}
{{Items
{{Consumables
|image = CONDIMENTMustard.png
|image = CONDIMENTMustard.png
|weight = 0.2
|weight = 0.2
Line 7: Line 7:
|unhappiness = +30
|unhappiness = +30
}}
}}


==Basic information==
==Basic information==

Revision as of 01:56, 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