Rabbit Meat: Difference between revisions

From PZwiki
(Created page with "{{languages}}{{Notice|Short}} {{Consumables |image = MEATRabbit.png |hunger = -30 |weight = 0.3 }} == Nutritional Information == {{Consumables2 |image = MEATRabbit.png |h...")
 
mNo edit summary
Line 36: Line 36:
|cooked image = MEATRabbitCooked.png
|cooked image = MEATRabbitCooked.png
}}
}}
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
! Crafting Level
{{RecipeLookup|2050}}
|}


== Evolved Recipes ==
== Evolved Recipes ==

Revision as of 11:25, 17 March 2015

Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.



Nutritional Information

Template:Consumables2

Crafting

Name Recipe Description Crafting Level












Evolved Recipes

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

Code

item Rabbitmeat
    {
        HungerChange	=	-30,
        Weight	=	0.3,
        Type	=	Food,
        IsCookable	=	TRUE,
        DangerousUncooked	=	TRUE,
        DaysTotallyRotten	=	4,
        MinutesToBurn	=	70,
        DisplayName	=	Rabbit Meat,
        Icon	=	Rabbitmeat,
        DaysFresh	=	2,
        MinutesToCook	=	25,
        EvolvedRecipe = Soup:15;Stew:15;Pie:15;Stir fry:15;Sandwich:5|Cooked;Burger:10;Salad:10|Cooked;Roasted Vegetables:15,
        FoodType    =   Game,
    }

History

Alpha
- -

See Also


Template:Navbox/Consumables