Gas Can: Difference between revisions

From PZwiki
mNo edit summary
m (Remove lines))
(37 intermediate revisions by 11 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Equipment|Tools|Mechanic tools}}
{{languages|Gas Can}}
{{Page version|41.78.16}}
{{header|The Game World|Items|version=Version 39|incver=52}}
{{Infobox item
{{Tools
|name=Gas Can
| primaryuse = Carry Gasoline
|model=GasCan_Model.png
| otheruses = Start Fires
|icon=Petrol.png
| image = Petrol_120px.png
|icon_name=Gas Can
| weight = 5<br>'''Weight Empty:''' 0.3
|weight=5 <small>(Full)</small><br>1.6 <small>(Empty)</small>
|primary_use=•Refuel [[vehicles|vehicle]] and [[generator]]
|secondary_use=•Start [[fire]]
|max_units=8
|contents=Gasoline
|item_id=Base.PetrolCan<br>Base.EmptyPetrolCan
}}
}}
The '''gas can''' is a ''drainable'' item that has an empty variant. A gas can is full of gasoline which can be poured into [[vehicles]], filling their [[Gas Tank|gas tank]]. Along with vehicles, it is also the primary source of fuel for [[generator]]s. One full gas can will refill 80% of a generator's fuel tank. It is possible to refill a gas can by either siphoning gas from a vehicle, or at a [[Gas Pump|gas pump]]. It should be noted that without a source of power, a gas pump will not function.  
A '''gas can''' is a ''drainable'' item that becomes an '''empty gas can''' once used.


A gas can can be used in place of [[Items#Kindling|kindling]] when starting a fire, along with being added as a source of [[Items#Fuel|fuel]] to a fire. Having a gas can in the secondary slot, with a [[lighter]] in the primary, it is possible to burn [[corpse]]s, removing any negative [[moodles]] that are caused by their presence.  
==Usage==
===Fuel===
A gas can contain gasoline which can be poured into [[vehicles]], filling their [[Gas Tank|gas tank]]. Along with vehicles, it is also the primary source of fuel for [[generator]]s. One full gas can will refill 80% of a generator's fuel tank.


An empty gas can ''cannot'' be filled with water.
===Fire starting===
A gas can be used as a kindling when starting a [[campfire]]. Having a gas can in the secondary slot, with a [[lighter]] in the primary, it is possible to burn [[corpse]]s, removing any negative [[moodles]] that are caused by their presence.


===Refilling===
It is possible to refill a gas can by either siphoning gas from a vehicle, or at a [[Gas pump|gas pump]]. It should be noted that without a source of power, a gas pump will not function. An empty gas can can only be filled with gasoline, and cannot be used to store water.


== Crafting ==
===Recipes===
A full gas can is used in crafting [[Molotov Cocktail|molotov cocktails]] and [[Flame Trap|flame traps]]. Note that the flame trap can only be crafted by those with the [[Occupation#Engineer|engineer occupation]], and cannot be learnt with a [[Recipe Magazines|recipe magazine]]
A full gas can is used in crafting [[Molotov Cocktail|Molotov cocktails]] and [[Flame Trap|flame traps]]. Note that the flame trap can only be crafted by those with the [[Occupation#Engineer|engineer occupation]], and cannot be learnt with a [[Recipe magazines|recipe magazine]].
{| class="wikitable sortable" style="text-align:center;"
{{Crafting/sandbox2
|-
|molotov_cocktail_gas
! Output
|fire_bomb
! class="unsortable" | Ingredients
}}
! class="unsortable" | Description
! Skill Level
{{RecipeLookup|3007}}
{{RecipeLookup|7013}}
|}


==Distribution==
The loot distributions can be found in the table(s) below.


== Code ==
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
! colspan="4" | Containers
 
|-
''Gas Can'' [[File:Petrol.png|link=]]
! Building/Room
<nowiki>
! Container
item PetrolCan
! style="width: 3.2em;" | Rolls
Weight = 5,
! style="width: 3.2em;" | Chance
Type = Drainable,
|-
UseWhileEquipped = FALSE,
|all
UseDelta = 0.125,
|[[toolcabinet]]
DisplayName = Gas Can,
|4
Icon = Petrol,
|1
ReplaceOnDeplete = EmptyPetrolCan,
|-
</nowiki>
|rowspan="2"|carsupply
 
|[[counter]]
 
|4
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
|1
 
|-
''Empty Gas Can'' [[File:Petrol.png|link=]]
|[[counter]]
<nowiki>
|4
item EmptyPetrolCan
|2
Weight = 0.3,
|-
Type = Normal,
|rowspan="2"|conveniencestore
DisplayName = Empty Gas Can,
|[[shelves]]
Icon = Petrol,
|4
</nowiki>
|1
 
|-
 
|[[shelves]]
==History==
|4
{| class="wikitable" width="550" style="text-align:center;"
|1
|-
|rowspan="2"|garagestorage
|[[counter]]
|4
|1
|-
|-
! colspan="2" | Alpha 
|[[counter]]
|4
|2
|-
|-
| RC 2.9 || Serves no purpose with Fire removed in this version.
|rowspan="2"|gasstorage
|[[crate]]
|4
|1
|-
|-
|[[crate]]
|4
|2
|}
|}


==Code==
{{CodeBox|[[File:Petrol.png|link=]] {{ID|PetrolCan}}<br>
{{CodeSnip
  | lang = java
  | line = true
  | start = 1086
  | source = items.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item PetrolCan
{
    DisplayCategory = VehicleMaintenance,
Weight = 5,
Type = Drainable,
UseWhileEquipped = FALSE,
UseDelta = 0.125,
DisplayName = Gas Can,
Icon = Petrol,
ReplaceOnDeplete = EmptyPetrolCan,
StaticModel = GasCan,
ReplaceInSecondHand = Bag_GasCan_LHand holdingbagleft,
        ReplaceInPrimaryHand = Bag_GasCan_RHand holdingbagright,
        WorldStaticModel = GasCan_Ground,
Tags = Petrol,
}
}}


==See Also==
[[File:Petrol.png|link=]] {{ID|EmptyPetrolCan}}<br>
{{CodeSnip
  | lang = java
  | line = true
  | start = 47
  | source = newitems.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item EmptyPetrolCan
{
    DisplayCategory = VehicleMaintenance,
Weight = 1.6,
Type = Normal,
DisplayName = Empty Gas Can,
Icon = Petrol,
StaticModel = GasCan,
SurvivalGear = TRUE,
ReplaceInSecondHand = Bag_GasCan_LHand holdingbagleft,
        ReplaceInPrimaryHand = Bag_GasCan_RHand holdingbagright,
        WorldStaticModel = GasCan_Ground,
        Tags = EmptyPetrol,
        ReplaceTypes = PetrolSource PetrolCan,
}
}}
}}
 
==See also==
*[[Vehicles]]
*[[Vehicles]]
*[[Generator]]
*[[Generator]]
*[[Fire]]
*[[Fire]]


{{Navbox/Tools}}
{{Navbox items|equipment}}
 
[[Category:Tools]]
[[Category:Tools]]

Revision as of 06:58, 15 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Gas Can
GasCan Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
5 (Full)
1.6 (Empty)
Function
•Refuel vehicle and generator
•Start fire
Properties
Contents
Gasoline
Capacity
8 units
Technical
Item ID
Base.PetrolCan
Base.EmptyPetrolCan

A gas can is a drainable item that becomes an empty gas can once used.

Usage

Fuel

A gas can contain gasoline which can be poured into vehicles, filling their gas tank. Along with vehicles, it is also the primary source of fuel for generators. One full gas can will refill 80% of a generator's fuel tank.

Fire starting

A gas can be used as a kindling when starting a campfire. Having a gas can in the secondary slot, with a lighter in the primary, it is possible to burn corpses, removing any negative moodles that are caused by their presence.

Refilling

It is possible to refill a gas can by either siphoning gas from a vehicle, or at a gas pump. It should be noted that without a source of power, a gas pump will not function. An empty gas can can only be filled with gasoline, and cannot be used to store water.

Recipes

A full gas can is used in crafting Molotov cocktails and flame traps. Note that the flame trap can only be crafted by those with the engineer occupation, and cannot be learnt with a recipe magazine.

Product Ingredients Tools Requirements Workstation XP
Molotov.png
Molotov Cocktail
One of:
WhiskeyEmpty.png Empty Bottle (disambiguation) ×1
WineEmpty.png Empty Bottle (disambiguation) ×1
Wine2Empty.png Empty Bottle (disambiguation) ×1
One of:
Rag.png Ripped Sheets ×1
RagDirty.png Dirty Rag ×1
Petrol.png
Gas Can
none none none
BottleWithGas.png
Fire Bomb
WaterBottle Empty.png Empty Bottle ×1
Petrol.png Gas Can ×4 unit(s)
Rag.png Ripped Sheets ×1
none
Profession engineer.png
Engineer occupation
none none

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
all toolcabinet 4 1
carsupply counter 4 1
counter 4 2
conveniencestore shelves 4 1
shelves 4 1
garagestorage counter 4 1
counter 4 2
gasstorage crate 4 1
crate 4 2

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Petrol.png PetrolCan
Source: ProjectZomboid\media\scripts\items.txt

Retrieved: Build 41.78.16
item PetrolCan
	{
	    DisplayCategory = VehicleMaintenance,
		Weight	=	5,
		Type	=	Drainable,
		UseWhileEquipped	=	FALSE,
		UseDelta	=	0.125,
		DisplayName	=	Gas Can,
		Icon	=	Petrol,
		ReplaceOnDeplete	=	EmptyPetrolCan,
		StaticModel = GasCan,
		ReplaceInSecondHand = Bag_GasCan_LHand holdingbagleft,
        ReplaceInPrimaryHand = Bag_GasCan_RHand holdingbagright,
        WorldStaticModel = GasCan_Ground,
		Tags = Petrol,
	}

Petrol.png EmptyPetrolCan
Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item EmptyPetrolCan
	{
	    DisplayCategory = VehicleMaintenance,
		Weight	=	1.6,
		Type	=	Normal,
		DisplayName	=	Empty Gas Can,
		Icon	=	Petrol,
		StaticModel = GasCan,
		SurvivalGear = TRUE,
		ReplaceInSecondHand = Bag_GasCan_LHand holdingbagleft,
        ReplaceInPrimaryHand = Bag_GasCan_RHand holdingbagright,
        WorldStaticModel = GasCan_Ground,
        Tags = EmptyPetrol,
        ReplaceTypes = PetrolSource PetrolCan,
	}

See also