Sugar: Difference between revisions

From PZwiki
mNo edit summary
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Sugar}}
{{languages|Sugar}}
<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 -->
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=7}}{{Infobox drainable
<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 -->
|display_name=Sugar
<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:Non-Perishable_Food|Non Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name_colour=Food
{{Consumables
|name_text_colour=Food
|image = SmallSugar.png  
|image=Sugar_120px.png
|weight = 1
|weight=1
}}
|function=[[Cooking]] ingredient
'''Sugar''' is an inedible [[Food#Non-Perishable|non-perishable]] food item which is often found in [[Containers#Kitchen Counter|kitchen counters]]. It is used as an ingredient to create other edible foods or to help preserve food in jars for long term storage.  
|max_units=6.25
|class_name=Base.Sugar
}}'''Sugar''' is a drainable [[item]] used in [[cooking]].
 
==Usage==
Sugar is inedible and is only used in [[cooking]].


== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
Sugar is a cooking [[Recipe Ingredients|ingredient]].
|-
===Cooking===
! Name
{{Crafting table header}}
! class="unsortable" | Recipe
! class="unsortable" | Description
! class="unsortable" | Skill Level
 
{{RecipeLookup|2003}}
{{RecipeLookup|2003}}
{{RecipeLookup|2039}}
{{RecipeLookup|2039}}
{{Crafting table footer}}
====Evolved recipes====
{{EvolvedRecipesForItem|hotdrink=1}}
===Food preservation===
Sugar is used in pickling food to preserve it in [[Empty Jar|jars]] for long term storage.
{{Crafting table header}}
{{RecipeLookup|2053}}
{{RecipeLookup|2053}}
{{RecipeLookup|2054}}
{{RecipeLookup|2054}}
Line 29: Line 36:
{{RecipeLookup|2060}}
{{RecipeLookup|2060}}
{{RecipeLookup|2061}}
{{RecipeLookup|2061}}
|}
{{Crafting table footer}}


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


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

Revision as of 18:17, 18 August 2018

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

Sugar is a drainable item used in cooking.

Usage

Sugar is inedible and is only used in cooking.

Crafting

Sugar is a cooking ingredient.

Cooking

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

Evolved recipes

Product Nutrition
Beverage
Beverage
1

Food preservation

Sugar is used in pickling food to preserve it in jars for long term storage. Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Code

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

	item Sugar
		Weight			=	1,
		Type			=	Drainable,
		UseWhileEquipped	=	FALSE,
		UseDelta		=	0.16,
		DisplayName		=	Sugar,
		Icon			=	Sugar,

See also

Template:Navbox/Consumables