Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Poppy Bagel

From PZwiki
Project ZomboidItemsFoodGrainsPoppy Bagel
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Poppy Bagel
BagelPoppy Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Days fresh
1 days
Days until rotten
6 days
Nutrition
HungerUI Hunger.png
-10
CaloriesCalories
177
CarbohydratesCarbohydrates
33
ProteinsProteins
5.9
FatFat
2.22
Technical
Item ID
Base.BagelPoppy

A poppy bagel is a perishable food item.

Usage

A poppy bagel can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish. It is one of the food items that can be placed in a toaster.

Consumable properties

State Icon Hunger Boredom Unhappiness Sickness chance
Fresh Poppy Bagel (Fresh) -10 - - -
Stale Poppy Bagel (Stale) -8 +10 +10 -
Rotten Poppy Bagel (Rotten) -4 +20 +20 100%

Location

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

BagelPoppy distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average 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. Duplicate entries do exist, but have been removed for clarity.

Containers
Building/Room Container Effective chance
all displaycasebakery 23.67%
bakery displaycasebakery 23.67%
bakery displaycase 23.67%
bakery grocerstand 23.67%
bakery restaurantdisplay 23.67%
bakerykitchen restaurantdisplay 23.67%
cornerstore displaycasebakery 23.67%
gigamart displaycasebakery 23.67%
grocery displaycasebakery 23.67%

Poppy Bagels can be found in bakery display counters.

History

Base.BagelPoppy

Version Description
Build 41.78 DaysTotallyRotten changed from 2 to 6.
Build 41.72 Item tag added with value FitsToaster.
Build 41.69 DisplayCategory added with value Food.
Build 41.65 Released on this version.

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 BagelPoppy
	{
		DisplayName = Poppy Bagel,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = BagelPoppy,
		DaysFresh = 1,
		DaysTotallyRotten = 6,
		HungerChange = -10,
		Calories = 177,
		Carbohydrates = 33,
		Lipids = 2.22,
		Proteins = 5.9,
		WorldStaticModel = BagelPoppy_Ground,
		Tags = FitsToaster,
	}

See also