Propane Tank: Difference between revisions

From PZwiki
No edit summary
(41.78 changes)
Line 1: Line 1:
{{languages|Propane Tank}}
{{languages|Propane Tank}}
{{header|The Game World|Items|Tools|type=Tool|version=Version 39|incver=67.5}}{{Infobox drainable
{{header|The Game World|Items|Tools|type=Tool|version=Version 41|incver=78}}{{Infobox drainable
|display_name=Propane Tank
|display_name=Propane Tank
|name_colour=Tool
|name_colour=Tool
Line 8: Line 8:
|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]]
|max_units=8
|max_units=16
|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 8 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]].
As of 41.65, one full tank is enough to refill two empty propane torches.
Starting with 41.78, one full tank can refill an empty (or partially filled) propane torche 16 times.
Because filled torches are much lighter (2 * 1 vs 10), players can consider carrying empty torches for on-site refuel.


==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 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 [[Containers#Crates|crates]].
 
===Vehicles===
They can be found in the trunk of a metal welder's vehicle.


==Code==
==Code==

Revision as of 13:21, 29 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 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 torche 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

Template:Navbox/Tools