Charcoal: Difference between revisions

From PZwiki
m (removed some jargon and made it less confusing)
(added boilerplate along with missing details. Rewrote description)
Line 1: Line 1:
{{languages|Charcoal}}
{{languages|Charcoal}}
 
{{header|The Game World|Items|Tools|version=Version 39|incver=52}}
{{Items
{{Items
|image = TZ_CharCoal.png
|image = TZ_CharCoal_120px.png
|weight = 8
|weight = 8
}}
}}
'''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 should be saved until after the electricity has shut off, as until then [[Heat Source#Oven|ovens]] can be used instead.
<div><ul>
<li style="display: inline-block;"> [[File:BBQ_small.png|frame|link=Heat Source#Grill|<div style="text-align: center">Grill</div>]]</li>
<li style="display: inline-block;"> [[File:Fireplace.png|frame|link=Heat Source#Antique Oven|<div style="text-align: center">Antique Oven</div>]]</li>
<li style="display: inline-block;"> [[File:Campfire.png|frame|link=Heat Source#Campfire|<div style="text-align: center">Campfire</div>]]</li>
</ul></div>


<br />


Charcoal can be found in crates anywhere, though it is most common in storage areas.
==Code==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
<nowiki>
item Charcoal
Weight = 8,
Type = Drainable,
UseWhileEquipped = FALSE,
UseDelta = 0.1,
DisplayName = Charcoal,
Icon = Charcoal,
</nowiki>


== Uses ==


Charcoal can be used as fuel in Charcoal-BBQs (red) to create a [[Heat_Source|Heat Source]]. A single bag of charcoal can be used '''sixteen''' times, adding 30 minutes of fuel with each use. <br />
==See Also==
[[File:BBQ_small.png|frame|left|alt=BBQ-Grill model|Small BBQ-Grill]]
*[[Heat Source]]
*[[Items#Fuel|Other Fuel Items]]


{{Navbox/Tools}}
{{Navbox/Tools}}
[[Category:Items]]
[[Category:Tools]]

Revision as of 15:29, 2 May 2018

The Game WorldItemsToolsCharcoal

Template:Items Charcoal is a drainable item that is used as a source of fuel for the grill, campfire and 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 wooden crates, which are most common in storage areas.

Charcoal should be saved until after the electricity has shut off, as until then ovens can be used instead.

  • Grill
  • Antique Oven
  • Campfire


Code

From items.txt (Project Zomboid directory/media/scripts/)

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


See Also

Template:Navbox/Tools