Charcoal: Difference between revisions

From PZwiki
(added boilerplate along with missing details. Rewrote description)
(applied new boilerplate)
Line 1: Line 1:
{{languages|Charcoal}}
{{languages|Charcoal}}
{{header|The Game World|Items|Tools|version=Version 39|incver=52}}
{{header|The Game World|Items|Tools|version=Version 39|incver=67.5}}{{Infobox drainable
{{Items
|display_name=Charcoal
|image = TZ_CharCoal_120px.png
|image=TZ_CharCoal_120px.png
|weight = 8
|weight=8
|weight_bkg=1
|primary_use=[[Heat source|Fuel]]
|primary_use_bkg=
|max_units=10
|max_units_bkg=1
|contents=Charcoal
|contents_bkg=
|class_name=Base.Charcoal
|class_name_bkg=1
}}
}}
'''Charcoal''' is a ''drainable'' item that is used as a source of fuel for the [[Heat Source#Grill|grill]], [[Heat Source#Campfire|campfire]] and [[Heat Source#antique oven|antique oven]]. A single ''full'' stack can be used ''sixteen'' times, adding 30 minutes of fuel with each use. Charcoal can commonly be found in [[Containers#Wooden Crate|wooden crates]], which are most common in storage areas.
'''Charcoal''' is a ''drainable'' item that can be used up to 10 times.


Charcoal should be saved until after the electricity has shut off, as until then [[Heat Source#Oven|ovens]] can be used instead.  
==Usage==
Charcoal is used as a source of fuel for the [[Heat Source#Charcoal Barbecue|charcoal barbecue]], [[Heat Source#Campfire|campfire]] and [[Heat Source#Antique Oven|antique oven]]. The burn time is 30 minutes of fuel with each use.
 
It is recommended to save charcoal until after the electricity has shut off, as until then [[Heat Source#Oven|ovens]] can be used instead.  


<div><ul>  
<div><ul>  
Line 15: Line 27:
</ul></div>
</ul></div>


==Item distribution==
Charcoal can commonly be found in [[Containers#Wooden Crate|wooden crates]], which are most common in storage areas.


==Code==
==Code==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=39|incver=67.5}}
  <nowiki>
  <nowiki>
item Charcoal
item Charcoal
Line 28: Line 43:
</nowiki>
</nowiki>


 
==See also==
==See Also==
*[[Heat source]]
*[[Heat Source]]
*[[Items#Fuel|Other fuel items]]
*[[Items#Fuel|Other Fuel Items]]


{{Navbox/Tools}}
{{Navbox/Tools}}

Revision as of 08:13, 12 July 2018

The Game WorldItemsToolsCharcoal
Charcoal
Charcoal
General
Category Item
Encumbrance
Heavy Load
8
Function Fuel
Capacity 10 units
Contents Charcoal
Technical details
item ID Base.Charcoal

Charcoal is a drainable item that can be used up to 10 times.

Usage

Charcoal is used as a source of fuel for the charcoal barbecue, campfire and antique oven. The burn time is 30 minutes of fuel with each use.

It is recommended to save charcoal until after the electricity has shut off, as until then ovens can be used instead.

  • Grill
  • Antique Oven
  • Campfire

Item distribution

Charcoal can commonly be found in wooden crates, which are most common in storage areas.

Code

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

	item Charcoal
		Weight			= 8,
		Type			= Drainable,
		UseWhileEquipped	= FALSE,
		UseDelta		= 0.1,
		DisplayName		= Charcoal,
		Icon			= Charcoal,

See also

Template:Navbox/Tools