Pizza Slice: Difference between revisions

From PZwiki
(Created page with "{{languages|Pizza Slice}} {{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food |display_name=Pizza Slice |name_colour=Foo...")
 
m (Remove 120px, minor fixes)
Line 1: Line 1:
{{languages|Pizza Slice}}
{{Languages}}{{Header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
|display_name=Pizza Slice
|display_name=Pizza Slice
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=Pizza_120px.png
|image=Pizza.png
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 23: Line 22:


==Usage==
==Usage==
=== Consumable properties ===
 
===Consumable properties===
Pizza slice can be eaten, providing the player with some positive and negative effects, however these will become more negative the longer it's left to perish.<br>
Pizza slice can be eaten, providing the player with some positive and negative effects, however these will become more negative the longer it's left to perish.<br>
{{Consumables2
{{Consumables2
Line 38: Line 38:
}}
}}


== Crafting ==
==Crafting==
{{Main|Cooking}}
{{Main|Cooking}}
===Obtaining===
===Obtaining===
Pizza slice is made by cutting [[pizza]]
Pizza slice is made by cutting [[pizza]]
Line 46: Line 47:
{{Crafting table footer}}
{{Crafting table footer}}


== Distribution ==
==Distribution==
Pizza slice can often found inside [[Containers#Displays|displays]] in restaurant.
Pizza slice can often found inside [[Containers#Displays|displays]] in restaurant.


Line 55: Line 56:
</gallery>
</gallery>


== Code ==
==Code==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=73}}
{{Retrieved|version=41|incver=73}}
<pre> item Pizza
<pre>
item Pizza
{
{
DisplayName = Pizza Slice,
DisplayName = Pizza Slice,
Line 74: Line 76:
Proteins = 42,
Proteins = 42,
WorldStaticModel = PizzaSlice_Ground,
WorldStaticModel = PizzaSlice_Ground,
}</pre>
}
</pre>


{{Navbox food}}
{{Navbox food}}

Revision as of 01:14, 26 February 2023

Template:Infobox foodPizza slice is a perishable food item.

Usage

Consumable properties

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

Crafting

Main article: Cooking

Obtaining

Pizza slice is made by cutting pizza

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Pizza Slice
Pizza Slice x6
0.75 Cooking none
(keep)
Pizza (Cooked)
Pizza (Cooked)
(consumed)

Template:Crafting table footer

Distribution

Pizza slice can often found inside displays in restaurant.

Gallery

Code

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

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