Tissue: Difference between revisions

From PZwiki
(Added charges and a bit more usage information.)
m (Minor cleanup)
Line 1: Line 1:
{{languages|Tissue}}
{{Languages}}{{Header|The Game World|Items|Consumables|Medical Items|type=Medical|version=Version 40|incver=43}}{{Infobox normal
{{header|The Game World|Items|Consumables|Medical Items|type=Medical|version=Version 40|incver=43}}{{Infobox normal
|display_name=Tissue
|display_name = Tissue
|name_colour=Medical
|name_colour=Medical
|name_text_colour=Medical
|name_text_colour=Medical
|image = Tissue.png
|image=Tissue.png
|weight = 0.1
|weight=0.1
|primary_use = Muffle sneezes and coughs
|primary_use = Muffle sneezes and coughs
|class_name = Base.Tissue
|class_name = Base.Tissue
}}A '''''tissue''''' can be equipped to mute sneezes and coughs
}}A '''''tissue''''' can be equipped to mute sneezes and coughs


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


Line 18: Line 17:
Tissues are found in house cupboards, bins and in [[vehicle]]s.
Tissues are found in house cupboards, bins and in [[vehicle]]s.


== Code ==
==Code==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=43}}
{{Retrieved|version=40|incver=43}}
Line 28: Line 27:
DisplayName = Tissue,
DisplayName = Tissue,
Icon = Tissue,
Icon = Tissue,
Tooltip = Tooltip_tissue_tooltip,</pre>
Tooltip = Tooltip_tissue_tooltip,
</pre>




== See also ==
==See also==
[[First Aid|General First Aid]]
*[[First Aid]]


{{Navbox/Consumables}}
{{Navbox medical}}

Revision as of 21:16, 4 April 2023

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 40.43

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


See also

Template:Navbox medical