Rabbit Meat: Difference between revisions

From PZwiki
mNo edit summary
m (Remove 120px, minor fixes)
Line 1: Line 1:
{{languages|Rabbit Meat}}
{{Languages}}{{Header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=73}}{{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.png
|alternate_image=RabbitmeatRotten.png
|alternate_image=RabbitmeatRotten.png
|alternate_name=Rabbit Meat (Rotten)
|alternate_name=Rabbit Meat (Rotten)
Line 37: Line 36:


==Usage==
==Usage==
===Consumable properties===
===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. <br>
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. <br>
Line 70: Line 70:
}}
}}


== Crafting ==
==Crafting==
 
===Obtaining===
===Obtaining===
Rabbit meat is made by butchering a [[Dead Rabbit|dead rabbit]] which has been [[trapping|caught]].  
Rabbit meat is made by butchering a [[Dead Rabbit|dead rabbit]] which has been [[trapping|caught]].  
Line 77: Line 78:
{{Crafting table footer}}
{{Crafting table footer}}


=== Cooking ===
===Cooking===
{{Main|Cooking}}
{{Main|Cooking}}
{{Crafting header|type=food|ing=2}}
{{Crafting header|type=food|ing=2}}
Line 97: Line 98:
</gallery>
</gallery>


== Code ==
==Code==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=73}}
{{Retrieved|version=41|incver=73}}
<pre> item Rabbitmeat
<pre>
item Rabbitmeat
{
{
DisplayName = Rabbit Meat,
DisplayName = Rabbit Meat,
Line 125: Line 127:
WorldStaticModel = RabbitMeat,
WorldStaticModel = RabbitMeat,
EvolvedRecipeName = Rabbit,
EvolvedRecipeName = Rabbit,
}</pre>
}
</pre>


==See also==
==See also==
*[[Trapping|Trapping Guide]]
*[[Trapping]]
*[[Steak]]
*[[Steak]]
*[[Meat Patty]]
*[[Meat Patty]]
Line 136: Line 139:
*[[Mutton Chop]]
*[[Mutton Chop]]


{{Navbox_food}}
{{Navbox food}}

Revision as of 01:54, 26 February 2023

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 2 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 45 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

Obtaining

Rabbit meat is made by butchering 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

Rabbit meat is a cooking ingredient.

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

Distribution

Rabbit meat do not spawn naturally and can only be obtained through crafting.

Gallery

Code

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.73

	item Rabbitmeat
	{
		DisplayName = Rabbit Meat,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.3,
		Icon = Rabbitmeat,
		BadCold = true,
		BadInMicrowave = true,
		DangerousUncooked = TRUE,
		EvolvedRecipe = Soup:15;Stew:15;Pie:15;Stir fry Griddle Pan:15;Stir fry:15;Sandwich:5|Cooked;Sandwich Baguette:5|Cooked;Burger:10|Cooked;Salad:10|Cooked;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
		FoodType = Game,
		GoodHot = true,
		IsCookable = TRUE,
		MinutesToCook = 25,
		MinutesToBurn = 70,
		DaysFresh = 2,
		DaysTotallyRotten = 4,
		HungerChange = -30,
		Calories = 969,
		Carbohydrates = 20,
		Lipids = 20,
		Proteins = 185,
		WorldStaticModel = RabbitMeat,
		EvolvedRecipeName = Rabbit,
	}

See also