Tasty Salad

From PZwiki
Revision as of 16:10, 9 July 2016 by MalonyJenkins (talk | contribs) (Movement of Page to Removed Foods Category, modernised layout, + navbar, + brief descrip. + correcting spelling errors)


Page Updated @ Version: 34.28
   Navigation - Index -> Food -> Removed Foods -> Tasty Salad   
BoxSmall.png
This feature has been removed from the game.
It has been replaced by something else.

The Tasty Salad was originally a perishable food in Project Zomboid that was removed due to a introduction of a better crafting system.

Former Description

The highest tier of Salads, it takes three salad ingredients, and has the hunger, boredom, and unhappiness effects to show for it. However, despite its quality, 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