Potato 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]
Potato Pancakes
PotatoPancakes Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Days fresh
3 days
Days until rotten
7 days
Nutrition
HungerMoodle Icon Hungry.png
-15
CaloriesCalories
268
CarbohydratesCarbohydrates
35
ProteinsProteins
6
FatFat
15
Technical
Item ID
Base.PotatoPancakes

Potato pancakes are a perishable food item.

Usage

Potato pancakes can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.

Consumable properties

Fresh Stale Rotten

PotatoPancakes.png
Hunger: -15


PotatoPancakes.png
Hunger: -11
Boredom: +10
Unhappiness: +10

PotatoPancakes.png
Hunger: -6
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

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

Potato pancakes can often found inside displays in restaurant.

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 PotatoPancakes
	{
		DisplayName = Potato Pancakes,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = PotatoPancakes,
		DaysFresh = 3,
		DaysTotallyRotten = 7,
		HungerChange = -15,
		Calories = 268,
		Carbohydrates = 35,
		Lipids = 15,
		Proteins = 6,
		WorldStaticModel = PotatoPancakes_Ground,
	}

See also