Waffles: Difference between revisions

From PZwiki
(New infobox + new layout)
(Update distribution file)
 
(24 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{languages|Waffles}}
{{Header|Project Zomboid|Items|Food|Miscellaneous food}}
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 40|incver=7}}{{Infobox food
{{Page version|41.78.16}}
|display_name=Waffles
{{Infobox item
|name_colour=Food
|name=Waffles
|name_text_colour=Food
|model=Waffles_Model.png
|image=Waffles_120px.png
|icon=Waffles.png
|icon_name=Waffles
|icon2=SafflesFruit.png
|icon_name2=Waffles
Recipe ingredients#Waffles Ingredients
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 15: Line 19:
|lipids=4
|lipids=4
|proteins=3
|proteins=3
|carbohydrates=80
|carbohydrates=13
<!--EFFECT-->
<!--EFFECT-->
|unhappy_change=-10
|unhappy_change=-10
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Waffles
|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 [[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==
=== 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
 
The below table represents the consumable properties for the base item. These values will vary depending on the type of [[Recipe_Ingredients#Waffles_Ingredients|ingredients]] added.
{{Consumables
|image = Waffles.png
|image = Waffles.png
|hunger = -15
|hunger = -15
Line 36: Line 43:
|perishable = 1
|perishable = 1
|rotten image = Waffles.png
|rotten image = Waffles.png
}}
==Crafting==
===Cooking===
{{Main|Cooking}}
Waffles can be combined with various [[Recipe_Ingredients#Waffles_Ingredients|ingredients]] making them more nutritious.
{{Crafting/sandbox2
|waffles
}}
}}


==Distribution==
==Distribution==
Waffles can be found in bakeries and candy store [[Containers#Displays|display cases]].  
The loot distributions can be found in the table(s) below.


== Code ==
<!--BOT FLAG|WafflesRecipe|41.78.16-->
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Clear}}
{{Retrieved|version=40|incver=7}}
<div class="togglebox theme-red">
<pre> item Waffles
    <div>WafflesRecipe distribution
HungerChange = -15,
        <span class="mw-customtoggle-togglebox-WafflesRecipe" title="{{int:show}} / {{int:hide}}" style="float: right; padding-right: 30px; padding-top: 4px; font-size: 0.7em; font-weight: normal;">{{int:show}} / {{int:hide}}</span></div>
Weight = 0.3,
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-WafflesRecipe">
Type = Food,
    Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the [[lucky]] and [[unlucky]] traits.    <div class="toggle-content">
UnhappyChange = -10,
<div class="pz-container">
DisplayName = Waffles,
<div id="containers" style="flex-basis:30%">
DaysTotallyRotten = 5,
    {| class="wikitable theme-red" style="margin-right: 15px; width: 95%;"
DaysFresh = 3,
    |+ {{ll|Containers}}
Icon = Waffles,
    ! Building/Room
Carbohydrates = 13,
    ! Container
Proteins = 3,
    ! Effective chance
Lipids = 4,
    |-
Calories = 80,</pre>
    | cafekitchen
    | {{ll|restaurantdisplay}}
    | 23.28%
    |-
    | cafekitchen
    | {{ll|restaurantdisplay}}
    | 41.14%
    |-
    | dinerkitchen
    | {{ll|restaurantdisplay}}
    | 23.28%
    |-
    | dinerkitchen
    | {{ll|restaurantdisplay}}
    | 41.14%
    |-
    | dining
    | {{ll|restaurantdisplay}}
    | 23.28%
    |-
    | dining
    | {{ll|restaurantdisplay}}
    | 41.14%
    |-
    | kitchen_crepe
    | {{ll|restaurantdisplay}}
    | 23.28%
    |-
    | kitchen_crepe
    | {{ll|restaurantdisplay}}
    | 41.14%
    |-
    | pileocrepe
    | {{ll|restaurantdisplay}}
    | 23.28%
    |-
    | pileocrepe
    | {{ll|restaurantdisplay}}
    | 41.14%
    |-
    | restaurant
    | {{ll|restaurantdisplay}}
    | 23.28%
    |-
    | restaurant
    | {{ll|restaurantdisplay}}
    | 41.14%
    |-
    | restaurantkitchen
    | {{ll|restaurantdisplay}}
    | 23.28%
    |-
    | restaurantkitchen
    | {{ll|restaurantdisplay}}
    | 41.14%
    |}
</div>
    </div><div style="clear: both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-WafflesRecipe" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|WafflesRecipe|41.78.16-->
 
Waffles can be found in bakeries and candy store [[Containers#Displays|display cases]].
 
==Code==
{{CodeBox|[[File:Waffles.png]] {{ID|Base.Waffles}}<br>
{{CodeSnip
  | lang = java
  | line = true
  | start = 3724
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
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,
}
}}
 
[[File:SafflesFruit.png]] {{ID|Base.WafflesRecipe}}<br>
{{CodeSnip
  | lang = java
  | line = true
  | start = 3743
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
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==
==See also==
* [[Pancakes]]
*[[Pancakes]]
* [[Cake Slice]]
*[[Cake Slice]]
 
{{Navbox items|food}}


{{Navbox/Consumables}}
[[Category:Perishable food]]

Latest revision as of 14:14, 30 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.

WafflesRecipe distribution Show / Hide
Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits.
Containers
Building/Room Container Effective chance
cafekitchen restaurantdisplay 23.28%
cafekitchen restaurantdisplay 41.14%
dinerkitchen restaurantdisplay 23.28%
dinerkitchen restaurantdisplay 41.14%
dining restaurantdisplay 23.28%
dining restaurantdisplay 41.14%
kitchen_crepe restaurantdisplay 23.28%
kitchen_crepe restaurantdisplay 41.14%
pileocrepe restaurantdisplay 23.28%
pileocrepe restaurantdisplay 41.14%
restaurant restaurantdisplay 23.28%
restaurant restaurantdisplay 41.14%
restaurantkitchen restaurantdisplay 23.28%
restaurantkitchen restaurantdisplay 41.14%

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