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...")
 
(Redesigned page, +Navbox, +code, +category, +nutitional info, +nutritional values,)
Line 1: Line 1:
{{languages}}{{Notice|Short}}
__NOTOC__
 
{{languages|Dead_Squirrel}}
<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 -->
<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 -->
<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 -->
{{Consumables
{{Consumables
|image = ANIMALDeadSquirrel.png
|image = ANIMALDeadSquirrel.png
|hunger = -30  
|hunger = -30  
|unhappiness = -10
|weight = 0.2
|weight = 0.2
}}
}}


 
[[Dead Squirrel|A Dead Squirrel]] is a perishable food item that goes bad as time passes. <br><br>
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 ==
== Nutritional Information ==
{| border=0 align=left
|
{{Consumables2
{{Consumables2
|image = ANIMALDeadSquirrel.png
|image = ANIMALDeadSquirrel.png
Line 17: Line 22:
|cookable = 1
|cookable = 1
|dangerous uncooked = 1
|dangerous uncooked = 1
|unhappiness = -10
|unrotten hunger = -23
|unrotten hunger = 0
|unrotten unhappiness = +10
|unrotten unhappiness = 0
|unrotten boredom = +10
|rotten hunger = 0
|rotten hunger = -14
|rotten unhappiness = 0
|rotten unhappiness = +20
|unrottencooked hunger = 0
|rotten boredom = +20
|unrottencooked unhappiness = 0
|cooked hunger = -39
|unrottencooked boredom = 0
|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 = +10
|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 = +20
|burned image = ANIMALDeadSquirrel.png
|rotten image = ANIMALDeadSquirrel.png
|cooked image = ANIMALDeadSquirrel.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 ==
Line 49: Line 63:


== Code ==
== Code ==
  <nowiki>item DeadSquirrel
  <nowiki>
    {
    item DeadSquirrel
         HungerChange = -30,
         HungerChange = -30,
         Weight = 0.2,
         Weight = 0.2,
         Type = Food,
         Type = Food,
        UnhappyChange = -10,
         DisplayName = Dead Squirrel,
         DisplayName = Dead Squirrel,
         Icon = SquirrelDead,
         Icon = SquirrelDead,
         IsCookable = TRUE,
         IsCookable = TRUE,
         DangerousUncooked = TRUE,
         DangerousUncooked = TRUE,
         DaysTotallyRotten = 12,
         DaysTotallyRotten = 12,
         MinutesToBurn = 60,
         MinutesToBurn = 60,
         MinutesToCook = 25,
         MinutesToCook = 25,
         DaysFresh = 8,
         DaysFresh = 8,
        Carbohydrates = 0,
    }</nowiki>
        Proteins = 30,
 
        Lipids = 3.25,
== History ==
        Calories = 161,
 
</nowiki>
{| class="wikitable" width="550" style="text-align:center;"
|-
! Alpha || 
|-
| - || -
|}
 
==See Also==
* [[Small Animal Meat]]
* [[Trapping]]
 


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

Revision as of 03:17, 30 August 2016


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Food -> Perishable Foods -> Dead Squirrel   


A Dead Squirrel is a perishable food item that goes bad as time passes.

Dead Squirrels are caught in a trap via trapping, via various traps. Dead Squirrels take eight in-game days to go stale, and twelve in-game days to rot.

Nutritional Information

Template:Consumables2























It's Nutritional Values are as follows:
Carbohydrates = 0
Proteins = 30
Lipids = 3.25
Calories = 161

Crafting

Name Recipe Description Crafting Level












Code

	
    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,

Template:Navbox/Consumables