Sesame Bagel: Difference between revisions

From PZwiki
(+3d model to infobox)
m (Automatic formatting)
(15 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Languages}}
{{Header|Project Zomboid|Items|Food|Grains}}
{{Header|The Game World|Items|Food|Perishable Food|type=Food|version=Version 41|incver=65}}
{{Page version|41.65}}
{{Infobox food
{{Infobox item
|display_name=Sesame Bagel
|name=Sesame Bagel
|name_colour=Food
|model=BagelSesameSeeds_Model.png
|name_text_colour=Food
|icon=BagelSesame.png
|image=BagelSesameSeeds Model.png
|image_width=200px
|alternate_image=BagelSesame.png
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 20: Line 17:
|carbohydrates=33
|carbohydrates=33
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.BagelSesame
|item_id=Base.BagelSesame
}}
}}
A '''sesame Bagel''' is a [[Food#Perishable|perishable]] food [[items|item]]
 
A '''sesame bagel''' is a perishable [[food]] [[Items|item]]


==Usage==
==Usage==
A Sesame Bagel can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
A sesame 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===
===Consumable properties===
Line 44: Line 42:


==Distribution==
==Distribution==
Sesame Bagels can be found in bakery [[Containers#Displays|display counters]].
The loot distributions can be found in the table(s) below.
 
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
! Building/Room
! Container
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" | Chance
|-
|all
|[[displaycasebakery]]
|4
|1
|}
Sesame bagels can be found in bakery [[Containers#Displays|display counters]].


==Code==
==Code==
Line 63: Line 76:
         WorldStaticModel = BagelSesame_Ground,
         WorldStaticModel = BagelSesame_Ground,
</pre>
</pre>


==See also==
==See also==
*[[Bagel]]
*[[Bagel]]
*[[Poppy Bagel]]
*[[Poppy Bagel]]
 
[[Category:Perishable food]]
[[Category:Food]]

Revision as of 09:30, 24 March 2024

Project ZomboidItemsFoodGrainsSesame 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.
Sesame Bagel
BagelSesameSeeds 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.BagelSesame

A sesame bagel is a perishable food item

Usage

A sesame 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

BagelSesame.png
Hunger: -10


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

BagelSesame.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

Sesame bagels can be found in bakery display counters.

Code

    item BagelSesame
    {
        HungerChange	=	-10,
        Weight	=	0.1,
        Type	=	Food,
        DaysTotallyRotten	=	2,
        DisplayName	=	Sesame Bagel,
        Icon	=	BagelSesame,
        DaysFresh	=	1,
        Carbohydrates = 33,
        Proteins = 5.9,
        Lipids = 2.22,
        Calories = 177,
        WorldStaticModel = BagelSesame_Ground,

See also