Pie Slice: Difference between revisions

From PZwiki
(PZ Updater automated execution(task: deploy ReLookup, eid: 5fc6ead889eee817e51dd560444d7fb0))
(Updated pie slice)
Line 1: Line 1:
{{languages}}
{{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=73}}{{Infobox food
|display_name=Pie Slice
|display_name=Pie Slice
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=PieSlice_Model.png
|image=Pie 120px.png
|image_width=300px
|alternate_image=Pie Apple.png
|alternate_image=Pie.png
|alternate_name=Apple Pie Slice
|alternate_name=Pie Slice
|alternate_link=
|alternate_link=
|alternate_image2=Pie Blueberry.png
|alternate_name2=Blueberry Pie Slice
|alternate_link2=
|alternate_image3=Pie Keylime.png
|alternate_name3=Key Lime Pie Slice
|alternate_link3=
|alternate_image4=Pie Lemonmeringue.png
|alternate_name4=Lemon Meringue Pie Slice
|alternate_link4=
|alternate_image5=PiePumpkin.png
|alternate_name5=Pumpkin Pie Slice
|alternate_link5=
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
|weight=0.5
|weight=0.5
|days_fresh=5
|days_fresh=5
|days_rotten=8
|days_rotten=3
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-30
|hunger_change=-30
Line 21: Line 32:
|carbohydrates=20.45
|carbohydrates=20.45
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Pie
|class_name=''See [[#Item IDs|Item IDs]]''
}}{{About|pie slices that spawn naturally|pie slices made by the player|Recipe Ingredients#Pie Ingredients}}
}}{{About|pie slices that spawn naturally|pie slices made by the player|Recipe Ingredients#Pie Ingredients}}
A '''pie slice''' is a [[Food#Perishable|perishable]] food [[item]].
'''Pie slice''' is a [[Food#Perishable|perishable]] food [[item]].


==Usage==
==Usage==
=== Consumable properties ===
=== 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.
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 = Pie.png
|image = Pie Anim.gif
|hunger = -30
|hunger = -30
|thirst = 0
|thirst = 0
Line 35: Line 46:
|unrotten boredom = +10
|unrotten boredom = +10
|unrotten unhappiness = +10
|unrotten unhappiness = +10
|rotten hunger = -13.5
|rotten hunger = -13
|rotten boredom = +20
|rotten boredom = +20
|rotten unhappiness = +20
|rotten unhappiness = +20
|perishable = 1
|perishable = 1
|rotten image = Pie.png
|rotten image = Pie Anim.gif
}}
}}


== Crafting ==
== Crafting ==
===Cooking===
===Cooking===
A player-made [[pie]] can be cut into slices using a [[Kitchen Knife|kitchen knife]] or [[Hunting Knife|hunting knife]].
A player-made [[Recipe Ingredients#Pie Ingredients|pie]] can be cut into slices using a [[Kitchen Knife|kitchen knife]] or [[Hunting Knife|hunting knife]].
{{Crafting header|ing=2}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2042 -->
{{Crafting header|ing=2}}
{{Crafting/core|ing=2
{{Crafting cooking|404|ing=2}}
| product_image = [[File:Pie_Slice.png]] | product_name = [[Pie_Slice|Pie Slice]] | product_quantity = x5
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[File:Pie_Cooked.png|link=Pie|Pie]] | i1 = [[Pie]] | q1 = x1 | tag1 = (consumed)
| f2 = [[File:Knives.png]] | i2 = [[Butter Knife]]<br>or<br>[[Kitchen Knife]]<br>or<br>[[Stone Knife]]<br>or<br>[[Hunting Knife]]<br>or<br>[[Machete]]<br>or<br>[[Meat Cleaver]]<br>or<br> | q2 = x1
}}
|}
|}


==Distribution==
==Distribution==
Pie slices can be found in bakeries, cafes, pizza stores and camping grounds.
Pie slice can be found in bakeries, cafes, pizza stores and camping grounds.


==Trivia==
==Trivia==
Line 65: Line 68:
==Gallery==
==Gallery==
<gallery>
<gallery>
File:PieSlice_Model.png|Pie slice model when placed in the world.
File:TIS_logo.png|The Indie Stone company logo
File:TIS_logo.png|The Indie Stone company logo
</gallery>
</gallery>


==Item IDs==
{| class="pztable" style="width:30%; text-align:center;"
! style="width:25%" | Name
! style="width:25%" | Icon
! style="width:50%" | Base ID
|-
| Pie Slice
| [[File:Pie Slice.png]]
| {{ID|Base.Pie}}
|-
| Apple Pie Slice
| [[File:Pie Apple.png]]
| {{ID|Base.PieApple}}
|-
| Blueberry Pie Slice
| [[File:Pie Blueberry.png]]
| {{ID|Base.PieBlueberry}}
|-
| Key Lime Pie Slice
| [[File:Pie Keylime.png]]
| {{ID|Base.PieKeylime}}
|-
| Lemon Meringue Pie Slice
| [[File:Pie Lemonmeringue.png]]
| {{ID|Base.PieLemonMeringue}}
|-
| Pumpkin Pie Slice
| [[File:PiePumpkin.png]]
| {{ID|Base.PiePumpkin}}
|}
<div class="mw-collapsible mw-collapsed">
== Code ==
== Code ==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
<div class="mw-collapsible-content">'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=7}}
Pie Slice [[File:Pie Slice.png|32px]]
<pre> item Pie
{{Retrieved|version=41|incver=73}}
HungerChange = -30,
<pre>   item Pie
Weight = 0.5,
    {
Type = Food,
DisplayName = Pie Slice,
DaysTotallyRotten = 8,
DisplayCategory = Food,
DisplayName = Pie Slice,
Type = Food,
Icon = Pie,
Weight = 0.5,
DaysFresh = 5,
Icon = Pie,
        Carbohydrates = 20.45,
DaysFresh = 5,
        Proteins = 54.53,
DaysTotallyRotten = 8,
        Lipids = 20.61,
HungerChange = -30,
        Calories = 404,</pre>
Calories = 404,
Carbohydrates = 20.45,
Lipids = 20.61,
Proteins = 54.53,
StaticModel = PieSlice,
WorldStaticModel = Pie,
    }</pre>
Apple Pie Slice [[File:Pie Apple.png|32px]]
{{Retrieved|version=41|incver=73}}
<pre>    item PieApple
    {
DisplayName = Apple Pie Slice,
DisplayCategory = Food,
Type = Food,
Weight = 0.5,
Icon = Pie_Apple,
DaysFresh = 5,
DaysTotallyRotten = 8,
HungerChange = -30,
Calories = 404,
Carbohydrates = 20.45,
Lipids = 20.61,
Proteins = 54.53,
WorldStaticModel = PieApple_Ground,
    }</pre>
Blueberry Pie Slice [[File:Pie Blueberry.png|32px]]
{{Retrieved|version=41|incver=73}}
<pre>    item PieBlueberry
    {
DisplayName = Blueberry Pie Slice,
DisplayCategory = Food,
Type = Food,
Weight = 0.5,
Icon = Pie_Blueberry,
DaysFresh = 5,
DaysTotallyRotten = 8,
HungerChange = -30,
Calories = 404,
Carbohydrates = 20.45,
Lipids = 20.61,
Proteins = 54.53,
WorldStaticModel = PieBlueberry_Ground,
    }</pre>
Key Lime Pie Slice [[File:Pie Keylime.png|32px]]
{{Retrieved|version=41|incver=73}}
<pre>    item PieKeylime
    {
DisplayName = Key Lime Pie Slice,
DisplayCategory = Food,
Type = Food,
Weight = 0.5,
Icon = Pie_Keylime,
DaysFresh = 5,
DaysTotallyRotten = 8,
HungerChange = -30,
Calories = 404,
Carbohydrates = 20.45,
Lipids = 20.61,
Proteins = 54.53,
WorldStaticModel = Pie_Keylime_Ground,
    }</pre>
Lemon Meringue Pie Slice [[File:Pie Lemonmeringue.png|32px]]
{{Retrieved|version=41|incver=73}}
<pre>    item PieLemonMeringue
    {
DisplayName = Lemon Meringue Pie Slice,
DisplayCategory = Food,
Type = Food,
Weight = 0.5,
Icon = Pie_Lemonmeringue,
DaysFresh = 5,
DaysTotallyRotten = 8,
HungerChange = -30,
Calories = 404,
Carbohydrates = 20.45,
Lipids = 20.61,
Proteins = 54.53,
WorldStaticModel = PieLemonmeringue_Ground,
    }</pre>
Pumpkin Pie Slice [[File:PiePumpkin.png|32px]]
{{Retrieved|version=41|incver=73}}
<pre>    item PiePumpkin
    {
DisplayName = Pumpkin Pie Slice,
DisplayCategory = Food,
Type = Food,
Weight = 0.5,
Icon = PiePumpkin,
DaysFresh = 5,
DaysTotallyRotten = 8,
HungerChange = -30,
Calories = 404,
Carbohydrates = 20.45,
Lipids = 20.61,
Proteins = 54.53,
WorldStaticModel = PiePumpkin,
    }</pre>
</div>


==See also==
==See also==
*[[Pumpkin Pie Slice]]
*[[Cake Slice]]
*[[Cake Slice]]


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

Revision as of 21:47, 27 September 2022

Template:Infobox food

PlushSpiffo.pngThis article is about pie slices that spawn naturally. For pie slices made by the player, see Recipe ingredients.

Pie slice is a perishable food item.

Usage

Consumable properties

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

Crafting

Cooking

A player-made pie can be cut into slices using a kitchen knife or hunting knife.

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

Distribution

Pie slice can be found in bakeries, cafes, pizza stores and camping grounds.

Trivia

Gallery

Item IDs

Name Icon Base ID
Pie Slice Pie Slice.png Base.Pie
Apple Pie Slice Pie Apple.png Base.PieApple
Blueberry Pie Slice Pie Blueberry.png Base.PieBlueberry
Key Lime Pie Slice Pie Keylime.png Base.PieKeylime
Lemon Meringue Pie Slice Pie Lemonmeringue.png Base.PieLemonMeringue
Pumpkin Pie Slice PiePumpkin.png Base.PiePumpkin

Code

From items_food.txt (Project Zomboid directory/media/scripts/)

Pie Slice Pie Slice.png Retrieved: Build 41.73

    item Pie
    {
		DisplayName = Pie Slice,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.5,
		Icon = Pie,
		DaysFresh = 5,
		DaysTotallyRotten = 8,
		HungerChange = -30,
		Calories = 404,
		Carbohydrates = 20.45,
		Lipids = 20.61,
		Proteins = 54.53,
		StaticModel = PieSlice,
		WorldStaticModel = Pie,
    }

Apple Pie Slice Pie Apple.png Retrieved: Build 41.73

    item PieApple
    {
		DisplayName = Apple Pie Slice,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.5,
		Icon = Pie_Apple,
		DaysFresh = 5,
		DaysTotallyRotten = 8,
		HungerChange = -30,
		Calories = 404,
		Carbohydrates = 20.45,
		Lipids = 20.61,
		Proteins = 54.53,
		WorldStaticModel = PieApple_Ground,
    }

Blueberry Pie Slice Pie Blueberry.png Retrieved: Build 41.73

    item PieBlueberry
    {
		DisplayName = Blueberry Pie Slice,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.5,
		Icon = Pie_Blueberry,
		DaysFresh = 5,
		DaysTotallyRotten = 8,
		HungerChange = -30,
		Calories = 404,
		Carbohydrates = 20.45,
		Lipids = 20.61,
		Proteins = 54.53,
		WorldStaticModel = PieBlueberry_Ground,
    }

Key Lime Pie Slice Pie Keylime.png Retrieved: Build 41.73

    item PieKeylime
    {
		DisplayName = Key Lime Pie Slice,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.5,
		Icon = Pie_Keylime,
		DaysFresh = 5,
		DaysTotallyRotten = 8,
		HungerChange = -30,
		Calories = 404,
		Carbohydrates = 20.45,
		Lipids = 20.61,
		Proteins = 54.53,
		WorldStaticModel = Pie_Keylime_Ground,
    }

Lemon Meringue Pie Slice Pie Lemonmeringue.png Retrieved: Build 41.73

    item PieLemonMeringue
    {
		DisplayName = Lemon Meringue Pie Slice,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.5,
		Icon = Pie_Lemonmeringue,
		DaysFresh = 5,
		DaysTotallyRotten = 8,
		HungerChange = -30,
		Calories = 404,
		Carbohydrates = 20.45,
		Lipids = 20.61,
		Proteins = 54.53,
		WorldStaticModel = PieLemonmeringue_Ground,
    }

Pumpkin Pie Slice PiePumpkin.png Retrieved: Build 41.73

    item PiePumpkin
    {
		DisplayName = Pumpkin Pie Slice,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.5,
		Icon = PiePumpkin,
		DaysFresh = 5,
		DaysTotallyRotten = 8,
		HungerChange = -30,
		Calories = 404,
		Carbohydrates = 20.45,
		Lipids = 20.61,
		Proteins = 54.53,
		WorldStaticModel = PiePumpkin,
    }

See also