Flour: Difference between revisions

From PZwiki
(New infobox + new layout)
(One intermediate revision by the same user not shown)
Line 9: Line 9:
|max_units=4
|max_units=4
|class_name=Base.Flour
|class_name=Base.Flour
}}'''Flour''' is a drainable [[item]] used in [[cooking]].
}}'''Flour''' is a [[Food#Non-Perishable|non-perishable]], drainable [[item]] used in [[cooking]].


==Usage==
==Usage==
Line 15: Line 15:


== Crafting ==
== Crafting ==
{{Crafting table header}}
{{Cooking table header}}
{{RecipeLookup|2032}}
{{RecipeLookup|2032}}
{{RecipeLookup|2033}}
{{RecipeLookup|2033}}

Revision as of 10: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