Pancakes: Difference between revisions

From PZwiki
m (Added note to describe how players can use pancake mix to cook their own pancakes.)
m (→‎Distribution: Manual update)
(27 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{languages|Pancakes}}
{{Header|Project Zomboid|Items|Food|Miscellaneous food}}
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 40|incver=7}}{{Infobox food
{{Page version|41.78.16}}
|display_name=Pancakes
{{Infobox item
|name_colour=Food
|name=Pancakes
|name_text_colour=Food
|model=Pancakes_Model.png
|image=Pancakes_120px.png
|icon=Pancakes.png
|icon_name=Pancakes
|icon2=PancakesFruit.png
|icon_name2=Pancakes (fruit)
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 11: Line 14:
|days_rotten=5
|days_rotten=5
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-20
|hunger_change=-16
|calories=210
|calories=210
|lipids=2
|lipids=2
Line 19: Line 22:
|unhappy_change=-10
|unhappy_change=-10
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Pancakes
|item_id=Base.Pancakes
}}{{quote|text=Which is better: [[Pancakes]] or [[Waffles]]?|author=[https://theindiestone.com/forums/index.php?/topic/104-waffles-vs-pancakes/ MashPotato]}}'''Pancakes''' are a [[Food#Perishable|perishable]] food [[item]].
}}
 
{{Quote|text=Which is better: [[Pancakes]] or [[Waffles]]?|author=[https://theindiestone.com/forums/index.php?/topic/104-waffles-vs-pancakes/ MashPotato]}}
It can be found in [[Containers#Counters|counters]] and [[Containers#Refrigerators|refrigerators]] in some bake shops. The player can also create uncooked pancakes using pancake mix, an empty bowl, 2 units of water, and either a fork, spoon, or spatula. Cooking this will yield pancakes.
{{About|pancakes found in the world|pancakes crafted using non-evolved recipe|Pancakes (crafted)|pancakes using an evolved recipe|Recipe ingredients#Pancakes ingredients}}
'''Pancakes''' are a perishable [[food]] [[Items|item]].


==Usage==
==Usage==
=== Consumable properties ===
===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.
Pancakes can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
{{Consumables2
{{Consumables
|image = Pancakes.png
|image = Pancakes.png
|hunger = -10
|hunger = -16
|unhappiness = -10
|unhappiness = -10
|unrotten hunger = -7
|unrotten hunger = -12
|unrotten boredom = +10
|unrotten boredom = +10
|rotten hunger = -4
|rotten hunger = -7
|rotten boredom = +20
|rotten boredom = +20
|rotten unhappiness = +10
|rotten unhappiness = +10
|perishable = 1
|perishable = 1
|rotten image = Pancakes.png
|rotten image = Pancakes.png
}}
==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|maple syrup]], [[butter]], [[margarine]], [[marmalade]], and [[Fruit Jam|fruit jam]].
{{Crafting/sandbox2
|pancakes_uncooked
|pancakes_cooked
|pancakes
}}
}}


==Distribution==
==Distribution==
Pancakes can be found in [[refrigerator]]s and bakery [[Containers#Displays|display cases]].  
The loot distributions can be found in the table(s) below.


== Code ==
<!--BOT FLAG|PancakesRecipe|41.78.16-->
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{clear}}
{{Retrieved|version=40|incver=7}}
<div class="togglebox theme-red">
<pre> item Pancakes
    <div>PancakesRecipe distribution
HungerChange = -20,
        <span class="mw-customtoggle-togglebox-PancakesRecipe" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
Weight = 0.3,
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-PancakesRecipe">
Type = Food,
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
UnhappyChange = -10,
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
DisplayName = Pancakes,
    |+ {{ll|Containers}}
DaysTotallyRotten = 5,
    ! Building / Room
DaysFresh = 3,
    ! Container
Icon = Pancakes,
    ! Rolls
Carbohydrates = 42,
    ! Chance
Proteins = 6,
    |-
Lipids = 2,
    | cafekitchen
Calories = 210,</pre>
    | {{ll|restaurantdisplay}}
    | 4
    | 10.0
    |-
    | cafekitchen
    | {{ll|restaurantdisplay}}
    | 4
    | 20.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-PancakesRecipe" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|PancakesRecipe|41.78.16-->
 
Pancakes can be found in [[refrigerator]]s and bakery [[Containers#Displays|display cases]] and [[Containers#Counters|counters]].
 
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 3661
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
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==
==See also==
* [[Waffles]]
*[[Waffles]]
* [[Cake Slice]]
*[[Cake Slice]]
 
{{Navbox items|food}}


{{Navbox/Consumables}}
[[Category:Perishable food]]

Revision as of 16:49, 24 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
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 Ingredients Tools Requirements Workstation XP
Pancakes.png
Pancakes (Uncooked)
One of:
Fork.png Fork ×1
Spatula.png Spatula ×1
Spoon.png Spoon ×1
Each of:
Bowl.png Empty Bowl ×1
PancakeMix.png Pancake Mix ×1 unit(s)
WaterDrop.png Water ×2 unit(s)
none none none 0.75 Cooking
Pancakes.png
Pancakes (Cooked)
Pancakes.png Pancakes (Uncooked) ×1 none none Heat source.gif
Heat source
2.5 Cooking
PancakesFruit.png
Pancakes
Pancakes.png Pancakes ×1
Soup Ingredients.png Pancakes Ingredients ×(1−3)
none none none 0.75 Cooking

Distribution

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

PancakesRecipe distribution Show / Hide
Containers
Building / Room Container Rolls Chance
cafekitchen restaurantdisplay 4 10.0
cafekitchen restaurantdisplay 4 20.0

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\items_food.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