Waffles: Difference between revisions

From PZwiki
(Update of NavBar.)
m (→‎Distribution: Manual update)
 
(23 intermediate revisions by 5 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Food|Miscellaneous food}}
{{languages|Waffles}}
{{Page version|41.78.16}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
{{Infobox item
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
|name=Waffles
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Perishable_Food|Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|model=Waffles_Model.png
{{Consumables
|icon=Waffles.png
|image = SNACKWaffle.png
|icon_name=Waffles
|hunger = -15
|icon2=SafflesFruit.png
|unhappiness = -10
|icon_name2=Waffles
|weight = 0.3
Recipe ingredients#Waffles Ingredients
<!--GENERAL-->
|category=Food
|weight=0.3
|days_fresh=3
|days_rotten=5
<!--NUTRITION-->
|hunger_change=-15
|calories=80
|lipids=4
|proteins=3
|carbohydrates=13
<!--EFFECT-->
|unhappy_change=-10
<!--TECHNICAL DETAILS-->
|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]].


Waffles are [[Food#Perishable|perishable]] food items which are found inside of counters in the Bakery and Candy stores.<br><br>
==Usage==
Waffles take three in-game days to go stale, and five in-game days to rot.
===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.


== Nutritional Information ==
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.
{| border=0 align=left <!-- Table will be in middle of page without this line -->
{{Consumables
|
|image = Waffles.png
{{Consumables2
|image = SNACKWaffle.png
|hunger = -15
|hunger = -15
|unhappiness = -10
|unhappiness = -10
Line 27: Line 42:
|rotten unhappiness = +10
|rotten unhappiness = +10
|perishable = 1
|perishable = 1
|rotten image = SNACKWaffle.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==
The loot distributions can be found in the table(s) below.
 
<!--BOT FLAG|WafflesRecipe|41.78.16-->
{{clear}}
<div class="togglebox theme-red">
    <div>WafflesRecipe distribution
        <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>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-WafflesRecipe">
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Containers}}
    ! Building / Room
    ! Container
    ! Rolls
    ! Chance
    |-
    | cafekitchen
    | {{ll|restaurantdisplay}}
    | 4
    | 10.0
    |-
    | cafekitchen
    | {{ll|restaurantdisplay}}
    | 4
    | 20.0
    |}
</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,
}
}}
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br>
'''It's Nutritional Values are as follows:'''<br>
Carbohydrates = 13 <br>
Proteins = 3 <br>
Lipids = 4 <br>
Calories = 80 <br><br>


== Code ==
==See also==
<br>
*[[Pancakes]]
<nowiki>
*[[Cake Slice]]
    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,
    </nowiki>


==See Also==
{{Navbox items|food}}
* [[Items#Luxury Food|Luxury Food]]


{{Navbox/Consumables}}
[[Category:Perishable food]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Perishable_Food]]
[[Category:Version 34.28]]

Latest revision as of 17:01, 24 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
Containers
Building / Room Container Rolls Chance
cafekitchen restaurantdisplay 4 10.0
cafekitchen restaurantdisplay 4 20.0

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