Waffles: Difference between revisions

From PZwiki
(New infobox + new layout)
m (Remove 120px, minor fixes)
Line 1: Line 1:
{{languages|Waffles}}
{{Languages}}{{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 40|incver=7}}{{Infobox food
|display_name=Waffles
|display_name=Waffles
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=Waffles_120px.png
|image=Waffles.png
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 23: Line 22:


==Usage==
==Usage==
=== Consumable properties ===
 
===Consumable properties===
Waffles can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
Waffles can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
{{Consumables2
{{Consumables2
Line 41: Line 41:
Waffles can be found in bakeries and candy store [[Containers#Displays|display cases]].  
Waffles can be found in bakeries and candy store [[Containers#Displays|display cases]].  


== Code ==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=7}}
{{Retrieved|version=40|incver=7}}
<pre> item Waffles
<pre>
item Waffles
HungerChange = -15,
HungerChange = -15,
Weight = 0.3,
Weight = 0.3,
Line 56: Line 57:
Proteins = 3,
Proteins = 3,
Lipids = 4,
Lipids = 4,
Calories = 80,</pre>
Calories = 80,
</pre>


==See also==
==See also==
* [[Pancakes]]
*[[Pancakes]]
* [[Cake Slice]]
*[[Cake Slice]]


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

Revision as of 21:03, 26 February 2023

Waffles
Waffles
General
Category Food
Encumbrance
Heavy Load
0.3
Days until stale 3 days
Days until rotten 5 days
Nutrition
Hunger
Hunger
-15
Calories
Calories
80
Carbohydrates
Carbohydrates
80
Proteins
Proteins
3
Fat
Fat
4
Effect
Unhappiness
Unhappiness
-10
Technical details
Item ID Base.Waffles
Which is better: Pancakes or Waffles?

Waffles are a perishable food item.

Usage

Consumable properties

Waffles 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

Waffles can be found in bakeries and candy store display cases.

Code

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

	item Waffles
		HungerChange		= -15,
		Weight			= 0.3,
		Type			= Food,
		UnhappyChange		= -10,
		DisplayName		= Waffles,
		DaysTotallyRotten	= 5,
		DaysFresh 		= 3,
		Icon			= Waffles,
		Carbohydrates 		= 13,
		Proteins 		= 3,
		Lipids 			= 4,
		Calories 		= 80,

See also