Propane Tank: Difference between revisions

From PZwiki
No edit summary
No edit summary
Line 4: Line 4:
|weight = 20
|weight = 20
}}
}}
'''Propane tanks''' are used as fuel in big-BBQs to create a [[Heat source]].
'''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, a lighter is required to light the BBQ still however.
 
They can be found mostly in garages.
 
Big-BBQ: [[File:BBQ_big.png|BBQ_big.png]]
 
To ignite the BBQ you need a lighter or matches.


== Code ==
== Code ==

Revision as of 10:21, 7 April 2015

Template:Items 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, a lighter is required to light the BBQ still however.

Code

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