Alcohol Cotton Balls: Difference between revisions

From PZwiki
Alcohol Cotton Balls
mNo edit summary
(Revised Alcoholic Cottin Ball page. + navbar, +info checked. + categories)
Line 1: Line 1:
{{languages|Alcohol Cotton Balls}}
__NOTOC__
{{Items
{{languages|Alcohol_Cotton_Balls}}
<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:Items|Items]] -> [[:Category:Medical Items|Medical Items]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Medical
|image = Cotton Balls.png
|image = Cotton Balls.png
|primaryuse= Medical Use
|bandagepower = 0.0
|alcoholpower = 4.0
|weight = 0.1
|weight = 0.1
}}
}}
Alcohol Cotton Balls can be used to disinfect a wound.
 
Alcohol Cotton Balls are created by dousing regular [[Cotton_Balls|cotton balls]] with Alcohol or medical disinfectant; to clean and disinfect them. <br>
They are used to disinfect a wound before applying a bandage. This is to prevent any infection a player may develop if a open wound is not disinfected.


==Crafting==
==Crafting==
Line 16: Line 25:
|}
|}


==Code==
== Code ==
  <nowiki>
  <nowiki>
item AlcoholedCottonBalls
    item AlcoholedCottonBalls
{
        Type             = Drainable,
  Type = Drainable,
        UseDelta         = 1,
  UseDelta = 1,
        UseWhileEquipped = FALSE,
  UseWhileEquipped = FALSE,
        DisplayName = Cotton Balls Doused in Alcohol,
  DisplayName = Alcohol Cotton Balls,
        Icon = CottonBalls,
  Icon = CottonBalls,
        Weight = 0.1,
  Weight = 0.1,
        AlcoholPower       = 4,
  AlcoholPower = 4,
        Tooltip = Tooltip_UseOnHealthPanel,
  Tooltip = Tooltip_UseOnHealthPanel,
</nowiki>
}</nowiki>


==See Also==
* [[Sterilized Bandage]]
* [[Sterilized Rag]]


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

Revision as of 20:33, 17 August 2016


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Items -> Medical Items -> Alcohol Cotton Balls   

Template:Medical

Alcohol Cotton Balls are created by dousing regular cotton balls with Alcohol or medical disinfectant; to clean and disinfect them.
They are used to disinfect a wound before applying a bandage. This is to prevent any infection a player may develop if a open wound is not disinfected.

Crafting

Output Ingredients Description Skill Level












Code

	
    item AlcoholedCottonBalls
        	Type	            	= Drainable,
        	UseDelta	        = 1,
        	UseWhileEquipped	= FALSE,
        	DisplayName		= Cotton Balls Doused in Alcohol,
        	Icon			= CottonBalls,
        	Weight			= 0.1,
        	AlcoholPower        	= 4,
        	Tooltip 		= Tooltip_UseOnHealthPanel,


Template:Navbox/Consumables