Matches

From PZwiki
Revision as of 18:56, 9 May 2018 by Vaileasys (talk | contribs) (fixed container links)


Template:Tools Matches are a drainable item with various uses. It can be used to light unlit candles, molotov cocktails, campfires, antique ovens, burn corpses, or as a light source. In order to use a molotov, matches must be equipped in the secondary slot of the inventory. Corpses can be burnt if matches are in the primary slot and a gas can is in the secondary slot. Matches can be found in many kitchen counters.

The light provided by matches is the worst of any light source and will function similarly to the lighter, forming a ring of light around the player, however at a reduced radius. If another light souce isn't in the player's inventory, pressing the 'F' key (default) will equip the matches and light one. Once equipped, pressing 'F' will light and extinguish them, being a handy way to save matches, rather than having it on all the time.


Crafting

Name Recipe Description













Code

From items.txt (Project Zomboid directory/media/scripts/)

	item Matches
		Weight			= 0.1,
		Type			= Drainable,
		UseWhileEquipped	= FALSE,
		UseDelta		= 0.1,
		DisplayName		= Matches,
		Icon			= Matches,
		cantBeConsolided	= TRUE,


See Also

Template:Navbox/Tools