Boring Salad

From PZwiki
Revision as of 15:20, 26 July 2014 by Pat Bren (talk | contribs) (Added category)
BoxSmall.png
This feature has been removed from the game.
It has been replaced by something else.

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

Hungry: -60
Moodles: -5

Crafting

Output Ingredients< Description












Code

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

Template:Navbox/Consumables