Gas Can: Difference between revisions

From PZwiki
No edit summary
No edit summary
Line 18: Line 18:
== Code ==
== Code ==
  <nowiki>item PetrolCan
  <nowiki>item PetrolCan
{
{
Type = Drainable,
Weight = 5,
DisplayName = Gas Can,
Type = Drainable,
Icon = Petrol,
UseWhileEquipped = FALSE,
Weight = 10,
UseDelta = 0.125,
UseWhileEquipped = false,
DisplayName = Gas Can,
}</nowiki>
Icon = Petrol,
}</nowiki>


== History ==
== History ==

Revision as of 12:53, 16 October 2014


Template:Items A gas can is a heavy can full of petroleum. Currently, gas cans can be found in crates in the various storage buildings, and rarely in trash cans. Because they are so heavy, it is better to leave it behind before going outside. Can be used to craft a Molotov Cocktail by combining it with an empty whiskey bottle and adding a bandage, or a pair of socks, or a dish towel. Also used to light campfires.

Crafting

Name Recipe Description












Code

item PetrolCan
	{
		Weight	=	5,
		Type	=	Drainable,
		UseWhileEquipped	=	FALSE,
		UseDelta	=	0.125,
		DisplayName	=	Gas Can,
		Icon	=	Petrol,
	}

History

Alpha
RC 2.9 Serves no purpose with Fire removed in this version.

See Also

Template:Navbox/Tools