Tissue: Difference between revisions

From PZwiki
m (clean up, replaced: wikitable → pztable)
(Updated to version 40.43)
Tag: categories removed
Line 1: Line 1:
__NOTOC__
{{languages|Tissue}}
{{languages|Tissue}}
<div class="header" style="margin: 5px; align: right; background: #C3E4ED; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #9AC0CD"> <!-- Code for Background Colour -->
{{header|The Game World|Items|Consumables|Medical Items|type=Medical|version=Version 40|incver=43}}{{Infobox normal
<div style="float: right;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
|display_name = Tissue
<div style="float: left;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The Game World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Medical Items|Medical Items]] -> [[Tissue]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name_colour=Medical
{{Medical
|name_text_colour=Medical
|image = tissues.png
|image = Tissue.png
|primaryuse= Prevent Loud Coughing
|bandagepower = 0.0
|alcoholpower = 0.0
|weight = 0.1
|weight = 0.1
}}
|primary_use = Muffle sneezes and coughs
 
|class_name = Base.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. Tissues are found in house cupboards and bins.
}}'''''Tissues''''' can be equipped to mute sneezes and coughs
 


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


==Distribution==
Tissues are found in house cupboards, bins and in [[vehicle]]s.


== Code ==
== Code ==
''Tissues'' [[File:tissues.png]]
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
<nowiki>
{{Retrieved|version=40|incver=43}}
<pre>
item Tissue
item Tissue
Weight = 0.1,
Weight = 0.1,
Line 26: Line 26:
DisplayName = Tissue,
DisplayName = Tissue,
Icon = Tissue,
Icon = Tissue,
Tooltip = Tooltip_tissue_tooltip,
Tooltip = Tooltip_tissue_tooltip,</pre>
</nowiki>
 
== History ==


{| class="pztable" width="550" style="text-align:center;"
|-
! Alpha || 
|-
| RC 2.9 || Added to the game.
|}


== See also ==
== See also ==
Line 42: Line 33:


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Medical Items]]
[[Category:Items]]
[[Category:Version 34.28]]

Revision as of 06:04, 21 July 2019

Tissue
Tissue
General
Category Item
Encumbrance
Heavy Load
0.1
Function Muffle sneezes and coughs
Technical details
Base ID Base.Tissue

Tissues can be equipped to mute sneezes and coughs

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.

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