Jelly Doughnut: Difference between revisions

From PZwiki
(Created page with "{{languages|{{PAGENAME}}}} <!--COMMENT: The header template goes below the language template, there should be NOTHING in between. The format can be seen in the header template...")
 
m (Cleanup)
Line 1: Line 1:
{{languages|{{PAGENAME}}}}
{{Languages}}{{Header|The Game World|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=65}}
<!--COMMENT: The header template goes below the language template, there should be NOTHING in between. The format can be seen in the header template with a working explanation. The header connects categories and Version number. PLEASE ENTER THE VERSION AND INCREMENT NUMBER WHEN YOU MAKE OR EDIT A PAGE. It helps everyone else know how old the page is version-wise -->
{{header|The Game World|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=65}}<!--
Comment: This section is for the infobox which will be positioned on the right of the page. The information can be pulled from the items/newitems.txt file in [Zomboid Folder\media\scripts]. For more info on how to use the infobox, see: https://pzwiki.net/wiki/Template:Infobox_food. Image.png is the default question mark image-->
{{Infobox food
{{Infobox food
|display_name=Jelly Doughnut
|display_name=Jelly Doughnut
Line 21: Line 18:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.DoughnutJelly
|class_name=Base.DoughnutJelly
}}<!--COMMENT: General introductory for the item-->
}}A '''Jelly Doughnut''' is a [[Food#Non-Perishable|non-perishable]] food [[items|item]].
A '''Jelly Doughnut''' is a [[Food#Non-Perishable|non-perishable]] food [[items|item]].


<!--COMMENT: This is where the 'Table Of Contents' will go if it is needed-->
==Usage==
__TOC__
 
== Usage ==
Jelly Doughnuts can be eaten, providing the player with some positive effects, including reducing [[Moodles#Unhappy|unhappiness]].
Jelly Doughnuts can be eaten, providing the player with some positive effects, including reducing [[Moodles#Unhappy|unhappiness]].


== Distribution ==
==Distribution==
Jelly Doughnuts can be found in bakery [[Containers#Displays|display counters]].
Jelly Doughnuts can be found in bakery [[Containers#Displays|display counters]].


== Code ==
==Code==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=65}}
{{Retrieved|version=41|incver=65}}
<pre>   item DoughnutJelly
<pre>
    item DoughnutJelly
     {
     {
         Type = Food,
         Type = Food,
Line 48: Line 42:
         Lipids = 15,
         Lipids = 15,
         Calories = 180,
         Calories = 180,
         WorldStaticModel = Doughnut_Jelly_Ground,</pre>
         WorldStaticModel = Doughnut_Jelly_Ground,
</pre>


==See also==
==See also==
Line 54: Line 49:
*[[Chocolate Doughnut]]
*[[Chocolate Doughnut]]
*[[Frosted Doughnut]]
*[[Frosted Doughnut]]
{{Navbox/Consumables}}
 
{{Navbox food}}

Revision as of 22:36, 5 April 2023

Jelly Doughnut
Jelly Doughnut
General
Category Food
Encumbrance
Heavy Load
0.1
Nutrition
Hunger
Hunger
-7
Calories
Calories
180
Carbohydrates
Carbohydrates
35
Proteins
Proteins
3
Fat
Fat
15
Effect
Unhappiness
Unhappiness
-15
Technical details
Item ID Base.DoughnutJelly

A Jelly Doughnut is a non-perishable food item.

Usage

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

Distribution

Jelly Doughnuts can be found in bakery display counters.

Code

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

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

See also