Propane Tank: Difference between revisions

From PZwiki
No edit summary
m (grammar)
Line 8: Line 8:


==Description==
==Description==
'''Propane tanks''' are used as fuel in big-BBQs to create a [[Heat source]]. They can be found in Industrial Warehouses and can spawn already installed in a BBQ which can be then taken out by right-clicking.
'''Propane tanks''' are used as fuel in big BBQs to create a [[heat source]]. 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==
==Code==

Revision as of 02:10, 7 July 2018


Template:Items

Description

Propane tanks are used as fuel in big BBQs to create a heat source. 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

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


Template:Navbox/Tools