Propane Tank: Difference between revisions

From PZwiki
m (Added model image)
m (Minor)
Line 1: Line 1:
{{Languages}}{{Header|The Game World|Items|Tools|type=Tool|version=Version 41|incver=78.13}}{{Infobox drainable
{{Languages}}
{{Header|The Game World|Items|Tools|type=Tool|version=Version 41|incver=78.13}}
{{Infobox drainable
|display_name=Propane Tank
|display_name=Propane Tank
|name_colour=Tool
|name_colour=Tool
Line 12: Line 14:
|contents=Propane gas
|contents=Propane gas
|class_name=Base.PropaneTank
|class_name=Base.PropaneTank
}}A '''propane tank''' is a ''drainable'' item that can be used up to 16 times.
}}
A '''propane tank''' is a ''drainable'' item that can be used up to 16 times.


==Usage==
==Usage==
===Fuel===
===Fuel===
Propane tanks are used as a fuel in [[heat source#Propane Barbecue|propane barbecues]] and refill a [[Propane Torch|propane torch]].
Propane tanks are used as a fuel in [[heat source#Propane Barbecue|propane barbecues]] and refill a [[Propane Torch|propane torch]].

Revision as of 00:47, 17 July 2023

The Game WorldItemsToolsPropane 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

From items.txt (Project Zomboid directory/media/scripts/) 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