Propane Tank: Difference between revisions

From PZwiki
m (updated infobox variables)
mNo edit summary
Line 6: Line 6:
|image=PropaneTank_120px.png
|image=PropaneTank_120px.png
|weight=20
|weight=20
|weight_bkg=1
|primary_use=Refill [[Propane Torch|Propane Torch]]
|primary_use=Refill [[Propane Torch|Propane Torch]]
|primary_use_bkg=
|secondary_use=Refill [[Heat source#Propane Barbecue|Propane Barbecue]]
|secondary_use=Refill [[Heat source#Propane Barbecue|Propane Barbecue]]
|secondary_use_bkg=1
|max_units=8
|max_units=8
|max_units_bkg=
|contents=Propane gas
|contents=Propane gas
|contents_bkg=1
|class_name=Base.PropaneTank
|class_name=Base.PropaneTank
|class_name_bkg=
}}A '''propane tank''' is a ''drainable'' item that can be used up to 8 times.
}}The '''Propane tank''' is a ''drainable'' item that can be used up to 8 times.


==Usage==
==Usage==
Line 23: Line 17:
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]].


==Item distribution==
==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.
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.



Revision as of 14:23, 6 August 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

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

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