Boring Salad: Difference between revisions

From PZwiki
m (added perishable food category)
m (added recipelookup)
Line 13: Line 13:
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  
|-  
|-  
! Name
! Output
! class="unsortable" | Recipe
! class="unsortable" | Ingredients<
! class="unsortable" | Description
! class="unsortable" | Description
{{Recipe|4
{{RecipeLookup|2026}}
|item1=[[Bowl]]              |q1=x1  |picitem1=File:Bowl.png                  |tag1=(consumed)
|item2=[[Kitchen Knife]]    |q2=x1  |picitem2=File:Knife_Chopping.png   
|item3=[[Cabbage]]          |q3=x1  |picitem3=File:Cabbage.png              |tag3=(consumed)
|item4=[[Salad Ingredients]] |q4=x1  |picitem4=File:Soup_Ingredients.png      |tag4=(consumed) 
|product=[[Boring Salad]]    |q6=x1  |picproduct=File:Salad.png
|description=A Boring Salad.}}
|}
|}


Line 35: Line 29:
BoredomChange     = -5,
BoredomChange     = -5,
ReplaceOnUse     = Bowl,
ReplaceOnUse     = Bowl,
DaysFresh          = 1,
DaysFresh          = 2,
DaysTotallyRotten  = 2
DaysTotallyRotten  = 3
}</nowiki>
}</nowiki>



Revision as of 05:32, 24 January 2014


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