Extinguisher: Difference between revisions

From PZwiki
m (Link error)
(Finished article. Added infobox, header, layout and more info.)
Line 1: Line 1:
{{Notice|Underconstruction}}
{{languages|Extinguisher}}
{{header|The Game World|Items|Tools|type=Tool|version=Version 39|incver=67.5}}
{{Infobox drainable
|display_name = Extinguisher
|name_colour = Tool
|name_text_colour = Tool
|image = Extinguisher_120px.png
|weight = 0.4
|primary_use = Extinguish [[fire]]s
|max_units = 10
|class_name = Base.Extinguisher
}}{{quote|text=Puts out fires. Removes flames from burning buildings and people.|author=In-game tooltip}}An '''extinguisher''' is a drainable [[item]].


Extinguishers are used to put out fires like [[Bucket with Water|Buckets of Water]] and [[Pot of water|Pots of Water]]. Extinguishers are found in sheds and garages (Build 35.26).
==Usage==
Extinguishers are used to put out [[fire]]s before they get out of control. A full extinguisher can extinguish 10 fires (tiles) before being consumed.
 
===Operating===
To use an extinguisher, it must be in the [[player|player's]] main inventory, then right-click near the fire and select "Extinguish Fire" from the contextual menu. This will bring up two circles, a large green/red one, and a small white one. The white circle indicates where the player will move to extinguish the fire. The larger circle will appear green if it's in rage of a fire and red if it isn't. Any fires in range of this circle will appear red which has an area of effect equal to 4 tiles, therefore the extinguisher can extinguish up to 4 fires at one time.
 
It is possible for the player to extinguish themselves when on fire, simply include them within the large circle.
 
==Distribution==
===Buildings===
Extinguishers are found in kitchen [[Containers#Counters|counters]], sheds, garages, bakeries, cafes, storage units, gas station [[Containers#Counters|counters]].
 
===Vehicles===
Extinguishers can be found in the [[trunk]] of [[vehicles]].
 
==Gallery==
<gallery>
File:ExtinguishFire GUI.png|''Interface for extinguishing fires''
</gallery>
 
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=39|incver=67.5}}
<pre> item Extinguisher
Weight = 0.4,
Type = Drainable,
        UseWhileEquipped = FALSE,
        UseDelta = 0.1,
DisplayName = Extinguisher,
Icon = Extinguisher,
MetalValue = 25,
Tooltip = Tooltip_Extinguisher,</pre>
 
==See also==
*[[Bucket of Water]]
*[[Cooking Pot with Water]]

Revision as of 10:58, 8 August 2018

The Game WorldItemsToolsExtinguisher
Extinguisher
Extinguisher
General
Category Item
Encumbrance
Heavy Load
0.4
Function Extinguish fires
Capacity 10 units
Technical details
item ID Base.Extinguisher
Puts out fires. Removes flames from burning buildings and people.
— In-game tooltip

An extinguisher is a drainable item.

Usage

Extinguishers are used to put out fires before they get out of control. A full extinguisher can extinguish 10 fires (tiles) before being consumed.

Operating

To use an extinguisher, it must be in the player's main inventory, then right-click near the fire and select "Extinguish Fire" from the contextual menu. This will bring up two circles, a large green/red one, and a small white one. The white circle indicates where the player will move to extinguish the fire. The larger circle will appear green if it's in rage of a fire and red if it isn't. Any fires in range of this circle will appear red which has an area of effect equal to 4 tiles, therefore the extinguisher can extinguish up to 4 fires at one time.

It is possible for the player to extinguish themselves when on fire, simply include them within the large circle.

Distribution

Buildings

Extinguishers are found in kitchen counters, sheds, garages, bakeries, cafes, storage units, gas station counters.

Vehicles

Extinguishers can be found in the trunk of vehicles.

Gallery

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 39.67.5

	item Extinguisher
		Weight			= 0.4,
		Type			= Drainable,
        	UseWhileEquipped	= FALSE,
        	UseDelta		= 0.1,
		DisplayName		= Extinguisher,
		Icon			= Extinguisher,
		MetalValue 		= 25,
		Tooltip 		= Tooltip_Extinguisher,

See also