Simple Salad: Difference between revisions

From PZwiki
(Created page with "{{languages}} {{Consumables |image = Salad.png |hunger = -80 |boredom = -15 |unhappy = -5 |weight = 0.8 }} The medium teir of Salads, it only takes one extra Salad Ingredien...")
 
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 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

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

Code

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

Template:Navbox/Consumables