Sesame Bagel: Difference between revisions

From PZwiki
(Created page with "{{languages|{{PAGENAME}}}} {{header|The Game World|Items|Food|Perishable Food|type=Food|version=Version 41|incver=65}}<!-- Comment: This section is for the infobox which will...")
 
m (Automatic formatting)
(21 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{languages|{{PAGENAME}}}}
{{Header|Project Zomboid|Items|Food|Grains}}
 
{{Page version|41.65}}
{{header|The Game World|Items|Food|Perishable Food|type=Food|version=Version 41|incver=65}}<!--
{{Infobox item
Comment: This section is for the infobox which will be positioned on the right of the page. The information can be pulled from the items/newitems.txt file in [Zomboid Folder\media\scripts]. For more info on how to use the infobox, see: https://pzwiki.net/wiki/Template:Infobox_food. Image.png is the default question mark image-->
|name=Sesame Bagel
{{Infobox food
|model=BagelSesameSeeds_Model.png
|display_name=Sesame Bagel
|icon=BagelSesame.png
|name_colour=Food
|name_text_colour=Food
|image=SesameBagel.png
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
|weight=0.1
|weight=0.1
|days_fresh=1
|days_fresh=1
|days_rotten=1
|days_rotten=6
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-10
|hunger_change=-10
Line 20: Line 17:
|carbohydrates=33
|carbohydrates=33
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.BagelPlain
|item_id=Base.BagelSesame
}}<!--COMMENT: General introductory for the item-->
}}
A '''Sesame Bagel''' is a [[Food#Perishable|perishable]] food [[items|item]]


<!--COMMENT: This is where the 'Table Of Contents' will go if it is needed-->
A '''sesame bagel''' is a perishable [[food]] [[Items|item]]
__TOC__


== Usage ==
==Usage==
A Sesame Bagel can be eaten, providing the player with some positive effects
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===
<!--COMMENT: This section explains how the food values alter over time, ranging from fresh uncooked, to burnt, to rotten, fill in details as appropriate. Example used is Chicken -->
{{Consumables
{{Consumables2
|image = BagelSesame.png
|image = SesameBagel.png
|hunger = -10
|hunger = -10
|perishable = 1
|perishable = 1
Line 44: Line 38:
|rotten unhappiness = +20
|rotten unhappiness = +20
|rotten boredom = +20
|rotten boredom = +20
|rotten image = SesameBagel.png
|rotten image = BagelSesame.png
}}
}}


== Distribution ==
==Distribution==
Sesame Bagels can be found in bakery [[Containers#Displays|display counters]].
The loot distributions can be found in the table(s) below.


== Code ==
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
<pre>   item BagelSesame
! 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==
<pre>
    item BagelSesame
     {
     {
         HungerChange = -10,
         HungerChange = -10,
Line 64: Line 74:
         Lipids = 2.22,
         Lipids = 2.22,
         Calories = 177,
         Calories = 177,
         WorldStaticModel = BagelSesame_Ground,</pre>
         WorldStaticModel = BagelSesame_Ground,
 
</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