Frosted Doughnut: Difference between revisions

From PZwiki
m (Category Project: Sweets)
(→‎top: New infobox upgrade - Food)
Line 2: Line 2:
{{header/sandbox2|Project Zomboid|Items|Food|Sweets}}
{{header/sandbox2|Project Zomboid|Items|Food|Sweets}}
{{page version|41.65}}
{{page version|41.65}}
{{Infobox food
{{Infobox item
|display_name=Frosted Doughnut
|name=Frosted Doughnut
|name_colour=Food
|model=DoughnutFrosted Model.png
|name_text_colour=Food
|icon=DoughnutFrosted.png
|image=DoughnutFrosted Model.png
|image_width=200px
|alternate_image=DoughnutFrosted.png
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 21: Line 18:
|unhappy_change=-15
|unhappy_change=-15
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.DoughnutFrosted
|item_id=Base.DoughnutFrosted
}}
}}
A '''frosted doughnut''' is a [[Food#Non-Perishable|non-perishable]] food [[items|item]].
A '''frosted doughnut''' is a [[Food#Non-Perishable|non-perishable]] food [[items|item]].

Revision as of 11:22, 29 January 2024

Template:Header/sandbox2

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.
Frosted Doughnut
DoughnutFrosted Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Nutrition
HungerMoodle Icon Hungry.png
-7
CaloriesCalories
180
CarbohydratesCarbohydrates
35
ProteinsProteins
3
FatFat
15
Effect
UnhappinessMoodle Icon Unhappy.png
-15
Technical
Item ID
Base.DoughnutFrosted

A frosted doughnut is a non-perishable food item.

Usage

Frosted doughnuts can be eaten, providing the player with some positive effects, including reducing unhappiness.

Distribution

Frosted doughnuts can be found in bakery display counters.

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.65

    item DoughnutFrosted
    {
        Type				=		Food,
        DisplayName			=		Frosted Doughnut,
        Icon				=		DoughnutFrosted,
        Weight				=		0.1,
        HungerChange 		=		-7,
        UnhappyChange	    =	    -15,
        Carbohydrates = 35,
        Proteins = 3,
        Lipids = 15,
        Calories = 180,
        WorldStaticModel = Doughnut_Frosted_Ground,

See also