Cotton Balls: Difference between revisions

From PZwiki
mNo edit summary
(Redesigned page, + Navbar, New description, confirmed info, +categories + crafting section)
Line 1: Line 1:
{{languages|Cotton Balls}}
__NOTOC__
{{Items
{{languages|Bottle_of_Disinfectant}}
<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 = Cotton Balls.png
|image = Cotton Balls.png
|primaryuse= Used with disinfectant
|bandagepower = 0.0
|alcoholpower = 0.0
|weight = 0.1
|weight = 0.1
}}
}}
Cotton Balls can be disinfected to prevent wound infection. This can be done by using the Cotton Balls with [[Bottle of Disinfectant]] or with a bottle of [[Whiskey|Whiskey]].


Cotton Balls can be disinfected to prevent wound infection. This can be done by using the Cotton Balls with [[Bottle of Disinfectant]].
Cotton Balls of Disinfectant can be found in medical cabinets, and in several places within a pharmacy.


==Recipes==
{| class="wikitable sortable" style="text-align:center;"
|-
! class="unsortable" | Output
! class="unsortable" | Ingredients
! class="unsortable" | Description
! class="unsortable" | Skill Level
{{RecipeLookup|8002}}
|}


==Code==
== Code ==
  <nowiki>
  <nowiki>
item CottonBalls
    item CottonBalls
{
        Weight = 0.1,
    Weight = 0.1,
        Type = Normal,
    Type = Normal,
        DisplayName = Cotton Balls,
    DisplayName = Cotton Balls,
        Icon = CottonBalls,
    Icon = CottonBalls,
</nowiki>
}</nowiki>
 
== See Also ==
[[First_Aid|General First Aid]]


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

Revision as of 20:01, 19 August 2016


Page Updated @ Version: 34.28

Template:Medical Cotton Balls can be disinfected to prevent wound infection. This can be done by using the Cotton Balls with Bottle of Disinfectant or with a bottle of Bourbon.

Cotton Balls of Disinfectant can be found in medical cabinets, and in several places within a pharmacy.

Recipes

Output Ingredients Description Skill Level












Code

	
    item CottonBalls
        Weight		=	0.1,
        Type		=	Normal,
        DisplayName	=	Cotton Balls,
        Icon		=	CottonBalls,

See Also

General First Aid

Template:Navbox/Consumables