Sesame Bagel: Difference between revisions

From PZwiki
(added "negative effects" passage to usage)
m (Fix wrong name)
Line 7: Line 7:
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=SesameBagel.png
|image=BagelSesame.png
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 33: Line 33:
<!--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 -->
<!--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 -->
{{Consumables2
{{Consumables2
|image = SesameBagel.png
|image = BagelSesame.png
|hunger = -10
|hunger = -10
|perishable = 1
|perishable = 1
Line 44: Line 44:
|rotten unhappiness = +20
|rotten unhappiness = +20
|rotten boredom = +20
|rotten boredom = +20
|rotten image = SesameBagel.png
|rotten image = BagelSesame.png
}}
}}



Revision as of 20:37, 12 February 2023


Sesame Bagel
Sesame Bagel
General
Category Food
Encumbrance
Heavy Load
0.1
Days until stale 1 days
Days until rotten 1 days
Nutrition
Hunger
Hunger
-10
Calories
Calories
177
Carbohydrates
Carbohydrates
33
Proteins
Proteins
5.9
Fat
Fat
2.22
Technical details
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

Template:Consumables2

Distribution

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