Propane Tank: Difference between revisions

From PZwiki
No edit summary
Line 5: Line 5:
|name_text_colour=Tool
|name_text_colour=Tool
|image=PropaneTank_120px.png
|image=PropaneTank_120px.png
|weight=20
|weight=10
|primary_use=Refill [[Propane Torch|Propane Torch]]
|primary_use=Refill [[Propane Torch|Propane Torch]]
|secondary_use=Refill [[Heat source#Propane Barbecue|Propane Barbecue]]
|secondary_use=Refill [[Heat source#Propane Barbecue|Propane Barbecue]]

Revision as of 17:58, 27 January 2023

The Game WorldItemsToolsPropane Tank
Propane Tank
Propane Tank
General
Category Item
Encumbrance
Heavy Load
10
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. As of 41.65, one full tank is enough to refill two empty propane torches. Because filled torches are much lighter (2 * 1 vs 10), players can consider carrying empty torches for on-site refuel.

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

Template:Navbox/Tools