Hot Dog: Difference between revisions

From PZwiki
Line 26: Line 26:
==Usage==
==Usage==
=== Consumable properties ===
=== Consumable properties ===
Hot dogs can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
Hotdogs 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 = Hotdog.png
|image = Hotdog.png

Revision as of 01:56, 11 July 2021

Hotdog
Hotdog
Hotdog
General
Category Food
Encumbrance
Heavy Load
0.3
Days until stale 3 days
Days until rotten 6 days
Nutrition
Hunger
Hunger
-20
Calories
Calories
100
Carbohydrates
Carbohydrates
2
Proteins
Proteins
2
Fat
Fat
12
Technical details
Item ID Base.Hotdog

A hotdog is a perishable food item.

Usage

Consumable properties

Hotdogs 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

Hotdogs can be found inside refrigerators from a convenience store, theatre kitchen or camping ground.

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.7

	item Hotdog
		HungerChange		= -20,
		Weight			= 0.3,
		Type			= Food,
		DaysTotallyRotten	= 6,
		DisplayName		= Hotdog,
		Icon			= HotdogCrafted,
		DaysFresh		= 3,
		Carbohydrates 		= 2,
		Proteins 		= 2,
		Lipids 			= 12,
		Calories 		= 100,

See also

Template:Navbox/Consumables