Rabbit Meat: Difference between revisions

From PZwiki
(PZ Updater automated execution(task: fix infobox based on file, eid: 7d00cd37))
m (Minor fixes)
Line 1: Line 1:
{{Languages}}{{Header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
{{Languages}}
{{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
Line 37: Line 39:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Rabbitmeat
|class_name=Base.Rabbitmeat
}}'''Rabbit meat''' is a [[Food#Perishable|perishable]] food [[item]] used in [[cooking]].  
}}
'''Rabbit meat''' is a [[Food#Perishable|perishable]] food [[item]] used in [[cooking]].  


==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>
''Note that the nutrition values 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.''
{{Consumables2
{{Consumables
|image = Rabbitmeat.png
|image = Rabbitmeat.png
|hunger = -30  
|hunger = -30  
Line 75: Line 77:


==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 97: Line 98:
==Gallery==
==Gallery==
<gallery>
<gallery>
File:RabbitMeat Model.png|Rabbit meat model when placed in the world.
RabbitMeat Model.png|Rabbit meat model when placed in the world.
File:RabbitMeatCooked Model.png|Cooked rabbit meat model when placed in the world.
RabbitMeatCooked Model.png|Cooked rabbit meat model when placed in the world.
File:RabbitMeatBurnt Model.png|Overcooked rabbit meat model when placed in the world.
RabbitMeatBurnt Model.png|Overcooked rabbit meat model when placed in the world.
</gallery>
</gallery>



Revision as of 23:28, 29 August 2023

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 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.

Fresh Stale Rotten
Uncooked

Rabbitmeat.png
Hunger: -30


Dangerous uncooked, may cause sickness.

Rabbitmeat.png
Hunger: -23
Boredom: +10
Unhappiness: +10
Dangerous uncooked, may cause sickness.

RabbitmeatRotten.png

Hunger: -13
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Cooked

RabbitmeatCooked.png
Hunger: -39

RabbitmeatCooked.png
Hunger: -23
Boredom: +10
Unhappiness: +10

RabbitmeatCooked.png
Hunger: -13
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Burned

RabbitmeatOverdone.png
Hunger: -10
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

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)

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)

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