Perogies

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: 60a47ac2))

Template:Infobox foodPerogies is a perishable food item.

Usage

Perogies 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

Perogies can often found inside displays in restaurant.

Gallery

Code

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

    item Perogies
	{
		DisplayName = Perogies,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = Perogies,
		DaysFresh = 3,
		DaysTotallyRotten = 7,
		HungerChange = -7,
		Calories = 160,
		Carbohydrates = 31,
		Lipids = 2,
		Proteins = 5,
		WorldStaticModel = Perogies_Ground,
	}