Pancakes: Difference between revisions

From PZwiki
m (fixed container links)
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Pancakes}}
{{languages|Pancakes}}
<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 -->
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 40|incver=7}}{{Infobox food
<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 -->
|display_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 -->
|name_colour=Food
{{Consumables
|name_text_colour=Food
|image = Pancakes.png
|image=Pancakes_120px.png
|hunger = -10
<!--GENERAL-->
|weight = 0.3
|category=Food
}}
|weight=0.3
Pancakes are a [[Food#Perishable|perishable]] food item that goes bad over time. It can be found in [[Containers#Counters|counters]] and [[Containers#Refrigerators|refrigerators]] in some bake shops.  Pancakes take three in-game days to go stale, and five in-game days to rot.
|days_fresh=3
|days_rotten=5
<!--NUTRITION-->
|hunger_change=-20
|calories=210
|lipids=2
|proteins=6
|carbohydrates=42
<!--EFFECT-->
|unhappy_change=-10
<!--TECHNICAL DETAILS-->
|class_name=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]].
 
It can be found in [[Containers#Counters|counters]] and [[Containers#Refrigerators|refrigerators]] in some bake shops.  


== 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
{{Consumables2
|image = Pancakes.png
|image = Pancakes.png
Line 26: Line 39:
|rotten image = Pancakes.png
|rotten image = Pancakes.png
}}
}}
|}
 
<br><br><br><br><br><br><br><br><br><br><br>
==Distribution==
'''Its Nutritional Values are as follows:'''<br>
Pancakes can be found in [[refrigerator]]s and bakery [[Containers#Displays|display cases]].
Carbohydrates = 42 <br>
Proteins = 6 <br>
Lipids = 2 <br>
Calories = 210 <br><br>


== Code ==
== Code ==
<nowiki>
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
    item Pancakes
{{Retrieved|version=40|incver=7}}
        HungerChange = -20,
<pre> item Pancakes
        Weight = 0.3,
HungerChange = -20,
        Type = Food,
Weight = 0.3,
        UnhappyChange = -10,
Type = Food,
        DisplayName = Pancakes,
UnhappyChange = -10,
        DaysTotallyRotten = 5,
DisplayName = Pancakes,
        DaysFresh = 3,
DaysTotallyRotten = 5,
        Icon = Pancakes,
DaysFresh = 3,
        Carbohydrates = 42,
Icon = Pancakes,
        Proteins = 6,
Carbohydrates = 42,
        Lipids = 2,
Proteins = 6,
        Calories = 210,
Lipids = 2,
</nowiki>
Calories = 210,</pre>
==See Also==
 
* [[Items#Luxury Food|Luxury Food]]
==See also==
* [[Waffles]]
* [[Cake Slice]]
 
{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 14:42, 21 August 2018

Pancakes
Pancakes
General
Category Food
Encumbrance
Heavy Load
0.3
Days until stale 3 days
Days until rotten 5 days
Nutrition
Hunger
Hunger
-20
Calories
Calories
210
Carbohydrates
Carbohydrates
42
Proteins
Proteins
6
Fat
Fat
2
Effect
Unhappiness
Unhappiness
-10
Technical details
Item ID Base.Pancakes
Which is better: Pancakes or Waffles?

Pancakes are a perishable food item.

It can be found in counters and refrigerators in some bake shops.

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. Template:Consumables2

Distribution

Pancakes can be found in refrigerators and bakery display cases.

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.7

	item Pancakes
		HungerChange		= -20,
		Weight			= 0.3,
		Type			= Food,
		UnhappyChange		= -10,
		DisplayName		= Pancakes,
		DaysTotallyRotten	= 5,
		DaysFresh 		= 3,
		Icon			= Pancakes,
		Carbohydrates 		= 42,
		Proteins 		= 6,
		Lipids 			= 2,
		Calories 		= 210,

See also

Template:Navbox/Consumables