Pizza: Difference between revisions

From PZwiki
(Added new template and data.)
mNo edit summary
Line 4: Line 4:
|image = Item_Pizza.png
|image = Item_Pizza.png
|hunger = -25  
|hunger = -25  
|weight = 0.2
|weight = 0.3
}}
}}
{{Consumables2
{{Consumables2
Line 19: Line 19:
|rotten image = Item_Pizza.png
|rotten image = Item_Pizza.png
}}
}}
== Code ==
<nowiki>item Pizza
    {
        HungerChange = -25,
        Weight = 0.3,
        Type = Food,
        UnhappyChange = -10,
        DisplayName = Pizza,
        DaysTotallyRotten = 5,
        DaysFresh = 3,
        Icon = Pizza,
    }</nowiki>
== History ==
{| class="wikitable" width="550" style="text-align:center;"
|-
! Alpha || 
|-
| - || -
|}
==See Also==
* [[Items#Luxury Food|Luxury Food]]
{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Food]]
[[Category:Non-Perishable Food]]
[[Category:Perishable Food]]
[[Category:Version 2.9.9.17]]

Revision as of 08:21, 18 March 2015

Pizza is a form of food usually found in refrigerators.

Template:Consumables2

Code

item Pizza
    {
        HungerChange	=	-25,
        Weight	=	0.3,
        Type	=	Food,
        UnhappyChange	=	-10,
        DisplayName	=	Pizza,
        DaysTotallyRotten	=	5,
        DaysFresh = 3,
        Icon	=	Pizza,
    }

History

Alpha
- -

See Also

Template:Navbox/Consumables