Tasty Salad: Difference between revisions

From PZwiki
(Created page with "{{languages}} {{Consumables |image = Salad.png |hunger = -100 |boredom = -15 |unhappy = -15 |weight = 0.9 }} The highest teir of Salads, it takes three Salad Ingredients|Sal...")
 
m (added perishable food cat)
Line 45: Line 45:
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Food]]
[[Category:Perishable Food]]

Revision as of 05:18, 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

Name Recipe Description
[[File:{{{product_image}}}|64x64px|class=pixelart link=[[{{{product_name}}}]]]]
[[{{{product_name}}}]]
none none none none

Code

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

Template:Navbox/Consumables