Pretzel: Difference between revisions

From PZwiki
m (minor)
(Add distribution table)
Line 25: Line 25:


==Distribution==
==Distribution==
The loot distributions can be found in the table(s) below.
<!--BOT FLAG|Pretzel|41.78.16-->
{{clear}}
<div class="togglebox theme-red">
    <div>Pretzel distribution
        <span class="mw-customtoggle-togglebox-Pretzel" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Pretzel">
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Containers}}
    ! Building / Room
    ! Container
    ! Rolls
    ! Chance
    |-
    | all
    | {{ll|Lunchbag}}
    | 1
    | 10.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Pretzel" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Pretzel|41.78.16-->
Pretzels can be found in [[Paper Bag|lunch bags]] and [[Lunchbox|lunch boxes]]
Pretzels can be found in [[Paper Bag|lunch bags]] and [[Lunchbox|lunch boxes]]


Line 63: Line 89:


[[Category:Non-perishable food]]
[[Category:Non-perishable food]]
[[Category:Articles requiring distribution tables]]

Revision as of 17:20, 24 April 2024

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
Containers
Building / Room Container Rolls Chance
all Lunchbag 1 10.0

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