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]
Pretzel
Pretzel Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Packaged
True
Nutrition
HungerUI Hunger.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.

Location

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

Pretzel distributionShow / 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 Lunchbox 6.41%

Pretzels can be found in lunch bags and lunch boxes

History

Base.Pretzel

Version Description
41.68 Released on or before this version.

Help PZwiki by adding to this history.

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