Pancakes

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
WhiskeyHalf.png
This article may be in need of improvement.
Editors are encouraged to add any missing information to the article, while verifying that the article's current content is correct.
Pancakes
Pancakes Model.png
Pancakes (fruit)
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Properties
Days fresh
3 days
Days until rotten
5 days
Nutrition
HungerMoodle Icon Hungry.png
-16
CaloriesCalories
210
CarbohydratesCarbohydrates
42
ProteinsProteins
6
FatFat
2
Effect
UnhappinessMoodle Icon Unhappy.png
-10
Technical
Item ID
Base.Pancakes
Which is better: Pancakes or Waffles?
PlushSpiffo.pngThis article is about pancakes found in the world. For pancakes crafted using non-evolved recipe, see Pancakes (crafted). For pancakes using an evolved recipe, see Recipe ingredients.

Pancakes are a perishable food item.

Usage

Consumable properties

Pancakes 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
Pancakes.png
Hunger: -16
Unhappiness: -10
Pancakes.png
Hunger: -12
Boredom: +10
Pancakes.png
Hunger: -7
Boredom: +20
Unhappiness: +10
Dangerous, will cause sickness.

Crafting

Cooking

The player can create uncooked pancakes then cook them in an oven to yield fresh pancakes. Cooked pancakes can also have condiments/spices added to them, such as maple syrup, butter, margarine, marmalade, and fruit jam.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4
Pancakes
Pancakes (Uncooked)
0.75 Cooking none Bowl.png
Empty Bowl
(keep)

(keep)
PancakeMix.png
Pancake Mix
(1 unit)

(consumed)
WaterDrop.png
Water
(2 units)

(consumed)
Pancakes (Cooked)
Pancakes (Cooked)
2.5 Cooking none Heat source.gif
Heat source
(Cooked: 10 mins)
Pancakes (Uncooked)
Pancakes (Uncooked)
(consumed)


Pancakes
Pancakes
0.75 Cooking none Pancakes.png
Pancakes
(Base item)
Pancakes Ingredients
Pancakes Ingredients (1−3)
(consumed)


Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
cafekitchen restaurantdisplay 4 1
restaurantdisplay 4 1
restaurantdisplay 4 2
restaurantdisplay 4 2

Pancakes can be found in refrigerators and bakery display cases and counters.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item Pancakes
{
  DisplayName            = Pancakes,
  DisplayCategory        = Food,
  Type                   = Food,
  Weight                 = 0.3,
  Icon                   = Pancakes,
  IsCookable             = TRUE,
  MinutesToCook          = 0,
  MinutesToBurn          = 20,
  DaysFresh              = 3,
  DaysTotallyRotten      = 5,
  HungerChange           = -16,
  UnhappyChange          = -10,
  Calories               = 210,
  Carbohydrates          = 42,
  Lipids                 = 2,
  Proteins               = 6,
  WorldStaticModel       = Pancakes,
  Tags                   = AlreadyCooked;HideCooked,
}

See also