Avocado: Difference between revisions

From PZwiki
m (Added Perishable food category, version of last page update)
No edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages}}
{{languages|Avocado}}
{{Consumables
{{Consumables
|image = Avocado.png
|image = Avocado.png

Revision as of 20:57, 18 March 2016


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