Tissue

From PZwiki
Revision as of 06:54, 18 June 2023 by Vaileasys (talk | contribs) (added model + update code block)
Tissue
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.

A tissue has 10 uses before deteriorating. Works if equipped in primary or secondary slot (if two equipped, primary will receive damage).

Distribution

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

Code

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

	item Tissue
	{
	    DisplayCategory = FirstAid,
		Weight	=	0.1,
		Type	=	Drainable,
		UseWhileEquipped	=	FALSE,
		DisplayName	=	Tissue,
		Icon	=	Tissue,
		Tooltip = Tooltip_tissue_tooltip,
		ConsolidateOption = ContextMenu_Merge,
		WorldStaticModel = Tissue,
	}


See also

Template:Navbox medical