Poppy Bagel: Difference between revisions

From PZwiki
m (Automated Formatting)
m (Minor fixes)
Line 19: Line 19:
|item_id=Base.BagelPoppy
|item_id=Base.BagelPoppy
}}
}}
A '''poppy bagel''' is a perishable [[food]] [[Items|item]]
A '''poppy bagel''' is a perishable [[food]] [[Items|item]].


==Usage==
==Usage==
Line 59: Line 59:


==Code==
==Code==
{{Improve|section=true|Update to the new format}}
<pre>
<pre>
     item BagelPoppy
     item BagelPoppy
Line 79: Line 80:
*[[Bagel]]
*[[Bagel]]
*[[Sesame Bagel]]
*[[Sesame Bagel]]
{{Navbox items|plants}}
{{Navbox items|plants}}


[[Category:Perishable food]]
[[Category:Perishable food]]

Revision as of 20:57, 19 April 2024

Project ZomboidItemsFoodGrainsPoppy Bagel
Spiffo controlyourself.png
This page was last updated for an older version (41.65).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Poppy Bagel
BagelPoppySeeds Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Days fresh
1 days
Days until rotten
6 days
Nutrition
HungerMoodle Icon Hungry.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.

Consumable properties

Fresh Stale Rotten

BagelPoppy.png
Hunger: -10


BagelPoppy.png
Hunger: -7
Boredom: +10
Unhappiness: +10

BagelPoppy.png
Hunger: -4
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Distribution

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

Containers
Building/Room Container Rolls Chance
all displaycasebakery 4 1

Poppy Bagels can be found in bakery display counters.

Code

WhiskeyHalf.png
This section may be in need of improvement.
Update to the new format
Editors are encouraged to add any missing information to the article, while verifying that the article's current content is correct.
    item BagelPoppy
    {
        HungerChange	=	-10,
        Weight	=	0.1,
        Type	=	Food,
        DaysTotallyRotten	=	2,
        DisplayName	=	Poppy Bagel,
        Icon	=	BagelPoppy,
        DaysFresh	=	1,
        Carbohydrates = 33,
        Proteins = 5.9,
        Lipids = 2.22,
        Calories = 177,
        WorldStaticModel = BagelPoppy_Ground,

See also