Pie Slice: Difference between revisions

From PZwiki
(Update page)
m (rm about, fix ID, image)
Line 18: Line 18:
|carbohydrates=20.45
|carbohydrates=20.45
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|item_id=''See [[#Item IDs|Item IDs]]''
|item_id=Base.Pie
}}
}}


{{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 [[Items|item]].
A '''pie slice''' is a [[Food#Perishable|perishable]] food [[Items|item]].


Line 28: Line 27:
Pie slices can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
Pie slices can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
{{Consumables
{{Consumables
|image = Pie.gif
|image = Pie.png
|hunger = -30
|hunger = -30
|thirst = 0
|thirst = 0
Line 38: Line 37:
|rotten unhappiness = +20
|rotten unhappiness = +20
|perishable = 1
|perishable = 1
|rotten image = Pie.gif
|rotten image = Pie.png
}}
}}



Revision as of 15:32, 9 March 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Pie Slice
PieSlice Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.5
Properties
Days fresh
5 days
Days until rotten
3 days
Nutrition
HungerMoodle Icon Hungry.png
-30
CaloriesCalories
404
CarbohydratesCarbohydrates
20.45
ProteinsProteins
54.53
FatFat
20.61
Technical
Item ID
Base.Pie

A pie slice is a perishable food item.

Usage

Consumable properties

Pie slices can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.

Fresh Stale Rotten

Pie.png
Hunger: -30


Pie.png
Hunger: -23
Boredom: +10
Unhappiness: +10

Pie.png
Hunger: -13
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

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 slices can be found in refrigerators and bakery display cases and camping grounds.

Code

AppleRotten.png
This section may be outdated.
Editors are encouraged to update this section with new information.

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,
    }

See also