Propane Tank: Difference between revisions

From PZwiki
(Lighter is not needed)
No edit summary
Line 1: Line 1:
{{languages|Propane Tank}}
{{languages|Propane Tank}}
{{Items
{{Items
|image = Item_PropaneTank.png
| image = Item_PropaneTank.png
|weight = 20
| weight = 20
}}
}}
'''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 then taken out by right-clicking.


== Code ==
==Code==
  <nowiki> item PropaneTank
  <nowiki> item PropaneTank
{
{
Line 18: Line 20:
} </nowiki>
} </nowiki>


{{Navbox/Tools}}
[[Category:Items]]
[[Category:Items]]

Revision as of 21:26, 23 March 2016


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.

Code

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


Template:Navbox/Tools