Tasty Salad: Difference between revisions

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



Revision as of 05:34, 24 January 2014


The highest teir of Salads, it takes three Salad Ingredient, and has the Hungry, Moodles, and Unhappiness effects to show for it. However, despite its teir, it shares the same miniscule shelf life of the other Salads.

Effects

Hungry: -100
Moodles: -15
Unhappy: -15

Crafting

Output Ingredients< Description












Code

item SaladTasty
	{
		Type 		    = Food,
		DisplayName 	    = Tasty Salad,
		Icon 		    = TZ_CraftSalat,
		Weight 		    = 0.9,
		HungerChange 	    = -100,
		BoredomChange       = -15,
		UnhappyChange	    = -15,
		ReplaceOnUse 	    = Bowl,
		DaysFresh 	    = 2,
		DaysTotallyRotten   = 3
	}

Template:Navbox/Consumables