Gas Can: Difference between revisions

From PZwiki
(fixing capitalization)
No edit summary
Line 1: Line 1:
#REDIRECT [[Gas can]]
{{languages}}
 
{{items
|image = Petrol.png
|weight = 5
}}
A '''gas can''' is a heavy can full of petroleum. Currently, gas cans can be found in [[crate]]s 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 [[Empty_Bottle_(Whiskey)|whiskey bottle]] and adding a [[bandage]], or a pair of [[socks]], or a [[dish towel]]. Also used to light [[Campfire|campfires]].
== Crafting ==
 
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|3000}}
|}
 
== Code ==
<nowiki>item PetrolCan
{
Type = Drainable,
DisplayName = Gas Can,
Icon = Petrol,
Weight = 10,
UseWhileEquipped = false,
}</nowiki>
 
== History ==
{| class="wikitable" width="550" style="text-align:center;"
|-
! Alpha || 
|-
| RC 2.9 || Serves no purpose with Fire removed in this version.
|}
 
==See Also==
* [[Molotov cocktail]]
 
{{Navbox/Tools}}
 
[[Category:Tools]]
[[Category:Items]]
[[Category:Version 0.2.0p]]

Revision as of 21:27, 4 April 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
{
	Type				=			Drainable,
	DisplayName			=			Gas Can,
	Icon				=			Petrol,
	Weight				=			10,
	UseWhileEquipped 	= 			false,
}

History

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

See Also

Template:Navbox/Tools