Propane Tank

From PZwiki
Revision as of 10:19, 31 January 2024 by Calvy (talk | contribs) (→‎Code: CodeBox update)
Project ZomboidItemsToolsPropane Tank
Propane Tank
Propane Tank
Propane Tank
General
Category Item
Encumbrance
Heavy Load
10
Function Refill Propane Torch
Refill Propane Barbecue
Capacity 16 units
Contents Propane gas
Technical details
item ID Base.PropaneTank

A propane tank is a drainable item that can be used up to 16 times.

Usage

Fuel

Propane tanks are used as a fuel in propane barbecues and refill a propane torch. Starting with 41.78, one full tank can refill an empty (or partially filled) propane torch 16 times.

Distribution

They can spawn already installed in a BBQ, which can be taken out by right-clicking the BBQ.

Buildings

There is a small chance to find propane tanks in industrial warehouses, sheds, garages, tool stores, storage units, and crates.

Vehicles

They can be found in the trunk of a metal welder's vehicle.

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.13
item PropaneTank
{
    DisplayCategory     = Material,
    Weight              = 10.0,
    Type                = Drainable,
    UseWhileEquipped    = FALSE,
    UseDelta            = 0.0625,
    DisplayName         = Propane Tank,
    Icon                = PropaneTank,
    UseWorldItem        = TRUE,
    ScaleWorldIcon      = 2.0,
    WeightEmpty         = 5.0,
    WorldStaticModel    = PropaneTank,
    cantBeConsolided    = TRUE,
}

See also