Pancakes: Difference between revisions

From PZwiki
(Update of NavBar.)
m (→‎Distribution: Manual update)
(30 intermediate revisions by 7 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Food|Miscellaneous food}}
{{languages|Pancakes}}
{{Page version|41.78.16}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
{{Infobox item
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
|name=Pancakes
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Perishable_Food|Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|model=Pancakes_Model.png
{{Consumables
|icon=Pancakes.png
|image = SNACKPancake.png
|icon_name=Pancakes
|hunger = -10
|icon2=PancakesFruit.png
|weight = 0.3
|icon_name2=Pancakes (fruit)
<!--GENERAL-->
|category=Food
|weight=0.3
|days_fresh=3
|days_rotten=5
<!--NUTRITION-->
|hunger_change=-16
|calories=210
|lipids=2
|proteins=6
|carbohydrates=42
<!--EFFECT-->
|unhappy_change=-10
<!--TECHNICAL DETAILS-->
|item_id=Base.Pancakes
}}
}}
Pancakes are a [[Food#Perishable|perishable]] food item that goes bad over time. It can be found in [[Container|cupboards]] and [[Container|refrigerators]] in some bake shops.  Pancakes take three in-game days to go stale, and five in-game days to rot.
{{Quote|text=Which is better: [[Pancakes]] or [[Waffles]]?|author=[https://theindiestone.com/forums/index.php?/topic/104-waffles-vs-pancakes/ MashPotato]}}
{{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]].


== Nutritional Information ==
==Usage==
{| border=0 align=left
===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.
{{Consumables2
{{Consumables
|image = SNACKPancake.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 = SNACKPancake.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==
The loot distributions can be found in the table(s) below.
 
<!--BOT FLAG|PancakesRecipe|41.78.16-->
{{clear}}
<div class="togglebox theme-red">
    <div>PancakesRecipe distribution
        <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>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-PancakesRecipe">
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Containers}}
    ! Building / Room
    ! Container
    ! Rolls
    ! Chance
    |-
    | cafekitchen
    | {{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,
}
}}
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br>
'''It's Nutritional Values are as follows:'''<br>
Carbohydrates = 42 <br>
Proteins = 6 <br>
Lipids = 2 <br>
Calories = 210 <br><br>


== Code ==
==See also==
<nowiki>
*[[Waffles]]
    item Pancakes
*[[Cake Slice]]
        HungerChange = -20,
 
        Weight = 0.3,
{{Navbox items|food}}
        Type = Food,
 
        UnhappyChange = -10,
[[Category:Perishable food]]
        DisplayName = Pancakes,
        DaysTotallyRotten = 5,
        DaysFresh = 3,
        Icon = Pancakes,
        Carbohydrates = 42,
        Proteins = 6,
        Lipids = 2,
        Calories = 210,
</nowiki>
==See Also==
* [[Items#Luxury Food|Luxury Food]]
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Perishable_Food]]
[[Category:Version 34.28]]

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