Flour: Difference between revisions

From PZwiki
(Completely overhauled Flour page. Nothing correct. +nav bar, +crafting, +description, + consumable info, +code info, + category corrections)
Line 1: Line 1:
__NOTOC__
{{languages}}
{{languages}}
{{Items
<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 -->
<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 -->
<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 -->
{{Consumables
|image = Flour.png  
|image = Flour.png  
|weight = 2
|weight = 1
}}
}}
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.
== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  
Line 10: Line 16:
! class="unsortable" | Recipe  
! class="unsortable" | Recipe  
! class="unsortable" | Description
! class="unsortable" | Description
{{RecipeLookup|2006}}
! class="unsortable" | Skill Level
{{RecipeLookup|2007}}
 
{{RecipeLookup|2032}}
{{RecipeLookup|2039}}
|}
|}


== Code ==
== Code ==
  <nowiki>item Flour
<br>
{
  <nowiki>
Type = Drainable,
item Flour
DisplayName = Flour,
Weight = 1,
Icon = Flour,
Type = Drainable,
Weight = 2,
UseWhileEquipped = FALSE,
UseWhileEquipped = false,
UseDelta = 0.25,
} </nowiki>
DisplayName = Flour,
[[Category:Version 0.2.0p]]
Icon = Flour,
    </nowiki>
 
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Food]]
[[Category:Non-Perishable_Food]]
[[Category:Non-Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 23:53, 5 July 2016


Page Updated @ Version: 34.28
   Navigation - Index -> Food -> Non Perishable Foods -> Flour   

Flour is a non-perishing non-consumable food item which is often found in kitchen cupboards. It is used as an ingredient to create bread dough and cake batter. A flour bag can be used four times.

Crafting

Name Recipe Description Skill Level
























Code


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

Template:Navbox/Consumables