Waffles: Difference between revisions

From PZwiki
m (Automated linking update (or fix).)
m (Automated Formatting)
(8 intermediate revisions by 2 users not shown)
Line 25: Line 25:
|item_id=Base.Waffles<br>Base.WafflesRecipe
|item_id=Base.Waffles<br>Base.WafflesRecipe
}}
}}
{{Quote|text=Which is better: [[Pancakes]] or [[Waffles]]?|author=[https://theindiestone.com/forums/index.php?/topic/104-waffles-vs-pancakes/ MashPotato]}}'''Waffles''' are a [[Food#Perishable|perishable]] food [[items|item]].
{{Quote|text=Which is better: [[Pancakes]] or [[Waffles]]?|author=[https://theindiestone.com/forums/index.php?/topic/104-waffles-vs-pancakes/ MashPotato]}}'''Waffles''' are a [[Food#Perishable|perishable]] food [[Items|item]].


==Usage==
==Usage==
Line 49: Line 49:
{{Main|Cooking}}
{{Main|Cooking}}
Waffles can be combined with various [[Recipe_Ingredients#Waffles_Ingredients|ingredients]] making them more nutritious.
Waffles can be combined with various [[Recipe_Ingredients#Waffles_Ingredients|ingredients]] making them more nutritious.
{{Crafting header|ing=2}}
{{Crafting/sandbox2
{{Crafting cooking|321|ing=2}}
|waffles
|}
}}


==Distribution==
==Distribution==
Line 59: Line 59:
! colspan="4" | Containers
! colspan="4" | Containers
|-
|-
!Building/Room
! Building/Room
!Container
! Container
! style="width: 3.2em;" |Rolls
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" |Chance
! style="width: 3.2em;" | Chance
|-
|-
| rowspan="4"|cafekitchen
|rowspan="4"|cafekitchen
| [[restaurantdisplay]]
|[[restaurantdisplay]]
| 4
|4
| 1
|1
|-
|-
|[[restaurantdisplay]]
|[[restaurantdisplay]]
Line 84: Line 84:


==Code==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox|[[File:Waffles.png]] {{ID|Base.Waffles}}<br>
 
{{CodeSnip
''Waffles'' [[File:Waffles.png]]
  | lang = java
{{Retrieved|version=41.78.16}}
  | line = true
<pre>
  | start = 3724
item Waffles
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item Waffles
{
{
DisplayName = Waffles,
DisplayName = Waffles,
Line 107: Line 111:
Tags = FitsToaster,
Tags = FitsToaster,
}
}
</pre>
}}


''Waffles (recipe)'' [[File:SafflesFruit.png]]
[[File:SafflesFruit.png]] {{ID|Base.WafflesRecipe}}<br>
{{Retrieved|version=41.78.16}}
{{CodeSnip
<pre>
  | lang = java
item WafflesRecipe
  | line = true
  | start = 3743
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item WafflesRecipe
{
{
DisplayName = Waffles,
DisplayName = Waffles,
Line 129: Line 139:
WorldStaticModel = WafflesFruit_Ground,
WorldStaticModel = WafflesFruit_Ground,
}
}
</pre>
}}
}}


==See also==
==See also==
Line 135: Line 146:
*[[Cake Slice]]
*[[Cake Slice]]


{{Navbox food}}
{{Navbox items|food}}
 
[[Category:Perishable food]]
[[Category:Perishable food]]

Revision as of 13:11, 14 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Waffles
Waffles Model.png
Waffles Recipe ingredients#Waffles Ingredients
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Properties
Days fresh
3 days
Days until rotten
5 days
Nutrition
HungerMoodle Icon Hungry.png
-15
CaloriesCalories
80
CarbohydratesCarbohydrates
13
ProteinsProteins
3
FatFat
4
Effect
UnhappinessMoodle Icon Unhappy.png
-10
Technical
Item ID
Base.Waffles
Base.WafflesRecipe
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.

The below table represents the consumable properties for the base item. These values will vary depending on the type of ingredients added.

Fresh Stale Rotten

Waffles.png
Hunger: -15

Unhappiness: -10

Waffles.png
Hunger: -11
Boredom: +10

Waffles.png
Hunger: -6
Boredom: +20
Unhappiness: +10
Dangerous, will cause sickness.

Crafting

Cooking

Main article: Cooking

Waffles can be combined with various ingredients making them more nutritious.

Product Ingredients Tools Requirements Workstation XP
SafflesFruit.png
Waffles
Waffles.png Waffles ×1
Soup Ingredients.png Waffles Ingredients ×(1−3)
none none none 0.75 Cooking

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
cafekitchen restaurantdisplay 4 1
restaurantdisplay 4 1
restaurantdisplay 4 2
restaurantdisplay 4 2

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

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Waffles.png Base.Waffles
Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item Waffles
	{
		DisplayName = Waffles,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.3,
		Icon = Waffles,
		DaysFresh = 3,
		DaysTotallyRotten = 5,
		HungerChange = -15,
		UnhappyChange = -10,
		Calories = 80,
		Carbohydrates = 13,
		Lipids = 4,
		Proteins = 3,
		WorldStaticModel = Waffles_Ground,
		Tags = FitsToaster,
	}

SafflesFruit.png Base.WafflesRecipe
Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item WafflesRecipe
	{
		DisplayName = Waffles,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.3,
		Icon = SafflesFruit,
		DaysFresh = 3,
		DaysTotallyRotten = 5,
		HungerChange = -15,
		UnhappyChange = -10,
		Calories = 80,
		Carbohydrates = 13,
		Lipids = 4,
		Proteins = 3,
		WorldStaticModel = WafflesFruit_Ground,
	}

See also