Extinguisher: Difference between revisions

From PZwiki
m (→‎See also: Category Project: Household)
(Automated update of distribution header)
Line 23: Line 23:
It is possible for the player to extinguish themselves when on fire, simply include them within the large circle.
It is possible for the player to extinguish themselves when on fire, simply include them within the large circle.


{{clear}}
==Distribution==
==Distribution==
The loot distributions can be found in the table(s) below.
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
!Building/Room
!Container
! style="width: 3.2em;" |Rolls
! style="width: 3.2em;" |Chance
|-
| rowspan="2"|closet
| [[crate]]
| 4
| 8
|-
|[[crate]]
|4
|8
|-
| rowspan="1"|farmstorage
| [[crate]]
| 4
| 1
|-
| rowspan="1"|garagestorage
| [[counter]]
| 4
| 2
|}
===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]].

Revision as of 09:16, 11 February 2024

Project ZomboidItemsToolsExtinguisher
Extinguisher
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 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

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

Containers
Building/Room Container Rolls Chance
closet crate 4 8
crate 4 8
farmstorage crate 4 1
garagestorage counter 4 2

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

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

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item Extinguisher
	{
	    DisplayCategory = Household,
		Weight	=	2,
		Type	=	Drainable,
        UseWhileEquipped	=	FALSE,
        UseDelta	=	0.1,
		DisplayName	=	Extinguisher,
		Icon	=	Extinguisher,
		MetalValue = 25,
		Tooltip = Tooltip_Extinguisher,
		WorldStaticModel = Extinguisher,
		cantBeConsolided = TRUE,
	}

See also