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

Pretzels are 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

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