Corndog: Difference between revisions

From PZwiki
(added model to infobox)
mNo edit summary
Line 1: Line 1:
{{languages}}
{{languages|Corndog}}
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 40|incver=7}}{{Infobox food
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
|display_name=Corndog
|display_name=Corndog
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=Corndog_Model.png
|image=Corndog_120px.png
| image_width = 300px
| alternate_image = Corndog.png
| alternate_name = Corndog
| alternate_link =
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
|weight=0.1
|weight=0.1
|days_fresh=3
|days_fresh=3
|days_rotten=6
|days_rotten=3
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-12
|hunger_change=-12
Line 22: Line 18:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Corndog
|class_name=Base.Corndog
}}A '''corndog''' is a [[Food#Perishable|perishable]] food [[item]].
}}'''Corndog''' is a [[Food#Perishable|perishable]] food [[item]].


==Usage==
==Usage==
=== Consumable properties ===
=== Consumable properties ===
A corndog can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
Corndog can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
{{Consumables2
{{Consumables2
|image = Corndog.png
|image = Corndog.png
Line 42: Line 38:


==Distribution==
==Distribution==
Corndogs can be found inside [[refrigerator]]s and theatre [[Containers#Counters|counters]].
Corndog can be found inside [[refrigerator]]s and theatre [[Containers#Counters|counters]].
 
==Gallery==
<gallery>
File:Corndog Model.png|Model for: [[File:Corndog.png]]
</gallery>


== Code ==
== Code ==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=7}}
{{Retrieved|version=41|incver=73}}
<pre> item Corndog
<pre> item Corndog
HungerChange = -12,
{
Weight = 0.1,
DisplayName = Corndog,
Type = Food,
DisplayCategory = Food,
DaysTotallyRotten = 6,
Type = Food,
DisplayName = Corndog,
Weight = 0.1,
Icon = Corndog,
Icon = Corndog,
DaysFresh = 3,
DaysFresh = 3,
        Carbohydrates = 7,
DaysTotallyRotten = 6,
        Proteins = 19,
HungerChange = -12,
        Lipids = 9,
Calories = 180,
        Calories = 180,</pre>
Carbohydrates = 7,
Lipids = 9,
Proteins = 19,
StaticModel = Corndog,
WorldStaticModel = Corndog_Ground,
}</pre>


==See also==
==See also==
Line 64: Line 70:
* [[Pizza]]
* [[Pizza]]


{{Navbox/Consumables}}
{{Navbox food}}

Revision as of 07:48, 6 October 2022

Corndog
Corndog
General
Category Food
Encumbrance
Heavy Load
0.1
Days until stale 3 days
Days until rotten 3 days
Nutrition
Hunger
Hunger
-12
Calories
Calories
180
Carbohydrates
Carbohydrates
7
Proteins
Proteins
19
Fat
Fat
9
Technical details
Item ID Base.Corndog

Corndog is a perishable food item.

Usage

Consumable properties

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

Distribution

Corndog can be found inside refrigerators and theatre counters.

Gallery

Code

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.73

	item Corndog
	{
		DisplayName = Corndog,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = Corndog,
		DaysFresh = 3,
		DaysTotallyRotten = 6,
		HungerChange = -12,
		Calories = 180,
		Carbohydrates = 7,
		Lipids = 9,
		Proteins = 19,
		StaticModel = Corndog,
		WorldStaticModel = Corndog_Ground,
	}

See also