Simple Salad: Difference between revisions

From PZwiki
m (added perishable food cat)
m (added recipelookup)
Line 15: Line 15:
{| 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|2027}}
|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=x2  |picitem4=File:Soup_Ingredients.png      |tag4=(consumed) 
|product=[[Simple Salad]]    |q6=x1  |picproduct=File:Salad.png
|description=A Simple Salad.}}
|}
|}



Revision as of 05:33, 24 January 2014


The medium teir 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 	    = 1,
		DaysTotallyRotten   = 2
	}

Template:Navbox/Consumables