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

Template:Infobox food

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