Rabbit Meat: Difference between revisions

From PZwiki
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Rabbit_Meat}}
{{languages|Rabbit_Meat}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 40|incver=14}}{{Infobox food
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
|display_name=Rabbit Meat
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Perishable_Food|Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name_colour=Food
{{Consumables
|name_text_colour=Food
|image = MEATRabbit.png
|image=Rabbitmeat_120px.png
|hunger = -30
|alternate_image=RabbitmeatRotten.png
|weight = 0.3
|alternate_name=Rabbit Meat (Rotten)
}}
|alternate_link=
|alternate_image2=RabbitmeatCooked.png
|alternate_name2=Rabbit Meat (Cooked)
|alternate_link2=
|alternate_image3=RabbitmeatBurnt.png
|alternate_name3=Rabbit Meat (Burnt)
|alternate_link3=
<!--GENERAL-->
|category=Food
|weight=0.3
|days_fresh=2
|days_rotten=4
<!--NUTRITION-->
|hunger_change=-30
|calories=969
|lipids=20
|proteins=185
|carbohydrates=20
<!--COOKING-->
|cook_minutes=25
|burn_minutes=70
|dangerous_uncooked=True
|bad_microwaved=True
|good_hot=True
|bad_cold=True
<!--TECHNICAL DETAILS-->
|class_name=Base.Rabbitmeat
}}'''Rabbit meat''' is a [[Food#Perishable|perishable]] food [[item]] used in [[cooking]].  


[[Rabbit Meat]] is a perishable food item that goes bad as time passes. <br><br>
==Usage==
Rabbit Meat is created by skinning a dead rabbit which has been caught in a trap via [[Trapping|trapping]]. Rabbit Meat takes two in-game days to go stale, and four in-game days to rot.<br><br>
===Consumable properties===
Rabbit meat can be eaten raw, which can make the [[player]] [[Moodles#Sick|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.


'''Just as a note, the nutritional values for hunger you get from dead rabbits depends on how big the rabbit is. The figures below are based on a rabbit providing -30 hunger.'''
''Note that the nutrition values depends on how big the rabbit is. The figures below are based on a rabbit providing -30 hunger.''
 
 
== Nutritional Information ==
{| border=0 align=left
|
{{Consumables2
{{Consumables2
|image = MEATRabbit.png
|image = Rabbitmeat.png
|hunger = -30  
|hunger = -30  
|perishable = 1
|perishable = 1
Line 44: Line 66:
|burned boredom = +20
|burned boredom = +20
|burned unhappiness = +20
|burned unhappiness = +20
|burned image = MEATRabbitBurnt.png
|burned image = RabbitmeatBurnt.png
|rotten image = MEATRabbitRotten.png
|rotten image = RabbitmeatRotten.png
|cooked image = MEATRabbitCooked.png
|cooked image = RabbitmeatCooked.png
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
'''Its Nutritional Values are as follows:'''<br>
Carbohydrates = 20 <br>
Proteins = 185 <br>
Lipids = 20 <br>
Calories = 969 <br><br>


== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
===Cooking===
|-
Rabbit meat is made by skinning a [[rabbit]] which has been [[trapping|caught]].
! Name
{{Cooking table header}}
! class="unsortable" | Recipe
! class="unsortable" | Description
! Crafting Level
{{RecipeLookup|2050}}
{{RecipeLookup|2050}}
|}
{{Crafting table footer}}
== Evolved Recipes ==
 
{{EvolvedRecipesForItem
====Evolved recipes====
|soup=15|stew=15|pie=15|stirfry=15|sandwich=5|burger=10|salad=10|roastedvegetables=15|ricepot=15|ricepan=15|pastapot=15|pastapan=15|}}
{{EvolvedRecipesForItem|soup=15|stew=15|pie=15|stirfry=15|sandwich=5|burger=10|salad=10|roastedvegetables=15|ricepot=15|ricepan=15|pastapot=15|pastapan=15}}


== Code ==
== Code ==
<nowiki>
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
    item Rabbitmeat
{{Retrieved|version=40|incver=14}}
        HungerChange = -30,
<pre> item Rabbitmeat
        Weight = 0.3,
        HungerChange = -30,
        Type = Food,
        Weight = 0.3,
        IsCookable = TRUE,
        Type = Food,
        DangerousUncooked = TRUE,
        IsCookable = TRUE,
        DaysTotallyRotten = 4,
        DangerousUncooked = TRUE,
        MinutesToBurn = 70,
        DaysTotallyRotten = 4,
        DisplayName = Rabbit Meat,
        MinutesToBurn = 70,
        Icon = Rabbitmeat,
        DisplayName = Rabbit Meat,
        DaysFresh = 2,
        Icon = Rabbitmeat,
        MinutesToCook = 25,
        DaysFresh = 2,
        EvolvedRecipe = Soup:15;Stew:15;Pie:15;Stir fry:15;Sandwich:5|Cooked;Burger:10;Salad:10|Cooked;
        MinutesToCook = 25,
  Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
        EvolvedRecipe = Soup:15;Stew:15;Pie:15;Stir fry:15;Sandwich:5|Cooked;Burger:10;Salad:10|Cooked;
        FoodType    = Game,
  Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
        Carbohydrates = 0,
        FoodType    = Game,
        Proteins = 61.8,
        Carbohydrates = 0,
        Lipids = 6.58,
        Proteins = 61.8,
        Calories = 323,
        Lipids = 6.58,
</nowiki>
        Calories = 323,
        BadInMicrowave = true,
        GoodHot = true,
        BadCold = true,</pre>
 
==See also==
*[[Trapping|Trapping Guide]]
*[[Steak]]
*[[Meat Patty]]
*[[Chicken]]
*[[Pork Chop]]
*[[Small Bird Meat]]
*[[Mutton Chop]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 12:37, 9 September 2018

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

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

Cooking

Rabbit meat is made by skinning a rabbit which has been caught. Template:Cooking table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
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 40.14

	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;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
        	FoodType    		= Game,
        	Carbohydrates 		= 0,
        	Proteins 		= 61.8,
        	Lipids 			= 6.58,
        	Calories 		= 323,
        	BadInMicrowave 		= true,
        	GoodHot 		= true,
        	BadCold 		= true,

See also

Template:Navbox/Consumables