Extinguisher: Difference between revisions

From PZwiki
m (Remove 120px)
(Cleanup)
Line 1: Line 1:
{{languages|Extinguisher}}
{{Languages}}{{Header|The Game World|Items|Tools|type=Tool|version=Version 39|incver=67.5}}
{{header|The Game World|Items|Tools|type=Tool|version=Version 39|incver=67.5}}
{{Infobox drainable
{{Infobox drainable
|display_name = Extinguisher
|display_name = Extinguisher
Line 21: Line 20:


==Distribution==
==Distribution==
===Buildings===
===Buildings===
Extinguishers are found in kitchen [[Containers#Counters|counters]], sheds, garages, bakeries, cafes, storage units, gas station [[Containers#Counters|counters]].
Extinguishers are found in kitchen [[Containers#Counters|counters]], sheds, garages, bakeries, cafes, storage units, gas station [[Containers#Counters|counters]].
Line 35: Line 35:
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=39|incver=67.5}}
{{Retrieved|version=39|incver=67.5}}
<pre> item Extinguisher
<pre>
item Extinguisher
Weight = 0.4,
Weight = 0.4,
Type = Drainable,
Type = Drainable,
Line 43: Line 44:
Icon = Extinguisher,
Icon = Extinguisher,
MetalValue = 25,
MetalValue = 25,
Tooltip = Tooltip_Extinguisher,</pre>
Tooltip = Tooltip_Extinguisher,
</pre>


==See also==
==See also==
Line 49: Line 51:
*[[Cooking Pot with Water]]
*[[Cooking Pot with Water]]


 
{{Navbox equipment}}
{{Navbox/Consumables}}

Revision as of 23:31, 5 April 2023

The Game WorldItemsToolsExtinguisher

Template:Infobox drainable

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 range 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