Pancakes (crafted)

From PZwiki
Project ZomboidItemsFoodCookingEvolved recipesPancakes (crafted)
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Hammer.png
This article is currently under construction.
It is in the process of an expansion or major restructuring. You are welcome to assist in its construction by editing it as well.
If this page has not been updated in a while, please replace this notice with {{Improve}}. Last edit was 27/08/2024.
Pancakes
PancakesFruit Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Properties
Days fresh
3 days
Days until rotten
5 days
Nutrition
HungerUI Hunger.png
-20
CaloriesCalories
210
CarbohydratesCarbohydrates
42
ProteinsProteins
6
FatFat
2
Effect
UnhappinessUI Unhappy.png
-10
Technical
Item ID
Base.PancakesRecipe

Pancakes are the product of an evolved recipe.

Crafting

It is crafted by right-clicking on pancakes. It can accept a maximum of 3 ingredients.

Starting item

Pancakes.png Pancakes

Ingredients

Fruits

Peach.png

Moodle Icon Hungry.png 6

Cherry.png

Moodle Icon Hungry.png 3

Grapes.png

Moodle Icon Hungry.png 15

Orange.png

Moodle Icon Hungry.png 6

Apple.png

Moodle Icon Hungry.png 8

Banana.png

Moodle Icon Hungry.png 8

Pear.png

Moodle Icon Hungry.png 8

Mango.png

Moodle Icon Hungry.png 10

Juice

Citrus

Lemon.png

Moodle Icon Hungry.png 5

Lime.png

Moodle Icon Hungry.png 2

Berry

BerryBlack.png

Moodle Icon Hungry.png 10

BerryBlue.png

Moodle Icon Hungry.png 10

BerryGeneric2.png

Moodle Icon Hungry.png 10

BerryGeneric4.png

Moodle Icon Hungry.png 10

BerryGeneric5.png

Moodle Icon Hungry.png 10

Milk

Other

Butter.png

Moodle Icon Hungry.png 4

Honey.png

Moodle Icon Hungry.png 2

Icing.png

Moodle Icon Hungry.png 5

Chocolate

Cocoa

History

Base.PancakesRecipe

Version Description
41.78.16 Released on or before this version.

Help PZwiki by adding to this history.

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 PancakesRecipe
	{
		DisplayName = Pancakes,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.3,
		Icon = PancakesFruit,
		DaysFresh = 3,
		DaysTotallyRotten = 5,
		HungerChange = -20,
		UnhappyChange = -10,
		Calories = 210,
		Carbohydrates = 42,
		Lipids = 2,
		Proteins = 6,
		WorldStaticModel = PancakesFruit_Ground,
	}

See also