Flour: Difference between revisions

From PZwiki
(9 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{languages}}
{{languages|Flour}}
{{Items  
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=7}}{{Infobox drainable
|image = Flour.png  
|display_name=Flour
|weight = 2
|name_colour=Food
}}
|name_text_colour=Food
|image=Flour_120px.png
|weight=1
|function=[[Cooking]] ingredient
|max_units=4
|class_name=Base.Flour
}}'''Flour''' is a [[Food#Non-Perishable|non-perishable]], drainable [[item]] used in [[cooking]].
 
==Usage==
Flour is used as an ingredient to create [[Bread Dough|bread dough]], [[Pie Dough|pie dough]] and [[Cake Batter|cake batter]].
 
== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
{{Cooking table header}}
|-
{{RecipeLookup|2032}}
! Name
{{RecipeLookup|2033}}
! class="unsortable" | Recipe
{{RecipeLookup|2039}}
! class="unsortable" | Description
{{Crafting table footer}}
{{RecipeLookup|20}}
 
{{RecipeLookup|21}}
==Distribution==
|}
Flour can be found in [[Containers#Kitchen_Counter|kitchen counters]].
 
== Code ==
== Code ==
<nowiki>item Flour
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{
{{Retrieved|version=40|incver=7}}
Type = Drainable,
<pre> item Flour
DisplayName = Flour,
Weight = 1,
Icon = Flour,
Type = Drainable,
Weight = 2,
UseWhileEquipped = FALSE,
UseWhileEquipped = false,
UseDelta = 0.25,
} </nowiki>
DisplayName = Flour,
[[Category:items]]
Icon = Flour,</pre>
[[Category:Version 0.2.0p]]
 
==See also==
* [[Recipe Ingredients]]
* [[Sugar]]
* [[Yeast]]
 
{{Navbox/Consumables}}

Revision as of 11:27, 20 August 2018

Flour
Flour
General
Category Item
Encumbrance
Heavy Load
1
Function Cooking ingredient
Capacity 4 units
Technical details
item ID Base.Flour

Flour is a non-perishable, drainable item used in cooking.

Usage

Flour is used as an ingredient to create bread dough, pie dough and cake batter.

Crafting

Template:Cooking table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Distribution

Flour can be found in kitchen counters.

Code

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

	item Flour
		Weight		 = 1,
		Type		 = Drainable,
		UseWhileEquipped = FALSE,
		UseDelta	 = 0.25,
		DisplayName	 = Flour,
		Icon		 = Flour,

See also

Template:Navbox/Consumables