Dead Bird: Difference between revisions

From PZwiki
(Created page with "{{languages}}{{Notice|Short}} {{Consumables |image = ANIMALDeadBird.png |hunger = -20 |unhappiness = -10 |weight = 0.2 }} == Nutritional Information == {{Consumables2 |im...")
 
(Redesigned page, +Navbox, +code, +category, +nutitional info, +nutritional values,)
Line 1: Line 1:
{{languages}}{{Notice|Short}}
__NOTOC__
 
{{languages|Dead_Bird}}
<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 = ANIMALDeadBird.png
|image = ANIMALDeadBird.png
|hunger = -20  
|hunger = -20  
|unhappiness = -10
|weight = 0.2
|weight = 0.2
}}
}}


 
[[Dead Bird|A Dead Bird]] is a perishable food item that goes bad as time passes. <br><br>
A Dead Bird is caught in a trap via [[Trapping|trapping]], via a bird trap. A Dead Bird takes 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 = ANIMALDeadBird.png
|image = ANIMALDeadBird.png
Line 17: Line 22:
|cookable = 1
|cookable = 1
|dangerous uncooked = 1
|dangerous uncooked = 1
|unhappiness = -10
|unhappiness = 0
|unrotten hunger = 0
|boredom = 0
|unrotten unhappiness = 0
|unrotten hunger = -15
|rotten hunger = 0
|unrotten unhappiness = +10
|rotten unhappiness = 0
|unrotten boredom = +10
|unrottencooked hunger = 0
|rotten hunger = -9
|unrottencooked unhappiness = 0
|rotten unhappiness = +20
|unrottencooked boredom = 0
|rotten boredom = +20
|rottencooked hunger = 0
|cooked hunger = -26
|rottencooked unhappiness = 0
|cooked hunger = 0
|cooked unhappiness = 0
|cooked unhappiness = 0
|cooked boredom = 0
|cooked boredom = 0
|burned hunger = 0
|unrottencooked hunger = -15
|burned boredom = 0
|unrottencooked unhappiness = +10
|burned unhappiness = 0
|unrottencooked boredom = +10
|burned image = ANIMALDeadBirdBurnt.png
|rottencooked hunger = -9
|rotten image = ANIMALDeadBirdRotten.png
|rottencooked unhappiness = +20
|cooked image = ANIMALDeadBirdCooked.png
|rottencooked boredom = +20
|burned hunger = -7
|burned boredom = +20
|burned unhappiness = +20
|burned image = ANIMALDeadBird.png
|rotten image = ANIMALDeadBird.png
|cooked image = ANIMALDeadBird.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 65:


== Code ==
== Code ==
  <nowiki>item DeadBird
  <nowiki>
    {
    item DeadBird
         HungerChange = -20,
         HungerChange = -20,
         Weight = 0.2,
         Weight = 0.2,
         Type = Food,
         Type = Food,
        UnhappyChange = -10,
         DisplayName = Dead Bird,
         DisplayName = Dead Bird,
         Icon = BirdDead,
         Icon = BirdDead,
         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 Bird 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:32, 30 August 2016


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


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

A Dead Bird is caught in a trap via trapping, via a bird trap. A Dead Bird takes 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 DeadBird
        HungerChange		= -20,
        Weight			= 0.2,
        Type			= Food,
        DisplayName		= Dead Bird,
        Icon			= BirdDead,
        IsCookable		= TRUE,
        DangerousUncooked	= TRUE,
        DaysTotallyRotten	= 12,
        MinutesToBurn		= 60,
        MinutesToCook		= 25,
        DaysFresh		= 8,
        Carbohydrates 		= 0,
        Proteins 		= 30,
        Lipids 			= 3.25,
        Calories 		= 161,

Template:Navbox/Consumables