Propane Tank

From PZwiki
(Redirected from Propane Tank)
Project ZomboidItemsMaterialsPropane Tank
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.
Propane Tank
PropaneTank Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
10
Function
Properties
Contents
Propane gas
Capacity
16 units
Technical
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

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

Containers
Building/Room Container Rolls Chance
bedroom crate 1 0.5
closet crate 4 0.5
druglab counter 4 0.5
factory crate 4 0.5
garagestorage counter 4 0.5
crate 4 1
crate 4 1
crate 4 2
crate 4 2
crate 4 5
metalshipping metal_shelves 4 4
toolstorestorage metal_shelves 4 0.5

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.16
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