Avocado: Difference between revisions

From PZwiki
(new31.9)
 
(Adjusted formatting, slightly adjusted summary, removed TOC, filled in nutritional table.)
Line 1: Line 1:
{{languages}}{{Notice|Short}}
__NOTOC__
 
{{languages}}
{{Consumables
{{Consumables
|image = Avocado.png
|image = Avocado.png
Line 6: Line 6:
|weight = 0.3
|weight = 0.3
}}
}}
 
Avocados is a perishable item that goes bad as time passes, and is found within houses, inside of [[refrigerator]]s, and in produce bins. Avocados take six in-game days to go stale, and two weeks in-game days to rot. Avocados can be used in multiple recipes.
 


== Nutritional Information ==
== Nutritional Information ==
{| border=0 align=left
|
{{Consumables2
{{Consumables2
|image = Avocado.png
|image = Avocado.png
Line 17: Line 18:
|dangerous uncooked = 0
|dangerous uncooked = 0
|unhappiness = 0
|unhappiness = 0
|unrotten hunger = 0
|unrotten hunger = -11
|unrotten unhappiness = 0
|unrotten unhappiness = +10
|rotten hunger = 0
|unrotten boredom = +10
|rotten unhappiness = 0
|rotten hunger = -6
|rotten unhappiness = +20
|rotten boredom = +20
|unrottencooked hunger = 0
|unrottencooked hunger = 0
|unrottencooked unhappiness = 0
|unrottencooked unhappiness = 0
Line 36: Line 39:
|cooked image =  
|cooked image =  
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br>


== Evolved Recipes ==
== Evolved Recipes ==
Line 48: Line 53:
         Icon = Avocado,
         Icon = Avocado,
         Weight = 0.3,
         Weight = 0.3,
         HungerChange = -15,
         HungerChange = -15,
         DaysFresh = 6,
         DaysFresh = 6,
         DaysTotallyRotten = 14,
         DaysTotallyRotten = 14,
         EvolvedRecipe      =      Soup:8;Stew:8;Pie:8;Stir fry:8;Sandwich:8;Salad:8;Roasted Vegetables:8,
         EvolvedRecipe      =      Soup:8;Stew:8;Pie:8;Stir fry:8;Sandwich:8;Salad:8;Roasted Vegetables:8,
         FoodType           =       Vegetables,
         FoodType           =         Vegetables,
     }</nowiki>
     }</nowiki>


Line 65: Line 70:


==See Also==
==See Also==
* [[Recipe_Ingredients]]
* [[Recipe_Ingredients|Recipe ingredients]]





Revision as of 22:12, 7 August 2015


Avocados is a perishable item that goes bad as time passes, and is found within houses, inside of refrigerators, and in produce bins. Avocados take six in-game days to go stale, and two weeks in-game days to rot. Avocados can be used in multiple recipes.

Nutritional Information

Template:Consumables2












Evolved Recipes

Product Nutrition
Soup
Soup
8
Stew
Stew
8
Salad
Salad
8
Stir Fry
Stir Fry
8
Roasted Vegetables
Roasted Vegetables
8
Sandwich
Sandwich
8
Burger
Burger
0
Pie (savory)
Pie (savory)
8
Cake
Cake
0

Code

item Avocado
    {
        Type				=		Food,
        DisplayName			=		Avocado,
        Icon				=		Avocado,
        Weight				=		0.3,
        HungerChange 			=		-15,
        DaysFresh 			=		6,
        DaysTotallyRotten 		=	 	14,
        EvolvedRecipe       =       Soup:8;Stew:8;Pie:8;Stir fry:8;Sandwich:8;Salad:8;Roasted Vegetables:8,
        FoodType            		=	        Vegetables,
    }

History

Alpha
Ver31.9 -

See Also


Template:Navbox/Consumables