Perogies: Difference between revisions

From PZwiki
m (Remove 120px)
(PZ Updater automated execution(task: fix infobox based on file, eid: 60a47ac2))
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=-7
|hunger_change=-7

Revision as of 14:58, 3 July 2023

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