Charcoal: Difference between revisions

From PZwiki
m ({{Navbox items|equipment}})
m (Remove lines))
(One intermediate revision by the same user not shown)
Line 3: Line 3:
{{Infobox item
{{Infobox item
|name=Charcoal
|name=Charcoal
|name_colour=Tool
|name_text_colour=Tool
|model=Charcoal_Model.png
|model=Charcoal_Model.png
|icon=TZ_CharCoal.png
|icon=TZ_CharCoal.png
Line 15: Line 13:
|item_id=Base.Charcoal
|item_id=Base.Charcoal
}}
}}
'''Charcoal''' is a ''drainable'' item that can be used up to 10 times.
'''Charcoal''' is a ''drainable'' item that can be used up to 10 times.


Line 37: Line 34:
! style="width: 3.2em;" | Chance
! style="width: 3.2em;" | Chance
|-
|-
|rowspan="5"|barbecuestore  
|rowspan="5"|barbecuestore
|[[shelves]]  
|[[shelves]]
|4  
|4
|1
|1
|-
|-
|[[shelves]]  
|[[shelves]]
|4  
|4
|1
|1
|-
|-
|[[shelves]]  
|[[shelves]]
|4  
|4
|2
|2
|-
|-
|[[shelves]]  
|[[shelves]]
|4  
|4
|2
|2
|-
|-
|[[shelves]]  
|[[shelves]]
|4  
|4
|5
|5
|-
|-
|garagestorage  
|garagestorage
|[[crate]]  
|[[crate]]
|4  
|4
|4
|4
|}
|}
Line 86: Line 83:
WorldStaticModel = Charcoal_Ground,
WorldStaticModel = Charcoal_Ground,
ConsolidateOption = ContextMenu_Merge,
ConsolidateOption = ContextMenu_Merge,
}  
}
}}
}}
}}
}}

Revision as of 06:39, 15 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Charcoal
Charcoal Model.png
General
Category
Material
Encumbrance
Moodle Icon HeavyLoad.png
8
Function
Properties
Contents
Charcoal
Capacity
10 units
Technical
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 various heat sources. 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.

Obtaining

Charcoal can be sustainably gained by putting 5 logs directly from your inventory into a Metal Drum and lighting it, similarly to a campfire.

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
barbecuestore shelves 4 1
shelves 4 1
shelves 4 2
shelves 4 2
shelves 4 5
garagestorage crate 4 4

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items.txt

Retrieved: Build 41.78.16
item Charcoal
	{
	    DisplayCategory = Material,
		Weight	=	8,
		Type	=	Drainable,
		UseWhileEquipped	=	FALSE,
		UseDelta	=	0.1,
		DisplayName	=	Charcoal,
		Icon	=	TZ_CharCoal,
		WeightEmpty = 0.02,
		WorldStaticModel = Charcoal_Ground,
		ConsolidateOption = ContextMenu_Merge,
	}

See also