Rodent Meat: Difference between revisions

From PZwiki
(Update of NavBar.)
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Small_Animal_Meat}}
{{languages|Small_Animal_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 = MEATSmallAnimal.png
|image=Smallanimalmeat_120px.png
|hunger = -15
|alternate_image=SmallanimalmeatRotten.png
|weight = 0.3
|alternate_name=Small Animal Meat (Rotten)
}}
|alternate_link=
 
|alternate_image2=SmallanimalmeatCooked.png
[[Small Animal Meat]] is a perishable food item that goes bad as time passes. <br><br>
|alternate_name2=Small Animal Meat (Cooked)
Small Animal Meat is created by skinning a dead animal (a mouse, rat or squirrel) which has been caught in a trap via [[Trapping|trapping]], via its appropriate trap. Small Animal Meat takes two in-game days to go stale, and four in-game days to rot.<br><br>
|alternate_link2=
 
|alternate_image3=SmallanimalmeatBurnt.png
'''Just as a note, the nutritional values for hunger you get from dead animal depends on how big the animal is. The figures below are based on a bird providing -15 hunger.'''
|alternate_name3=Small Animal Meat (Burnt)
|alternate_link3=
<!--GENERAL-->
|category=Food
|weight=0.3
|days_fresh=2
|days_rotten=4
<!--NUTRITION-->
|hunger_change=-15
|calories=201
|lipids=7.25
|proteins=45
|carbohydrates=5
<!--COOKING-->
|cook_minutes=20
|burn_minutes=70
|dangerous_uncooked=True
|bad_microwaved=True
|good_hot=True
|bad_cold=True
<!--TECHNICAL DETAILS-->
|class_name=Base.Smallanimalmeat
}}'''Small animal meat''' is a [[Food#Perishable|perishable]] food [[item]] used in [[cooking]].  


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


== Nutritional Information ==
''Note that the nutrition values depends on how big the rabbit is. The figures below are based on a rabbit providing -30 hunger.''
{| border=0 align=left
|
{{Consumables2
{{Consumables2
|image = MEATSmallAnimal.png
|image = Smallanimalmeat.png
|hunger = -15  
|hunger = -15  
|perishable = 1
|perishable = 1
Line 44: Line 66:
|burned boredom = +20
|burned boredom = +20
|burned unhappiness = +20
|burned unhappiness = +20
|burned image = MEATSmallAnimalBurnt.png
|burned image = SmallanimalmeatBurnt.png
|rotten image = MEATSmallAnimalRotten.png
|rotten image = SmallanimalmeatRotten.png
|cooked image = MEATSmallAnimalCooked.png
|cooked image = SmallanimalmeatCooked.png
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
'''It's Nutritional Values are as follows:'''<br>
Carbohydrates = 0 <br>
Proteins = 30 <br>
Lipids = 3.25 <br>
Calories = 161 <br><br>


== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
===Cooking===
|-
Small animal meat is made by skinning a [[mouse]], [[rat]] or [[squirrel]] which has been [[trapping|caught]].
! Name
{{Cooking table header}}
! class="unsortable" | Recipe
! class="unsortable" | Description
! Crafting Level
{{RecipeLookup|2051}}
{{RecipeLookup|2051}}
|}
{{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 Smallanimalmeat
{{Retrieved|version=40|incver=14}}
        HungerChange = -15,
<pre> item Smallanimalmeat
        Weight = 0.3,
        HungerChange = -15,
        Type = Food,
        Weight = 0.3,
        IsCookable = TRUE,
        Type = Food,
        DangerousUncooked = TRUE,
        IsCookable = TRUE,
        DaysTotallyRotten = 4,
        DangerousUncooked = TRUE,
        MinutesToBurn = 70,
        DaysTotallyRotten = 4,
        DisplayName = Small Animal Meat,
        MinutesToBurn = 70,
        Icon = Smallanimalmeat,
        DisplayName = Small Animal Meat,
        DaysFresh = 2,
        Icon = Smallanimalmeat,
        MinutesToCook = 20,
        DaysFresh = 2,
        EvolvedRecipe = Soup:15;Stew:15;Pie:15;Stir fry:15;Sandwich:5|Cooked;Burger:10;Salad:10|
        MinutesToCook = 20,
  Cooked;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|
        FoodType    = Game,
  Cooked;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
        Carbohydrates = 0,
        FoodType    = Game,
        Proteins = 30,
        Carbohydrates = 0,
        Lipids = 3.25,
        Proteins = 30,
        Calories = 161,
        Lipids = 3.25,
</nowiki>
        Calories = 161,
BadInMicrowave = true,
GoodHot = true,
BadCold = true,</pre>
 
==See also==
*[[Trapping|Trapping Guide]]
*[[Small Bird Meat]]
*[[Rabbit Meat]]
*[[Frog Meat]]


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

Revision as of 12:54, 9 September 2018

Rabbit Meat
Rabbit Meat
Small Animal Meat (Rotten) Small Animal Meat (Cooked) Small Animal Meat (Burnt)
General
Category Food
Encumbrance
Heavy Load
0.3
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

Small animal meat is a perishable food item used in cooking.

Usage

Consumable properties

Small animal 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

Small animal meat is made by skinning a mouse, rat or squirrel 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 Smallanimalmeat
        	HungerChange		= -15,
        	Weight			= 0.3,
        	Type			= Food,
        	IsCookable		= TRUE,
        	DangerousUncooked	= TRUE,
        	DaysTotallyRotten	= 4,
        	MinutesToBurn		= 70,
        	DisplayName		= Small Animal 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