Potato Pancakes

From PZwiki
Revision as of 14:58, 3 July 2023 by Alluseri (talk | contribs) (PZ Updater automated execution(task: fix infobox based on file, eid: c3d33e30))
Project ZomboidItemsFoodPerishable FoodPotato Pancakes

Template:Infobox foodPotato pancakes is 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

Template:Consumables2

Distribution

Potato pancakes can often found inside displays in restaurant.

Gallery

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.73

    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,
	}