Propane Tank: Difference between revisions

From PZwiki
mNo edit summary
m (updated infobox variables)
Line 1: Line 1:
{{languages|Propane Tank}}
{{languages|Propane Tank}}
{{header|The Game World|Items|Tools|version=Version 39|incver=67.5}}{{Infobox drainable
{{header|The Game World|Items|Tools|type=Tool|version=Version 39|incver=67.5}}{{Infobox drainable
|display_name=Propane Tank
|display_name=Propane Tank
|name_colour=Tool
|name_text_colour=Tool
|image=PropaneTank_120px.png
|image=PropaneTank_120px.png
|weight=20
|weight=20

Revision as of 17:48, 21 July 2018

The Game WorldItemsToolsPropane Tank
Propane Tank
Propane Tank
General
Category Item
Encumbrance
Heavy Load
20
Function Refill Propane Torch
Refill Propane Barbecue
Capacity 8 units
Contents Propane gas
Technical details
item ID Base.PropaneTank

The Propane tank is a drainable item that can be used up to 8 times.

Usage

Fuel

Propane tanks are used as a fuel in propane barbecues and refill a propane torch.

Item distribution

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

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 39.67.5

	item PropaneTank
		Weight			= 20,
		Type			= Drainable,
		UseWhileEquipped	= FALSE,
		UseDelta		= 0.125,
		DisplayName		= Propane Tank,
		Icon			= PropaneTank,
		ResizeWorldIcon 	= FALSE

See also

Template:Navbox/Tools