Potato Pancakes: Difference between revisions

From PZwiki
m (Remove 120px, minor fixes)
(PZ Updater automated execution(task: fix infobox based on file, eid: c3d33e30))
Line 8: Line 8:
|weight=0.1
|weight=0.1
|days_fresh=3
|days_fresh=3
|days_rotten=4
|days_rotten=7
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-15
|hunger_change=-15

Revision as of 14:58, 3 July 2023

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