Cotton Balls: Difference between revisions

From PZwiki
(Confirmed Layout due to Medical Template change. Changed link to make edit.)
(adjustments to layout. Added new infobox and header)
Tag: categories removed
Line 1: Line 1:
__NOTOC__
{{languages|Cotton_Balls}}
{{languages|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 -->
{{header|The Game World|Items|Consumables|Medical Items|type=Medical|version=Version 39|incver=67.5}}{{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=Cotton Balls
<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 -->
|name_colour=Medical
{{Medical
|name_text_colour=Medical
|image = Cotton Balls.png
|image = CottonBalls.png
|primaryuse= Used with disinfectant
|bandagepower = 0.0
|alcoholpower = 0.0
|weight = 0.1
|weight = 0.1
}}
|primary_use = Douse with alcohol
Cotton Balls can be disinfected to prevent wound infection. This can be done by using the Cotton Balls with a [[Bottle_of_Disinfectant|Bottle of Disinfectant]] or with a bottle of [[Whiskey|Whiskey]].
|class_name = Base.CottonBalls
}}{{Infobox drainable
|display_name=Cotton Balls Doused in Alcohol
|name_colour=Medical
|name_text_colour=Medical
|image = CottonBalls.png
|weight = 0.1
|primary_use = Disinfect [[Health#Types of Injuries|wounds]]
|alcohol_power = 4
|class_name = Base.AlcoholedCottonBalls
}}{{quote|text=Used to sterilize wounds and aid recovery from infection.|author=Cotton balls doused in alcohol in-game tooltip.}}'''Cotton Balls''' are an [[item]] used in [[First Aid|first aid]].


Cotton Balls of Disinfectant can be found in medical cabinets, and in several places within a pharmacy.
==Usage==
Cotton Balls can be disinfected to prevent wound infection. This can be done by using the cotton balls with a [[Bottle_of_Disinfectant|bottle of disinfectant]] or with a bottle of [[whiskey]], producing '''cotton balls doused in alcohol'''.


==Recipes==
==Crafting==
{| class="wikitable sortable" style="text-align:center;"
{{Crafting table header}}
|-
! class="unsortable" | Output
! class="unsortable" | Ingredients
! class="unsortable" | Description
! class="unsortable" | Skill Level
{{RecipeLookup|8002}}
{{RecipeLookup|8002}}
|}
{{Crafting table footer}}
 
==Distribution==
Cotton balls can be found in [[Containers#Cabinets|medical cabinets]], and in several places within a pharmacy.


== Code ==
== Code ==
<nowiki>
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
    item CottonBalls
 
        Weight = 0.1,
''Cotton Balls'' [[File:CottonBalls.png]]
        Type = Normal,
{{Retrieved|version=39|incver=67.5}}
        DisplayName = Cotton Balls,
<pre> item CottonBalls
        Icon = CottonBalls,
Weight = 0.1,
</nowiki>
Type = Normal,
DisplayName = Cotton Balls,
Icon = CottonBalls,</pre>
 
''Cotton Balls Doused in Alcohol'' [[File:CottonBalls.png]]
{{Retrieved|version=39|incver=67.5}}
<pre> item AlcoholedCottonBalls
Type = Drainable,
UseDelta = 1,
UseWhileEquipped = FALSE,
DisplayName = Cotton Balls Doused in Alcohol,
Icon = CottonBalls,
Weight = 0.1,
AlcoholPower = 4,
Tooltip = Tooltip_AlcoholBandage,</pre>


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


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

Revision as of 07:57, 26 July 2018

Template:Infobox normalTemplate:Infobox drainable

Used to sterilize wounds and aid recovery from infection.
— Cotton balls doused in alcohol in-game tooltip.

Cotton Balls are an item used in first aid.

Usage

Cotton Balls can be disinfected to prevent wound infection. This can be done by using the cotton balls with a bottle of disinfectant or with a bottle of whiskey, producing cotton balls doused in alcohol.

Crafting

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Distribution

Cotton balls can be found in medical cabinets, and in several places within a pharmacy.

Code

From newitems.txt (Project Zomboid directory/media/scripts/)

Cotton Balls CottonBalls.png Retrieved: Build 39.67.5

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

Cotton Balls Doused in Alcohol CottonBalls.png Retrieved: Build 39.67.5

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

See also

General First Aid

Template:Navbox/Consumables