Boring Salad

From PZwiki
Revision as of 12:34, 30 November 2013 by Niipaa (talk | contribs) (Created page with "{{languages}} {{Consumables |image = Salad.png |hunger = -60 |boredome = -5 |weight = 0.7 }} The lowest quality of Salad that can currently be made. While the shelf life of Sa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


The lowest quality of Salad that can currently be made. While the shelf life of Salads in Project Zomboid are virtually zero (Stays Fresh for 1 Day, Rots after 2), their easy to access ingredients (Provided you have a farm), and simple recipes, can prove invaluable for staving off a fever or healing serious wounds when other food isn't available.

Effects

Moodles: -5
Hungry: -60

Crafting

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

Code

item SaladBoring
	{
		Type 		    = Food,
		DisplayName 	    = Boring Salad,
		Icon 		    = TZ_CraftSalat,
		Weight 		    = 0.7,
		HungerChange 	    = -60,
		BoredomChange 	    = -5,
		ReplaceOnUse 	    = Bowl,
		DaysFresh           = 1,
		DaysTotallyRotten   = 2
	}

Template:Navbox/Consumables