Rodent Meat: Difference between revisions

From PZwiki
m (crafting template (recipelookout --> crafting X))
(Updated weight and display name to match build 41.65. Page name still uses old name (I don't know how to change that))
Line 1: Line 1:
{{languages|Small_Animal_Meat}}
{{languages|Small_Animal_Meat}}
{{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 40|incver=14}}{{Infobox food
|display_name=Small Animal Meat
|display_name=Rodent Meat
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=Smallanimalmeat_120px.png
|image=Smallanimalmeat_120px.png
|alternate_image=SmallanimalmeatRotten.png
|alternate_image=SmallanimalmeatRotten.png
|alternate_name=Small Animal Meat (Rotten)
|alternate_name=Rodent Meat (Rotten)
|alternate_link=
|alternate_link=
|alternate_image2=SmallanimalmeatCooked.png
|alternate_image2=SmallanimalmeatCooked.png
|alternate_name2=Small Animal Meat (Cooked)
|alternate_name2=Rodent Meat (Cooked)
|alternate_link2=
|alternate_link2=
|alternate_image3=SmallanimalmeatBurnt.png
|alternate_image3=SmallanimalmeatBurnt.png
|alternate_name3=Small Animal Meat (Burnt)
|alternate_name3=Rodent Meat (Burnt)
|alternate_link3=
|alternate_link3=
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
|weight=0.3
|weight=0.04 (Mouse)<br>0.14 (Rat)<br>0.28 (Squirrel)
|days_fresh=2
|days_fresh=2
|days_rotten=4
|days_rotten=4
Line 34: Line 34:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Smallanimalmeat
|class_name=Base.Smallanimalmeat
}}'''Small animal meat''' is a [[Food#Perishable|perishable]] food [[item]] used in [[cooking]].  
}}'''Rodent meat''' is a [[Food#Perishable|perishable]] food [[item]] used in [[cooking]].  


==Usage==
==Usage==
===Consumable properties===
===Consumable properties===
Small animal 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.
Rodent 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.


''Note that the nutrition values depends on how big the animal is. The figures below are based on a rabbit providing -15 hunger.''
''Note that the nutrition values depends on how big the animal is. The figures below are based on a squirrel providing -15 hunger.''
{{Consumables2
{{Consumables2
|image = Smallanimalmeat.png
|image = Smallanimalmeat.png
Line 71: Line 71:
}}
}}


== Crafting ==
==Crafting==
==Crafting==
Small Animal Meat is made by skinning a [[mouse]], [[rat]] or [[squirrel]] which has been [[trapping|caught]].  
Rodent Meat is made by skinning a [[mouse]], [[rat]] or [[squirrel]] which has been [[trapping|caught]].  


{{Crafting header|type=food|ing=2}}
{{Crafting header|type=food|ing=2}}
Line 100: Line 99:
         DaysTotallyRotten = 4,
         DaysTotallyRotten = 4,
         MinutesToBurn = 70,
         MinutesToBurn = 70,
         DisplayName = Small Animal Meat,
         DisplayName = Rodent Meat,
         Icon = Smallanimalmeat,
         Icon = Smallanimalmeat,
         DaysFresh = 2,
         DaysFresh = 2,

Revision as of 21:05, 7 January 2022

Rodent Meat
Rodent Meat
Rodent Meat (Rotten) Rodent Meat (Cooked) Rodent Meat (Burnt)
General
Category Food
Encumbrance
Heavy Load
0.04 (Mouse)
0.14 (Rat)
0.28 (Squirrel)
Days until stale 2 days
Days until rotten 4 days
Nutrition
Hunger
Hunger
-15
Calories
Calories
201
Carbohydrates
Carbohydrates
5
Proteins
Proteins
45
Fat
Fat
7.25
Cooking
Time until cooked 20 minutes
Time until burned 70 minutes
Dangerous uncooked True
Bad microwaved True
Good hot True
Bad cold True
Technical details
Item ID Base.Smallanimalmeat

Rodent meat is a perishable food item used in cooking.

Usage

Consumable properties

Rodent 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 animal is. The figures below are based on a squirrel providing -15 hunger. Template:Consumables2

Crafting

Rodent Meat is made by skinning a mouse, rat or squirrel which has been caught.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Smallanimalmeat.png
Rodent Meat
2.5 Cooking none
(keep)

(consumed)

Template:Crafting table footer

Cooking

Main article: Cooking
Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Rodent Meat (Cooked)
Rodent Meat (Cooked)
2.5 Cooking none Heat source.gif
Heat source
(Cooked: 20 mins)
Rodent Meat (Uncooked)
Rodent 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 40.14

	item Smallanimalmeat
        	HungerChange		= -15,
        	Weight			= 0.3,
        	Type			= Food,
        	IsCookable		= TRUE,
        	DangerousUncooked	= TRUE,
        	DaysTotallyRotten	= 4,
        	MinutesToBurn		= 70,
        	DisplayName		= Rodent Meat,
        	Icon			= Smallanimalmeat,
        	DaysFresh		= 2,
        	MinutesToCook		= 20,
        	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 		= 30,
        	Lipids 			= 3.25,
        	Calories 		= 161,
		BadInMicrowave 		= true,
		GoodHot 		= true,
		BadCold 		= true,

See also

Template:Navbox/Consumables