Fried Chicken: Difference between revisions

From PZwiki
No edit summary
mNo edit summary
Line 1: Line 1:
{{Items
{{languages}}{{Notice|Short}}
|image = Friedchicken.png
|weight = 0,1
}}  


{{Consumables
|image = SNACKFriedChicken.png
|hunger = -15
|weight = 0.1
}}
(Build 29) Fried chicken is not implemented in the game.
(Build 29) Fried chicken is not implemented in the game.
== Nutritional Information ==
{{Consumables2
|image = SNACKFriedChicken.png
|hunger = -15
|thirst = 0
|unrotten hunger = 0
|unrotten boredom = 0
|unrotten unhappiness = 0
|unrotten thirst = 0
|unrotten image = SNACKFriedChicken.png
|rotten hunger = 0
|rotten boredom = 0
|rotten unhappiness = 0
|rotten thirst = 0
|perishable = 1
|rotten image = SNACKFriedChicken.png
}}


== Code ==
== Code ==
  <nowiki> item ChickenFried
  <nowiki>item ChickenFried
     {
     {
         HungerChange = -15,
         HungerChange = -15,
Line 15: Line 36:
         DisplayName = Fried Chicken,
         DisplayName = Fried Chicken,
         Icon = ChickenFried,
         Icon = ChickenFried,
     } </nowiki>
     }</nowiki>
 
== History ==
 
{| class="wikitable" width="550" style="text-align:center;"
|-
! Alpha || 
|-
| - || -
|}


==See Also==
* [[Items#Luxury Food|Luxury Food]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}

Revision as of 08:19, 18 March 2015

Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.


(Build 29) Fried chicken is not implemented in the game.


Nutritional Information

Template:Consumables2

Code

item ChickenFried
    {
        HungerChange	=	-15,
        Weight	=	0.1,
        AlwaysWelcomeGift	=	true,
        Type	=	Food,
        DisplayName	=	Fried Chicken,
        Icon	=	ChickenFried,
    }

History

Alpha
- -

See Also

Template:Navbox/Consumables