Tissue

From PZwiki
Revision as of 01:34, 25 May 2020 by PhoenixPyres (talk | contribs) (Corrected intro style (indefinite article, subject bold and lowercase), replaced cases of "tissues" with "tissue" where appropriate for more consistent styling)
Tissue
Tissue
General
Category Item
Encumbrance
Heavy Load
0.1
Function Muffle sneezes and coughs
Technical details
Base ID Base.Tissue

A tissue can be equipped to mute sneezes and coughs

Usage

Tissue can be equipped to mute sneezes and coughs that are caused by staying out in the rain. Each time a sound is muted, the tissue deteriorates. After the tissue is sufficiently deteriorated, the player will have to use a new tissue.

Distribution

Tissues are found in house cupboards, bins and in vehicles.

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.43

	item Tissue
		Weight			= 0.1,
		Type			= Drainable,
		UseWhileEquipped	= FALSE,
		DisplayName		= Tissue,
		Icon			= Tissue,
		Tooltip 		= Tooltip_tissue_tooltip,


See also

General First Aid

Template:Navbox/Consumables