Tissue: Difference between revisions

From PZwiki
(Corrected Language)
m (clean up, replaced: wikitable → pztable)
Line 3: Line 3:
<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 -->
<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 -->
<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 -->
<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 -->
<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]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
<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 -->
{{Medical
{{Medical
|image = tissues.png  
|image = tissues.png  
Line 14: Line 14:
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.
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.


<br><br><br><br><br><br><br><br>
 
 
 
== Code ==
== Code ==
''Tissues'' [[File:tissues.png]]
''Tissues'' [[File:tissues.png]]
Line 29: Line 31:
== History ==
== History ==


{| class="wikitable" width="550" style="text-align:center;"
{| class="pztable" width="550" style="text-align:center;"
|-
|-
! Alpha ||   
! Alpha ||   
Line 36: Line 38:
|}
|}


== See Also ==
== See also ==
[[First_Aid|General First Aid]]
[[First Aid|General First Aid]]


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

Revision as of 16:11, 11 May 2019


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Medical Items -> Tissue   

Template:Medical

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.



Code

Tissues Tissues.png

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

History

Alpha
RC 2.9 Added to the game.

See also

General First Aid

Template:Navbox/Consumables