Charcoal: Difference between revisions

From PZwiki
m (Remove lines))
m (Distribution table update)
Line 26: Line 26:
The loot distributions can be found in the table(s) below.
The loot distributions can be found in the table(s) below.


{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
<!--BOT FLAG|Charcoal|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
! Building/Room
    <div>Charcoal distribution
! Container
        <span class="mw-customtoggle-togglebox-Charcoal" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
! style="width: 3.2em;" | Rolls
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Charcoal">
! style="width: 3.2em;" | Chance
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
|-
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
|rowspan="5"|barbecuestore
    |+ {{ll|Containers}}
|[[shelves]]
    ! Building / Room
|4
    ! Container
|1
    ! Rolls
|-
    ! Chance
|[[shelves]]
    |-
|4
    | all
|1
    | {{ll|crate}}
|-
    | 1
|[[shelves]]
    | 0.05
|4
    |-
|2
    | barbecuestore
|-
    | {{ll|shelves}}
|[[shelves]]
    | 4
|4
    | 50.0
|2
    |-
|-
    | barbecuestore
|[[shelves]]
    | {{ll|shelves}}
|4
    | 4
|5
    | 10.0
|-
    |-
|garagestorage
    | barbecuestore
|[[crate]]
    | {{ll|shelves}}
|4
    | 4
|4
    | 20.0
|}
    |-
    | garagestorage
    | {{ll|crate}}
    | 4
    | 4.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Charcoal" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Charcoal|41.78.16-->


==Code==
==Code==

Revision as of 15:09, 24 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.

Charcoal distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all crate 1 0.05
barbecuestore shelves 4 50.0
barbecuestore shelves 4 10.0
barbecuestore shelves 4 20.0
garagestorage crate 4 4.0

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