Tasty 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|2028}}
|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=x3  |picitem4=File:Soup_Ingredients.png      |tag4=(consumed) 
|product=[[Tasty Salad]]    |q6=x1  |picproduct=File:Salad.png
|description=A Tasty Salad. Yum.}}
|}
|}



Revision as of 05:33, 24 January 2014


The highest teir of Salads, it takes three Salad Ingredient, and has the Hungry, Moodles, and Unhappiness effects to show for it. However, despite its teir, 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 	    = 1,
		DaysTotallyRotten   = 2
	}

Template:Navbox/Consumables