Boring Salad: Difference between revisions

From PZwiki
(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...")
 
mNo edit summary
Line 3: Line 3:
|image = Salad.png
|image = Salad.png
|hunger = -60
|hunger = -60
|boredome = -5
|boredom = -5
|weight = 0.7
|weight = 0.7
}}
}}
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.
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 ==
== Effects ==
[[Boredom]]: -5<br>
[[Hunger]]: -60<br>
[[Hunger]]: -60<br>
[[Boredom]]: -5
== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  

Revision as of 12:48, 30 November 2013


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

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