Rabbit Meat: Difference between revisions

From PZwiki
(Undo revision 63273 by Tykvesh (talk))
Tag: Undo
(updated to 41.68 + added model + navbox)
Line 1: Line 1:
{{languages|Rabbit_Meat}}
{{languages}}
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 40|incver=14}}{{Infobox food
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=68}}{{Infobox food
|display_name=Rabbit Meat
|display_name=Rabbit Meat
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=Rabbitmeat_120px.png
|image=RabbitMeat_Model.png
|alternate_image=RabbitmeatRotten.png
|image_width=150px
|alternate_name=Rabbit Meat (Rotten)
|alternate_image=Rabbitmeat.png
|alternate_name=Rabbit Meat
|alternate_link=
|alternate_link=
|alternate_image2=RabbitmeatCooked.png
|alternate_image2=RabbitmeatRotten.png
|alternate_name2=Rabbit Meat (Cooked)
|alternate_name2=Rabbit Meat (Rotten)
|alternate_link2=
|alternate_link2=
|alternate_image3=RabbitmeatBurnt.png
|alternate_image3=RabbitmeatCooked.png
|alternate_name3=Rabbit Meat (Burnt)
|alternate_name3=Rabbit Meat (Cooked)
|alternate_link3=
|alternate_link3=
|alternate_image4=RabbitmeatBurnt.png
|alternate_name4=Rabbit Meat (Burnt)
|alternate_link4=
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 34: Line 38:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Rabbitmeat
|class_name=Base.Rabbitmeat
}}'''Rabbit meat''' is a [[Food#Perishable|perishable]] food [[item]] used in [[cooking]].  
}}{{About|the resulting item after skinning a rabbit|the item before being skinned|Dead Rabbit}}
'''Rabbit meat''' is a [[Food#Perishable|perishable]] food [[item]] used in [[cooking]].  


==Usage==
==Usage==
Line 72: Line 77:


== Crafting ==
== Crafting ==
Rabbit Meat is made by skinning a [[rabbit]] which has been [[trapping|caught]].  
Rabbit meat is made by skinning a [[Dead Rabbit|dead rabbit]] which has been [[trapping|caught]].  


{{Crafting header|type=food|ing=2}}
{{Crafting header|type=food|ing=2}}
Line 90: Line 95:
== Code ==
== Code ==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40.43}}
{{Retrieved|version=41|incver=68}}
<pre> HungerChange=-30,
<pre> HungerChange=-30,
         Weight=0.3,
         Weight=0.3,
Line 121: Line 126:
*[[Mutton Chop]]
*[[Mutton Chop]]


{{Navbox/Consumables}}
{{Navbox_food}}

Revision as of 06:54, 13 March 2022

Rabbit Meat
Rabbit Meat
Rabbit Meat Rabbit Meat (Rotten) Rabbit Meat (Cooked) Rabbit Meat (Burnt)
General
Category Food
Encumbrance
Heavy Load
0.3
Days until stale 2 days
Days until rotten 4 days
Nutrition
Hunger
Hunger
-30
Calories
Calories
969
Carbohydrates
Carbohydrates
20
Proteins
Proteins
185
Fat
Fat
20
Cooking
Time until cooked 25 minutes
Time until burned 70 minutes
Dangerous uncooked True
Bad microwaved True
Good hot True
Bad cold True
Technical details
Item ID Base.Rabbitmeat
PlushSpiffo.pngThis article is about the resulting item after skinning a rabbit. For the item before being skinned, see Dead Rabbit.

Rabbit meat is a perishable food item used in cooking.

Usage

Consumable properties

Rabbit meat can be eaten raw, which can make the player sick. Consuming after being cooked will provide the player with some positive effects, however these will become negative the longer it's left to perish.

Note that the nutrition values depends on how big the rabbit is. The figures below are based on a rabbit providing -30 hunger. Template:Consumables2

Crafting

Rabbit meat is made by skinning a dead rabbit which has been caught.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Rabbitmeat.png
Rabbit Meat
2.5 Cooking none
(keep)
RabbitDead.png
Dead Rabbit
(consumed)

Template:Crafting table footer

Cooking

Main article: Cooking
Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Rabbit Meat (Cooked)
Rabbit Meat (Cooked)
2.5 Cooking none Heat source.gif
Heat source
(Cooked: 25 mins)
Rabbit Meat (Uncooked)
Rabbit Meat (Uncooked)
(consumed)

Template:Crafting table footer

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
Rice Pot/Saucepan
Rice Pot/Saucepan
15
Pasta Pot/Saucepan
Pasta Pot/Saucepan
15

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.68

	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;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
        FoodType    =   Game,
        Carbohydrates = 20,
        Proteins = 185,
        Lipids = 20,
        Calories = 969,
        BadInMicrowave = true,
        GoodHot = true,
        BadCold = true,

See also