Dead Squirrel: Difference between revisions

From PZwiki
(Redesigned page, +Navbox, +code, +category, +nutitional info, +nutritional values,)
m (Automated CodeBox update)
(26 intermediate revisions by 8 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Food|Protein|Game meat}}
{{languages|Dead_Squirrel}}
{{Page version|41.68}}
<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 -->
{{Reupload|Missing 3D variants}}
<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 -->
{{Infobox item
<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=Dead Squirrel
{{Consumables
|model=DeadSquirrel_Model.png
|image = ANIMALDeadSquirrel.png
|icon=SquirrelDead.png
|hunger = -30
|icon_name=Dead Squirrel
|weight = 0.2
|icon2=Squirrel.png
|icon_name2=Squirrel
|icon3=Smallanimalmeat.png
|icon_name3=Rodent Meat
Rodent Meat
<!--GENERAL-->
|category=Food
|weight=0.4
|days_fresh=8
|days_rotten=12
<!--NUTRITION-->
|hunger_change=-32
|calories=480
|lipids=15
|proteins=84.8
|carbohydrates=0
<!--EFFECT-->
|unhappy_change=20
<!--COOKING-->
|cook_minutes=25
|burn_minutes=60
|dangerous_uncooked=True
|bad_microwaved=True
<!--TECHNICAL DETAILS-->
|item_id=Base.DeadSquirrel
}}
}}


[[Dead Squirrel|A Dead Squirrel]] is a perishable food item that goes bad as time passes. <br><br>
A '''dead squirrel''' is a perishable [[food]] [[Items|item]] used in [[cooking]].
Dead Squirrels are caught in a trap via [[Trapping|trapping]], via various traps. Dead Squirrels take eight in-game days to go stale, and twelve in-game days to rot.<br><br>


== Nutritional Information ==
==Usage==
{| border=0 align=left
===Consumable properties===
|
A dead squirrel 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.
{{Consumables2
{{Consumables
|image = ANIMALDeadSquirrel.png
|image = SquirrelDead.png
|hunger = -30  
|hunger = -30
|perishable = 1
|perishable = 1
|cookable = 1
|cookable = 1
|dangerous uncooked = 1
|dangerous uncooked = 1
|unhappiness = +20
|unrotten hunger = -23
|unrotten hunger = -23
|unrotten unhappiness = +10
|unrotten unhappiness = +30
|unrotten boredom = +10
|unrotten boredom = +10
|rotten hunger = -14
|rotten hunger = -14
|rotten unhappiness = +20
|rotten unhappiness = +40
|rotten boredom = +20
|rotten boredom = +20
|cooked hunger = -39
|cooked hunger = -39
Line 32: Line 56:
|cooked boredom = 0
|cooked boredom = 0
|unrottencooked hunger = -23
|unrottencooked hunger = -23
|unrottencooked unhappiness = +10
|unrottencooked unhappiness = +30
|unrottencooked boredom = +10
|unrottencooked boredom = +10
|rottencooked hunger = -14
|rottencooked hunger = -14
Line 39: Line 63:
|burned hunger = -10
|burned hunger = -10
|burned boredom = +20
|burned boredom = +20
|burned unhappiness = +20
|burned unhappiness = +40
|burned image = ANIMALDeadSquirrel.png
|burned image = SquirrelDead.png
|rotten image = ANIMALDeadSquirrel.png
|rotten image = SquirrelDead.png
|cooked image = ANIMALDeadSquirrel.png
|cooked image = SquirrelDead.png
}}
}}
==Crafting==
Dead squirrel can be used in various cooking recipes.
===Cooking===
{{Main|Cooking}}
{{Crafting header|ing=2}}
{{Crafting cooking|125|ing=2}}
|}
|}
<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 ==
==Distribution==
{| class="wikitable sortable" style="text-align:center;"
===Trapping===
|-
{{Main|Trapping}}
! Name
Squirrels can usually be found in the forests and rarely in urban settings. They are a [[Night|nocturnal]] creature that can often be caught between 19:00 and 5:00.
! class="unsortable" | Recipe
 
! class="unsortable" | Description
They can be caught in a [[Trap Box|trap box]], [[Trap Crate|trap crate]], [[Snare Trap|snare trap]] or [[Cage Trap|cage trap]], and using a [[cereal]], [[peanuts]], [[Peanut Butter|peanut butter]], [[popcorn]], [[peach]], [[apple]], [[orange]], [[corn]], [[Bell Pepper|bell pepper]] or [[lettuce]] as bait.
! Crafting Level
 
{{RecipeLookup|2051}}
==Code==
|}
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 1973
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item DeadSquirrel
{
DisplayName = Dead Squirrel,
DisplayCategory = Food,
Type = Food,
Weight = 0.4,
Icon = SquirrelDead,
BadCold = true,
BadInMicrowave = true,
DangerousUncooked = TRUE,
GoodHot = true,
IsCookable = TRUE,
RemoveUnhappinessWhenCooked = true,
MinutesToCook = 25,
MinutesToBurn = 60,
DaysFresh = 8,
DaysTotallyRotten = 12,
HungerChange = -32,
UnhappyChange = 20,
Calories = 480,
Carbohydrates = 0,
Lipids = 15,
Proteins = 84.8,
CustomEatSound = EatingDeadAnimal,
WorldStaticModel = DeadSquirrel,
}
}}
}}
 
==See also==
*[[Animals]]
*[[Trapping]]


== Code ==
{{Navbox food}}
<nowiki>
    item DeadSquirrel
        HungerChange = -30,
        Weight = 0.2,
        Type = Food,
        DisplayName = Dead Squirrel,
        Icon = SquirrelDead,
        IsCookable = TRUE,
        DangerousUncooked = TRUE,
        DaysTotallyRotten = 12,
        MinutesToBurn = 60,
        MinutesToCook = 25,
        DaysFresh = 8,
        Carbohydrates = 0,
        Proteins = 30,
        Lipids = 3.25,
        Calories = 161,
</nowiki>


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

Revision as of 01:11, 25 March 2024

Project ZomboidItemsFoodProteinGame meatDead Squirrel
Spiffo controlyourself.png
This page was last updated for an older version (41.68).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D variants
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Dead Squirrel
DeadSquirrel Model.png
Squirrel
Rodent Meat Rodent Meat
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.4
Properties
Days fresh
8 days
Days until rotten
12 days
Nutrition
HungerMoodle Icon Hungry.png
-32
CaloriesCalories
480
CarbohydratesCarbohydrates
0
ProteinsProteins
84.8
FatFat
15
Effect
UnhappinessMoodle Icon Unhappy.png
20
Cooking
Time until cooked
25 minutes
Time until burned
60 minutes
Dangerous uncooked
True
Bad microwaved
True
Technical
Item ID
Base.DeadSquirrel

A dead squirrel is a perishable food item used in cooking.

Usage

Consumable properties

A dead squirrel 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.

Fresh Stale Rotten
Uncooked

SquirrelDead.png
Hunger: -30

Unhappiness: +20
Dangerous uncooked, may cause sickness.

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

SquirrelDead.png

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

Cooked

SquirrelDead.png
Hunger: -39

SquirrelDead.png
Hunger: -23
Boredom: +10
Unhappiness: +30

SquirrelDead.png
Hunger: -14
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Burned

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

Crafting

Dead squirrel can be used in various cooking recipes.

Cooking

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

(consumed)

Distribution

Trapping

Main article: Trapping

Squirrels can usually be found in the forests and rarely in urban settings. They are a nocturnal creature that can often be caught between 19:00 and 5:00.

They can be caught in a trap box, trap crate, snare trap or cage trap, and using a cereal, peanuts, peanut butter, popcorn, peach, apple, orange, corn, bell pepper or lettuce as bait.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item DeadSquirrel
	{
		DisplayName = Dead Squirrel,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.4,
		Icon = SquirrelDead,
		BadCold = true,
		BadInMicrowave = true,
		DangerousUncooked = TRUE,
		GoodHot = true,
		IsCookable = TRUE,
		RemoveUnhappinessWhenCooked = true,
		MinutesToCook = 25,
		MinutesToBurn = 60,
		DaysFresh = 8,
		DaysTotallyRotten = 12,
		HungerChange = -32,
		UnhappyChange = 20,
		Calories = 480,
		Carbohydrates = 0,
		Lipids = 15,
		Proteins = 84.8,
		CustomEatSound = EatingDeadAnimal,
		WorldStaticModel = DeadSquirrel,
	}

See also