Pizza: Difference between revisions

From PZwiki
(New infobox + new layout)
(updated to 41.68 + added model + navbox)
Line 1: Line 1:
{{languages|Pizza}}
{{languages}}
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 40|incver=7}}{{Infobox food
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=68}}{{Infobox food
|display_name=Pizza
|display_name=Pizza
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=Pizza_120px.png
|image=Pizza_Model.png
|image_width=250px
|alternate_image=Pizza.png
|alternate_name=Pizza
|alternate_link=
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 42: Line 46:


== Code ==
== Code ==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=7}}
{{Retrieved|version=41|incver=68}}
<pre> item Pizza
<pre>   item Pizza
HungerChange = -25,
    {
Weight = 0.3,
        DisplayCategory = Food,
Type = Food,
        HungerChange = -25,
UnhappyChange = -10,
        Weight = 0.3,
DisplayName = Pizza,
        Type = Food,
DaysTotallyRotten = 5,
        UnhappyChange = -10,
DaysFresh = 3,
        DisplayName = Pizza,
Icon = Pizza,
        DaysTotallyRotten = 5,
Carbohydrates = 120,
        DaysFresh = 3,
Proteins = 42,
        Icon = Pizza,
Lipids = 39,
        Carbohydrates = 120,
Calories = 990,</pre>
        Proteins = 42,
        Lipids = 39,
        Calories = 990,
        WorldStaticModel = PizzaSlice_Ground,
    }</pre>


==See also==
==See also==
Line 62: Line 70:
* [[Hotdog]]
* [[Hotdog]]


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

Revision as of 05:49, 14 March 2022

Pizza
Pizza
Pizza
General
Category Food
Encumbrance
Heavy Load
0.3
Days until stale 3 days
Days until rotten 5 days
Nutrition
Hunger
Hunger
-25
Calories
Calories
990
Carbohydrates
Carbohydrates
120
Proteins
Proteins
42
Fat
Fat
39
Effect
Unhappiness
Unhappiness
-10
Technical details
Item ID Base.Pizza

Pizza is a perishable food item.

Usage

Consumable properties

A pie slice can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish. Template:Consumables2

Distribution

Pizza can be found in Pizza Whirled kitchens and refrigerators.

Code

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.68

    item Pizza
    {
        DisplayCategory = Food,
        HungerChange	=	-25,
        Weight	=	0.3,
        Type	=	Food,
        UnhappyChange	=	-10,
        DisplayName	=	Pizza,
        DaysTotallyRotten	=	5,
        DaysFresh = 3,
        Icon	=	Pizza,
        Carbohydrates = 120,
        Proteins = 42,
        Lipids = 39,
        Calories = 990,
        WorldStaticModel = PizzaSlice_Ground,
    }

See also