Chocolate Doughnut: Difference between revisions

From PZwiki
m (Automated Formatting for Infobox and Section Headers)
m (Distribution table update)
(9 intermediate revisions by the same user not shown)
Line 3: Line 3:
{{Infobox item
{{Infobox item
|name=Chocolate Doughnut
|name=Chocolate Doughnut
|model=DoughnutChocolate Model.png
|model=DoughnutChocolate_Model.png
|icon=DoughnutChocolate.png
|icon=DoughnutChocolate.png
<!--GENERAL-->
<!--GENERAL-->
Line 19: Line 19:
|item_id=Base.DoughnutChocolate
|item_id=Base.DoughnutChocolate
}}
}}
 
A '''Chocolate Doughnut''' is a non-perishable [[food]] [[Items|item]].
A '''Chocolate Doughnut''' is a [[Food#Non-Perishable|non-perishable]] food [[items|item]].


==Usage==
==Usage==
Chocolate Doughnuts can be eaten, providing the player with some positive effects, including reducing [[Moodles#Unhappy|unhappiness]].
Chocolate Doughnuts can be eaten, providing the player with some positive effects, including reducing [[Unhappy|unhappiness]].


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


{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
<!--BOT FLAG|DoughnutChocolate|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
!Building/Room
    <div>DoughnutChocolate distribution
!Container
        <span class="mw-customtoggle-togglebox-DoughnutChocolate" 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>
! style="width: 3.2em;" |Rolls
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-DoughnutChocolate">
! style="width: 3.2em;" |Chance
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
|-
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
| rowspan="2"|bakery
    |+ {{ll|Containers}}
| [[displaycase]]
    ! Building / Room
| 4
    ! Container
| 1
    ! Rolls
|-
    ! Chance
|[[displaycase]]
    |-
|4
    | all
|2
    | {{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-DoughnutChocolate" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|DoughnutChocolate|41.78.16-->
Chocolate Doughnuts can be found in bakery [[Containers#Displays|display counters]].
Chocolate Doughnuts can be found in bakery [[Containers#Displays|display counters]].


Line 51: Line 66:
| {{CodeSnip
| {{CodeSnip
   | lang = java
   | lang = java
   | line = false
   | line = true
   | source = items.txt
  | start = 6097
   | source = items_food.txt
   | retrieved = true
   | retrieved = true
   | version = 41.65
   | version = 41.78.16
   | code =
   | code =
item DoughnutChocolate
item DoughnutChocolate
{
{
  Type               = Food,
DisplayName = Chocolate Doughnut,
  DisplayName        = Chocolate Doughnut,
DisplayCategory = Food,
  Icon               = DoughnutChocolate,
Type = Food,
  Weight              = 0.1,
Weight = 0.1,
  HungerChange       = -7,
Icon = DoughnutChocolate,
  UnhappyChange       = -15,
DaysFresh = 3,
  Carbohydrates      = 35,
DaysTotallyRotten = 5,
  Proteins            = 3,
HungerChange = -7,
  Lipids             = 15,
UnhappyChange = -15,
  Calories            = 180,
Calories = 180,
  WorldStaticModel   = Doughnut_Chocolate_Ground,
Carbohydrates = 35,
}
Lipids = 15,
  }}
Proteins = 3,
WorldStaticModel = Doughnut_Chocolate_Ground,
Tags = FitsToaster,
}
}}
}}
}}


Line 78: Line 98:
*[[Jelly Doughnut]]
*[[Jelly Doughnut]]


{{Navbox food}}
{{Navbox items|miscellaneous_food}}
 
 
[[Category:Non-perishable food]]
[[Category:Non-perishable food]]

Revision as of 15:12, 24 April 2024

Project ZomboidItemsFoodSweetsChocolate Doughnut
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.
Chocolate Doughnut
DoughnutChocolate 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.DoughnutChocolate

A Chocolate Doughnut is a non-perishable food item.

Usage

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

Distribution

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

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

Chocolate Doughnuts 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 DoughnutChocolate
	{
		DisplayName = Chocolate Doughnut,
		DisplayCategory = Food,
		Type = 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,
	}

See also