Pretzel

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]
Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D model
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Pretzel
Pretzel
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Packaged
True
Nutrition
HungerMoodle Icon Hungry.png
-5
CaloriesCalories
80
CarbohydratesCarbohydrates
11
ProteinsProteins
1
FatFat
2
Technical
Item ID
Base.Pretzel

A pretzel is a non-perishable food item.

Usage

Pretzels can be eaten, providing the player with some positive effects. Pretzels will never go stale or rot, as they are non-perishable.

Distribution

The loot distributions can be found in the table(s) below.

Pretzel distribution Show / Hide
Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits.
Containers
Building/Room Container Effective chance
Lunchbag Lunchbag 6.41%
Lunchbox Lunchbox 6.41%
Lunchbox2 Lunchbox2 6.41%

Pretzels can be found in lunch bags and lunch boxes

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 Pretzel
	{
		DisplayName = Pretzel,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = Pretzel,
		CantBeFrozen = TRUE,
		Packaged = TRUE,
		HungerChange = -5,
		Calories = 80,
		Carbohydrates = 11,
		Lipids = 2,
		Proteins = 1,
		WorldStaticModel = Pretzel_Ground,
	}

See also