Ketchup: Difference between revisions

From PZwiki
No edit summary
No edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages}}
{{Languages}}
{{Consumables
{{Consumables
|image = CONDIMENTKetchup.png
|image = CONDIMENTKetchup.png
|weight = 0.2
|weight = 0.2
|hunger = -10
|hunger = -10
|thirst = +30
|unhappiness = +30
}}
}}
==Basic Information==
==Basic Information==
'''Ketchup''' is a condiment that can be found in refrigerators. It does not spoil and can be used as a spice in [[Recipe_Ingredients#Ingredient_Use|many recipes]].
'''Ketchup''' is a condiment that can be found in refrigerators. It does not spoil and can be used as a spice in [[Recipe_Ingredients#Ingredient_Use|many recipes]].

Revision as of 01:56, 29 February 2016



Basic Information

Ketchup is a condiment that can be found in refrigerators. It does not spoil and can be used as a spice in many recipes.

Effects

Hunger -10

Unhappiness +30

Code

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

Template:Navbox/Consumables