Dead Squirrel: Difference between revisions

From PZwiki
(Created page with "{{languages}}{{Notice|Short}} {{Consumables |image = ANIMALDeadSquirrel.png |hunger = -30 |unhappiness = -10 |weight = 0.2 }} == Nutritional Information == {{Consumables2...")
 
m (Automated CodeBox update)
(27 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{languages}}{{Notice|Short}}
{{Header|Project Zomboid|Items|Food|Protein|Game meat}}
 
{{Page version|41.68}}
{{Consumables
{{Reupload|Missing 3D variants}}
|image = ANIMALDeadSquirrel.png
{{Infobox item
|hunger = -30
|name=Dead Squirrel
|unhappiness = -10
|model=DeadSquirrel_Model.png
|weight = 0.2
|icon=SquirrelDead.png
|icon_name=Dead Squirrel
|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
}}
}}


A '''dead squirrel''' is a perishable [[food]] [[Items|item]] used in [[cooking]].


 
==Usage==
== Nutritional Information ==
===Consumable properties===
{{Consumables2
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.
|image = ANIMALDeadSquirrel.png
{{Consumables
|hunger = -30  
|image = SquirrelDead.png
|hunger = -30
|perishable = 1
|perishable = 1
|cookable = 1
|cookable = 1
|dangerous uncooked = 1
|dangerous uncooked = 1
|unhappiness = -10
|unhappiness = +20
|unrotten hunger = 0
|unrotten hunger = -23
|unrotten unhappiness = 0
|unrotten unhappiness = +30
|rotten hunger = 0
|unrotten boredom = +10
|rotten unhappiness = 0
|rotten hunger = -14
|unrottencooked hunger = 0
|rotten unhappiness = +40
|unrottencooked unhappiness = 0
|rotten boredom = +20
|unrottencooked boredom = 0
|cooked hunger = -39
|rottencooked hunger = 0
|rottencooked unhappiness = 0
|cooked hunger = 0
|cooked unhappiness = 0
|cooked unhappiness = 0
|cooked boredom = 0
|cooked boredom = 0
|burned hunger = 0
|unrottencooked hunger = -23
|burned boredom = 0
|unrottencooked unhappiness = +30
|burned unhappiness = 0
|unrottencooked boredom = +10
|burned image = ANIMALDeadSquirrelBurnt.png
|rottencooked hunger = -14
|rotten image = ANIMALDeadSquirrelRotten.png
|rottencooked unhappiness = +20
|cooked image = ANIMALDeadSquirrelCooked.png
|rottencooked boredom = +20
|burned hunger = -10
|burned boredom = +20
|burned unhappiness = +40
|burned image = SquirrelDead.png
|rotten image = SquirrelDead.png
|cooked image = SquirrelDead.png
}}
}}


== Crafting ==
==Crafting==
{| class="wikitable sortable" style="text-align:center;"
Dead squirrel can be used in various cooking recipes.
|-
 
! Name
===Cooking===
! class="unsortable" | Recipe
{{Main|Cooking}}
! class="unsortable" | Description
{{Crafting header|ing=2}}
! Crafting Level
{{Crafting cooking|125|ing=2}}
{{RecipeLookup|2051}}
|}
|}


== Code ==
==Distribution==
<nowiki>item DeadSquirrel
===Trapping===
    {
{{Main|Trapping}}
        HungerChange = -30,
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.
        Weight = 0.2,
        Type = Food,
        UnhappyChange = -10,
        DisplayName = Dead Squirrel,
        Icon = SquirrelDead,
        IsCookable = TRUE,
        DangerousUncooked = TRUE,
        DaysTotallyRotten = 12,
        MinutesToBurn = 60,
        MinutesToCook = 25,
        DaysFresh = 8,
    }</nowiki>


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


{| class="wikitable" width="550" style="text-align:center;"
==Code==
|-
{{CodeBox
! Alpha ||
| {{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==
==See also==
* [[Small Animal Meat]]
*[[Animals]]
* [[Trapping]]
*[[Trapping]]


{{Navbox food}}


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

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