Propane Tank: Difference between revisions

From PZwiki
m (Xinn moved page Propane Tank to Propane Tank)
No edit summary
Line 1: Line 1:
{{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]].
Propane tanks are used as fuel in big-BBQs to create a [[Heat source]].


They can be found mostly in garages.
They can be found mostly in garages.


 
Big-BBQ: [[File:BBQ_big.png|BBQ_big.png]]
 
Big-BBQ:
[[File:BBQ_big.png|frame|left|]]
 
 
 
 
 
 
 
 
 


To ignite the BBQ you need a lighter or matches.
To ignite the BBQ you need a lighter or matches.


== Code ==
== Code ==
Line 45: Line 23:
ResizeWorldIcon = FALSE
ResizeWorldIcon = FALSE
} </nowiki>
} </nowiki>
[[Category:Items]]

Revision as of 07:16, 16 December 2014

Template:Items Propane tanks are used as fuel in big-BBQs to create a Heat source.

They can be found mostly in garages.

Big-BBQ: BBQ_big.png

To ignite the BBQ you need a lighter or matches.

Code

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