Simple Salad: Difference between revisions

From PZwiki
m (added recipelookup)
m (corrected days fresh/rotten)
Line 32: Line 32:
UnhappyChange     = -5,
UnhappyChange     = -5,
ReplaceOnUse     = Bowl,
ReplaceOnUse     = Bowl,
DaysFresh     = 1,
DaysFresh     = 2,
DaysTotallyRotten  = 2
DaysTotallyRotten  = 3
}</nowiki>
}</nowiki>



Revision as of 05:35, 24 January 2014


The medium teir of Salads, it only takes one extra Salad Ingredient, and provides a decent jump in Hungry, Moodles, and Unhappiness effects. Like other Salads though, its Fresh life is very minimal, making it an ideal at home meal, but not something you'd want to keep in a cupboard or take on a multi-day trip.

Effects

Hungry: -80
Moodles: -15
Unhappy: -5

Crafting

Output Ingredients< Description












Code

item SaladSimple
	{
		Type 		    = Food,
		DisplayName 	    = Simple Salad,
		Icon 		    = TZ_CraftSalat,
		Weight 		    = 0.8,
		HungerChange 	    = -80,
		BoredomChange 	    = -15,
		UnhappyChange	    = -5,
		ReplaceOnUse 	    = Bowl,
		DaysFresh 	    = 2,
		DaysTotallyRotten   = 3
	}

Template:Navbox/Consumables