Flour: Difference between revisions

From PZwiki
(Completely overhauled Flour page. Nothing correct. +nav bar, +crafting, +description, + consumable info, +code info, + category corrections)
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
__NOTOC__
{{languages|Flour}}
{{languages}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=7}}{{Infobox drainable
<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 -->
|display_name=Flour
<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_colour=Food
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[ Main_Page|Index]] -> [[:Category:Food|Food]] -> [[:Category:Non-Perishable_Food|Non Perishable Foods]] -> [[Flour|Flour]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name_text_colour=Food
{{Consumables
|image=Flour_120px.png
|image = Flour.png
|weight=1
|weight = 1
|function=[[Cooking]] ingredient
}}
|max_units=4
Flour is a non-perishing non-consumable food item which is often found in [[Containers#Kitchen_cupboard|kitchen cupboards]]. It is used as an ingredient to create [[bread dough]] and [[cake batter]]. A flour bag can be used four times.  
|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}}
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
! class="unsortable" | Skill Level
 
{{RecipeLookup|2032}}
{{RecipeLookup|2032}}
{{RecipeLookup|2033}}
{{RecipeLookup|2039}}
{{RecipeLookup|2039}}
|}
{{Crafting table footer}}
 
==Distribution==
Flour can be found in [[Containers#Kitchen_Counter|kitchen counters]].


== Code ==
== Code ==
<br>
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
<nowiki>
{{Retrieved|version=40|incver=7}}
item Flour
<pre> item Flour
Weight = 1,
Weight = 1,
Type = Drainable,
Type = Drainable,
Line 31: Line 33:
UseDelta = 0.25,
UseDelta = 0.25,
DisplayName = Flour,
DisplayName = Flour,
Icon = Flour,
Icon = Flour,</pre>
    </nowiki>
 
==See also==
* [[Recipe Ingredients]]
* [[Sugar]]
* [[Yeast]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Non-Perishable_Food]]
[[Category:Version 34.28]]

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