Propane Tank: Difference between revisions

From PZwiki
m (Xinn moved page Propane Tank to Propane Tank)
(10 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{Items
{{languages|Propane Tank}}
|image = Item_PropaneTank.png
{{header|The Game World|Items|Tools|type=Tool|version=Version 39|incver=67.5}}{{Infobox drainable
|weight = 20
|display_name=Propane Tank
}}
|name_colour=Tool
|name_text_colour=Tool
|image=PropaneTank_120px.png
|weight=20
|primary_use=Refill [[Propane Torch|Propane Torch]]
|secondary_use=Refill [[Heat source#Propane Barbecue|Propane Barbecue]]
|max_units=8
|contents=Propane gas
|class_name=Base.PropaneTank
}}A '''propane tank''' is a ''drainable'' item that can be used up to 8 times.


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


They can be found mostly in garages.
==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/)'''''
Big-BBQ:
{{Retrieved|version=39|incver=67.5}}
[[File:BBQ_big.png|frame|left|]]
  <nowiki>
 
item PropaneTank
 
Weight = 10.0,
 
 
 
 
 
 
 
 
To ignite the BBQ you need a lighter or matches.
 
 
 
 
 
 
 
 
 
 
 
== Code ==
  <nowiki> item PropaneTank
{
Weight = 20,
Type = Drainable,
Type = Drainable,
UseWhileEquipped = FALSE,
UseWhileEquipped = FALSE,
Line 43: Line 31:
DisplayName = Propane Tank,
DisplayName = Propane Tank,
Icon = PropaneTank,
Icon = PropaneTank,
ResizeWorldIcon = FALSE
UseWorldItem = TRUE,
} </nowiki>
ScaleWorldIcon = 2.0,
WeightEmpty = 5.0
</nowiki>
 
==See also==
*[[Charcoal]]
*[[Gas Can]]
 
{{Navbox/Tools}}
[[Category:Items]]
[[Category:Spiffo's Construction Crew (Project)]]

Revision as of 19:07, 26 April 2021

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	=	10.0,
		Type	=	Drainable,
		UseWhileEquipped	=	FALSE,
		UseDelta	=	0.125,
		DisplayName	=	Propane Tank,
		Icon	=	PropaneTank,
		UseWorldItem = TRUE,
		ScaleWorldIcon = 2.0,
		WeightEmpty = 5.0

See also

Template:Navbox/Tools