Simple Salad: Difference between revisions

From PZwiki
Simple Salad
(Added new navbar template with the notice colour. Changed categories slightly.)
m (clean up, replaced: wikitable → pztable)
Line 7: Line 7:
|unhappy = -5
|unhappy = -5
|weight = 0.8
|weight = 0.8
}}The Simple Salad was originally a perishable food in Project Zomboid that was removed due to a introduction of a better crafting system.
}}The '''Simple Salad''' was originally a perishable food in Project Zomboid that was removed due to a introduction of a better crafting system.
<br><br>
 
 
 
== Former Description ==
== Former Description ==
The medium tier of Salads, it only takes one extra [[Salad Ingredients|Salad Ingredient]], and provides a decent jump in [[Hunger]], [[Boredom]], and [[Unhappy|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.
The medium tier of Salads, it only takes one extra [[Salad Ingredients|Salad Ingredient]], and provides a decent jump in [[Hunger]], [[Boredom]], and [[Unhappy|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.
Line 16: Line 18:
[[Unhappy]]: -5
[[Unhappy]]: -5
== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"  
{| class="pztable sortable" style="text-align:center;"  
|-  
|-  
! Output
! Output

Revision as of 16:08, 11 May 2019


BoxSmall.png
This feature has been removed from the game.
It has been replaced by something else.

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


Former Description

The medium tier 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

Output Ingredients< Description












Code

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

Template:Navbox/Consumables