Pizza: Difference between revisions

From PZwiki
(Update of NavBar.)
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Pizza}}
{{languages|Pizza}}
<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 -->
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 40|incver=7}}{{Infobox food
<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 -->
|display_name=Pizza
<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 -->
|name_colour=Food
{{Consumables
|name_text_colour=Food
|image = Item_Pizza.png
|image=Pizza_120px.png
|hunger = -25
<!--GENERAL-->
|unhappiness = -10
|category=Food
|weight = 0.3
|weight=0.3
}}
|days_fresh=3
 
|days_rotten=5
A slice of pizza is a [[Food#Perishable|perishable]] food item which is found inside of [[refrigerator|freezer]]s and in Pizza Diners ingame.<br><br>
<!--NUTRITION-->
Pizza takes three in-game days to go stale, and five in-game days to rot.
|hunger_change=-25
|calories=990
|lipids=39
|proteins=42
|carbohydrates=120
<!--EFFECT-->
|unhappy_change=-10
<!--TECHNICAL DETAILS-->
|class_name=Base.Pizza
}}'''Pizza''' is a [[Food#Perishable|perishable]] food [[item]].


== Nutritional Information ==
==Usage==
{| border=0 align=left <!-- Table will be in middle of page without this line -->
=== 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.
{{Consumables2
{{Consumables2
|image = Item_Pizza.png
|image = Pizza.png
|hunger = -25
|hunger = -25
|unhappiness = -10
|unhappiness = -10
|unrotten hunger = -19
|unrotten hunger = -19
|unrotten boredom = +10
|unrotten boredom = +10
|unrotten unhappiness = 0
|rotten hunger = -11
|rotten hunger = -11
|rotten boredom = +20
|rotten boredom = +20
|rotten unhappiness = +10
|rotten unhappiness = +10
|perishable = 1
|perishable = 1
|rotten image = Item_Pizza.png
|rotten image = Pizza.png
}}
}}
|}
 
<br><br><br><br><br><br><br><br><br><br><br>
==Distribution==
'''It's Nutritional Values are as follows:'''<br>
Pizza can be found in Pizza Whirled kitchens and [[refrigerator]]s.
Carbohydrates = 120 <br>
Proteins = 42 <br>
Lipids = 39 <br>
Calories = 990 <br><br>


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


==See Also==
==See also==
* [[Items#Luxury Food|Luxury Food]]
* [[Corndog]]
* [[Hotdog]]


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

Revision as of 15:23, 21 August 2018

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 newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.7

	item Pizza
		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,

See also

Template:Navbox/Consumables