Doughnut: Difference between revisions

From PZwiki
m (Remove 120px, minor fixes)
m (Distribution table update)
(24 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Languages}}{{Header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
{{Header|Project Zomboid|Items|Food|Sweets}}
|display_name=Doughnut
{{Page version|41.78.16}}
|name_colour=Food
{{Infobox item
|name_text_colour=Food
|name=Doughnut
|image=DoughnutPlain.png
|model=Doughnut_Model.png
|alternate_image=DoughnutChocolate.png
|icon=DoughnutPlain.png
|alternate_name=Chocolate Doughnut
|icon_name=Doughnut
|alternate_link=
 
|alternate_image2=DoughnutFrosted.png
 
|alternate_name2=Frosted Doughnut
 
|alternate_link2=
|alternate_image3=DoughnutJelly.png
|alternate_name3=Jelly Doughnut
|alternate_link3=
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 27: Line 23:
|unhappy_change=-15
|unhappy_change=-15
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=''See [[#Item IDs|Item IDs]]''
|item_id=DoughnutPlain
}}'''Doughnut''' is a [[Food#Non-Perishable|non-perishable]] food [[items|item]] which can come in 4 different variations.
}}
'''Doughnut''' is a non-perishable [[food]] [[Items|item]].


==Usage==
==Usage==
===Consumable properties===
===Consumable properties===
Doughnut can be eaten, providing the player with some positive effects, including reducing [[Moodles#Unhappy|unhappiness]].
Doughnut can be eaten, providing the player with some positive effects, including reducing [[Unhappy|unhappiness]].
{{Consumables2
{{Consumables
|image = Doughnut Anim.gif
|image = Doughnut Anim.gif
|hunger = -7
|hunger = -7
Line 49: Line 45:


==Distribution==
==Distribution==
The loot distributions can be found in the table(s) below.
<!--BOT FLAG|DoughnutPlain|41.78.16-->
{{clear}}
<div class="togglebox theme-red">
    <div>DoughnutPlain distribution
        <span class="mw-customtoggle-togglebox-DoughnutPlain" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-DoughnutPlain">
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Containers}}
    ! Building / Room
    ! Container
    ! Rolls
    ! Chance
    |-
    | all
    | {{ll|Lunchbag}}
    | 1
    | 10.0
    |-
    | bakery
    | {{ll|displaycase}}
    | 4
    | 20.0
    |-
    | bakery
    | {{ll|displaycase}}
    | 4
    | 10.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-DoughnutPlain" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|DoughnutPlain|41.78.16-->
Doughnut can be found in bakery [[Containers#Displays|display counters]].
Doughnut can be found in bakery [[Containers#Displays|display counters]].


==Gallery==
<gallery>
File:Doughnut Model.png|Model for: [[File:DoughnutPlain.png]]
DoughnutChocolate Model.png|Model for: [[File:DoughnutChocolate.png]]
DoughnutFrosted Model.png|Model for: [[File:DoughnutFrosted.png]]
File:DoughnutJelly Model.png|Model for: [[File:DoughnutJelly.png]]
</gallery>
==Item IDs==
{| class="pztable" style="width:30%; text-align:center;"
! style="width:25%" | Name
! style="width:25%" | Icon
! style="width:50%" | Base ID
|-
| Doughnut
| [[File:DoughnutPlain.png]]
| {{ID|Base.DoughnutPlain}}
|-
| Chocolate Doughnut
| [[File:DoughnutChocolate.png]]
| {{ID|Base.DoughnutChocolate}}
|-
| Frosted Doughnut
| [[File:DoughnutFrosted.png]]
| {{ID|Base.DoughnutFrosted}}
|-
| Jelly Doughnut
| [[File:DoughnutJelly.png]]
| {{ID|Base.DoughnutJelly}}
|}
<div class="mw-collapsible mw-collapsed">
==Code==
==Code==
<div class="mw-collapsible-content">'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox
Doughnut [[File:DoughnutPlain.png|32px]]
| {{CodeSnip
{{Retrieved|version=41|incver=73}}
  | lang = java
<pre>    item DoughnutPlain
  | line = true
    {
  | start = 6154
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item DoughnutPlain
{
DisplayName = Doughnut,
DisplayName = Doughnut,
DisplayCategory = Food,
DisplayCategory = Food,
Line 104: Line 109:
WorldStaticModel = Doughnut_Ground,
WorldStaticModel = Doughnut_Ground,
Tags = FitsToaster,
Tags = FitsToaster,
WorldStaticModel = Cookie,
}
Tags = FitsToaster,
}}
    }</pre>
}}
Chocolate Doughnut [[File:DoughnutChocolate.png|32px]]
 
{{Retrieved|version=41|incver=73}}
==See also==
<pre>    item DoughnutsChocolate
*[[Chocolate Doughnut]]
    {
*[[Frosted Doughnut]]
DisplayName = Chocolate Doughnut,
*[[Jelly Doughnut]]
DisplayCategory = Food,
 
Type = Food,
{{Navbox items|miscellaneous_food}}
Weight = 0.1,
 
Icon = DoughnutChocolate,
DaysFresh = 3,
DaysTotallyRotten = 5,
HungerChange = -7,
UnhappyChange = -15,
Calories = 180,
Carbohydrates = 35,
Lipids = 15,
Proteins = 3,
WorldStaticModel = Doughnut_Chocolate_Ground,
Tags = FitsToaster,
    }</pre>
Frosted Doughnut [[File:DoughnutFrosted.png|32px]]
{{Retrieved|version=41|incver=73}}
<pre>    item DoughnutFrosted
    {
DisplayName = Frosted Doughnut,
DisplayCategory = Food,
Type = Food,
Weight = 0.1,
Icon = DoughnutFrosted,
DaysFresh = 3,
DaysTotallyRotten = 5,
HungerChange = -7,
UnhappyChange = -15,
Calories = 180,
Carbohydrates = 35,
Lipids = 15,
Proteins = 3,
WorldStaticModel = Doughnut_Frosted_Ground,
Tags = FitsToaster,
    }</pre>
Jelly Doughnut [[File:DoughnutJelly.png|32px]]
{{Retrieved|version=41|incver=73}}
<pre>    item Doughnut Jelly
    {
DisplayName = Jelly Doughnut,
DisplayCategory = Food,
Type = Food,
Weight = 0.1,
Icon = DoughnutJelly,
DaysFresh = 3,
DaysTotallyRotten = 5,
HungerChange = -7,
UnhappyChange = -15,
Calories = 180,
Carbohydrates = 35,
Lipids = 15,
Proteins = 3,
WorldStaticModel = Doughnut_Jelly_Ground,
Tags = FitsToaster,
    }</pre>
</div>


{{Navbox food}}
[[Category:Perishable food]]

Revision as of 15:23, 24 April 2024

Project ZomboidItemsFoodSweetsDoughnut
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Doughnut
Doughnut Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Days fresh
3 days
Days until rotten
2 days
Nutrition
HungerMoodle Icon Hungry.png
-7
CaloriesCalories
180
CarbohydratesCarbohydrates
35
ProteinsProteins
3
FatFat
15
Effect
UnhappinessMoodle Icon Unhappy.png
-15
Technical
Item ID
DoughnutPlain

Doughnut is a non-perishable food item.

Usage

Consumable properties

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

Fresh Stale Rotten

Doughnut Anim.gif
Hunger: -7

Unhappiness: -15

Doughnut Anim.gif
Hunger: -5
Boredom: +10
Unhappiness: -5

Doughnut Anim.gif
Hunger: -3
Boredom: +20
Unhappiness: +5
Dangerous, will cause sickness.

Distribution

The loot distributions can be found in the table(s) below.

DoughnutPlain distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all Lunchbag 1 10.0
bakery displaycase 4 20.0
bakery displaycase 4 10.0

Doughnut can be found in bakery display counters.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item DoughnutPlain
	{
		DisplayName = Doughnut,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = DoughnutPlain,
		DaysFresh = 3,
		DaysTotallyRotten = 5,
		HungerChange = -7,
		UnhappyChange = -15,
		Calories = 180,
		Carbohydrates = 35,
		Lipids = 15,
		Proteins = 3,
		WorldStaticModel = Doughnut_Ground,
		Tags = FitsToaster,
	}

See also