Tissue: Difference between revisions

From PZwiki
(Updated to version 40.43)
Tag: categories removed
(Corrected intro style (indefinite article, subject bold and lowercase), replaced cases of "tissues" with "tissue" where appropriate for more consistent styling)
Line 8: Line 8:
|primary_use = Muffle sneezes and coughs
|primary_use = Muffle sneezes and coughs
|class_name = Base.Tissue
|class_name = Base.Tissue
}}'''''Tissues''''' can be equipped to mute sneezes and coughs
}}A '''''tissue''''' can be equipped to mute sneezes and coughs


== Usage ==
== Usage ==
Tissues 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.  
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==
==Distribution==

Revision as of 01:34, 25 May 2020

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