Bagel: Difference between revisions

From PZwiki
(Remove extra bagels that have separate pages)
m (remove variation mention)
Line 30: Line 30:
|class_name=Base.BagelPlain
|class_name=Base.BagelPlain
}}
}}
'''Bagel''' is a [[Food#Perishable|perishable]] food [[items|item]] which can come in 3 different variations.
'''Bagel''' is a [[Food#Perishable|perishable]] food [[items|item]].


==Usage==
==Usage==

Revision as of 19:48, 19 December 2023

Bagel
Bagel
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.BagelPlain

Bagel is a perishable food item.

Usage

Consumable properties

Bagel can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.

Fresh Stale Rotten

File:Bagel Anim.png
Hunger: -10


File:Bagel Anim.png
Hunger: -7
Boredom: +20
Unhappiness: +20

File:Bagel Anim.png
Hunger: -4
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Distribution

Bagel can be found in bakery display counters.

Code

Bagel BagelPlain.png Retrieved: Build 41.73

    item BagelPlain
    {
 		DisplayName = Bagel,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = BagelPlain,
		DaysFresh = 1,
		DaysTotallyRotten = 2,
		HungerChange = -10,
		Calories = 177,
		Carbohydrates = 33,
		Lipids = 2.22,
		Proteins = 5.9,
		WorldStaticModel = Bagel_Ground,
		Tags = FitsToaster,
    }

See also