Matches: Difference between revisions

From PZwiki
m (Automated Formatting for Infobox and Section Headers)
m (Remove lines))
(6 intermediate revisions by the same user not shown)
Line 3: Line 3:
{{Infobox item
{{Infobox item
|name=Matches
|name=Matches
|name_colour=Tool
|name_text_colour=Tool
|model=Matches_Model.png
|model=Matches_Model.png
|icon=Matches.png
|icon=Matches.png
Line 17: Line 15:
|item_id=Base.Matches
|item_id=Base.Matches
}}
}}
'''Matches''' are a ''drainable'' [[Items|item]] that can be used up to 10 times.
'''Matches''' are a ''drainable'' [[Items|item]] that can be used up to 10 times.


Line 27: Line 24:


==Crafting==
==Crafting==
{{Crafting header|ing=2}}
{{Crafting/sandbox2
{{Crafting general|004|ing=2}}
|lit_candle
|}
}}


==Distribution==
==Distribution==
Line 37: Line 34:
! colspan="4" | Containers
! colspan="4" | Containers
|-
|-
!Building/Room
! Building/Room
!Container
! Container
! style="width: 3.2em;" |Rolls
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" |Chance
! style="width: 3.2em;" | Chance
|-
|rowspan="2"|all
|[[desk]]
|4
|8
|-
|-
| rowspan="1"|all
|[[other]]
| [[other]]
|1
| 1
|8
| 8
|-
|-
| rowspan="1"|armysurplus
|armysurplus
| [[counter]]
|[[counter]]
| 4
|4
| 1
|1
|-
|-
| rowspan="1"|bar
|bar
| [[counter]]
|[[counter]]
| 4
|4
| 1
|1
|-
|-
| rowspan="2"|bedroom
|rowspan="2"|bedroom
| [[desk]]
|[[desk]]
| 4
|4
| 8
|8
|-
|-
|[[desk]]
|[[desk]]
Line 66: Line 67:
|8
|8
|-
|-
| rowspan="2"|closet
|rowspan="2"|closet
| [[crate]]
|[[crate]]
| 4
|4
| 1
|1
|-
|-
|[[crate]]
|[[crate]]
Line 75: Line 76:
|1
|1
|-
|-
| rowspan="2"|conveniencestore
|rowspan="2"|conveniencestore
| [[shelves]]
|[[shelves]]
| 4
|4
| 1
|1
|-
|-
|[[shelves]]
|[[shelves]]
Line 84: Line 85:
|2
|2
|-
|-
| rowspan="1"|druglab
|druglab
| [[counter]]
|[[counter]]
| 4
|4
| 1
|1
|-
|-
| rowspan="1"|drugshack
|drugshack
| [[counter]]
|[[counter]]
| 4
|4
| 8
|8
|-
|-
| rowspan="1"|empty
|empty
| [[crate]]
|[[crate]]
| 4
|4
| 8
|8
|-
|-
| rowspan="2"|gasstorage
|rowspan="2"|gasstorage
| [[counter]]
|[[counter]]
| 4
|4
| 8
|8
|-
|-
|[[crate]]
|[[crate]]
Line 108: Line 109:
|1
|1
|-
|-
| rowspan="1"|kitchen
|kitchen
| [[counter]]
|[[counter]]
| 4
|4
| 8
|8
|-
|-
| rowspan="1"|office
|office
| [[desk]]
|[[desk]]
| 4
|4
| 8
|8
|-
|-
| rowspan="1"|prisoncells
|prisoncells
| [[wardrobe]]
|[[wardrobe]]
| 4
|4
| 8
|8
|}
|}


Line 153: Line 154:
   | version = 41.78.16
   | version = 41.78.16
   | code =
   | code =
item Matches
item Matches
{
{
    DisplayCategory = LightSource,
    DisplayCategory = LightSource,
Line 166: Line 167:
Tags = StartFire,
Tags = StartFire,
}
}
  }}
}}
}}
}}


Line 175: Line 176:
*[[Fire]]
*[[Fire]]


{{Navbox equipment}}
{{Navbox items|survival}}

Revision as of 07:10, 15 April 2024

Spiffo controlyourself.png
This page was last updated for an older version (41.65).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Matches
Matches Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Function
Fire starting
Light source
Properties
Contents
Matches
Capacity
10 units
Light distance
2 tiles
Light strength
0.4
Technical
Item ID
Base.Matches

Matches are a drainable item that can be used up to 10 times.

Usage

Matches can be used to light candles, cigarettes, campfires, or antique ovens, burn corpses, or as a light source. Corpses can be burnt if matches are in the primary slot and a gas can is in the secondary slot.

Light source

The light provided by matches is the worst of any light source and will function similarly to that of the lighter, forming a ring of light around the player, but at a reduced radius. If another light source isn't in the player's inventory, pressing the 'F' key (default) will equip matches and light one. Once equipped, pressing 'F' will light and extinguish them.

Crafting

Product Ingredients Tools Requirements Workstation XP
CandleLit.png
Candle
One of:
Lighter.png Lighter ×1
Matches.png Matches ×1
Each of:
Candle.png Candle ×1
none none none none

Distribution

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

Containers
Building/Room Container Rolls Chance
all desk 4 8
other 1 8
armysurplus counter 4 1
bar counter 4 1
bedroom desk 4 8
desk 4 8
closet crate 4 1
crate 4 1
conveniencestore shelves 4 1
shelves 4 2
druglab counter 4 1
drugshack counter 4 8
empty crate 4 8
gasstorage counter 4 8
crate 4 1
kitchen counter 4 8
office desk 4 8
prisoncells wardrobe 4 8

Vehicles

Profession Container Rolls Chance
All Glove Box 1 5
Car Seat 1 1

Code

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

Source: ProjectZomboid\media\scripts\items.txt

Retrieved: Build 41.78.16
item Matches
	{
	    DisplayCategory = LightSource,
		Weight	=	0.1,
		Type	=	Drainable,
		UseWhileEquipped	=	FALSE,
		UseDelta    =   0.1,
		DisplayName	=	Matches,
		Icon	=	Matches,
		ConsolidateOption = ContextMenu_Merge,
		WorldStaticModel = Matches,
		Tags = StartFire,
	}

See also