Tissue: Difference between revisions

From PZwiki
(Redesigned page, +Navbar, +categories, +link to medical aid, confirmed code as current)
Line 1: Line 1:
{{languages}}
__NOTOC__
{{Items
{{languages|Suture_Needle}}
<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: 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 -->
{{Medical
|image = tissues.png  
|image = tissues.png  
|primaryuse= Prevent Loud Coughing
|bandagepower = 0.0
|alcoholpower = 0.0
|weight = 0.1
|weight = 0.1
}}
}}
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. Tissues are found in house cupboards and bins.
<br><br><br><br><br><br><br><br>
== Code ==
== Code ==
  <nowiki>
''Tissues'' [[File:tissues.png]]
item Tissue
  <nowiki>
{
item Tissue
  Type = Drainable,
Weight = 0.1,
  DisplayName = Tissue,
Type = Drainable,
  Icon = Tissue,
UseWhileEquipped = FALSE,
  Weight = 0.1,
DisplayName = Tissue,
  UseWhileEquipped = false,
Icon = Tissue,
}</nowiki>
Tooltip = Tooltip_tissue_tooltip,
</nowiki>


== History ==
== History ==
Line 26: Line 36:
|}
|}


==See Also==
== See Also ==
* [[Moodles]]
[[First_Aid|General First Aid]]


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

Revision as of 20:59, 24 August 2016


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