Sterilized Bandage: Difference between revisions

From PZwiki
Sterilized Bandage
mNo edit summary
(Redesigned page, +Navbar, re-wrote/reorganised description, confirmed code as current, + categories. + link to first aid)
Line 1: Line 1:
{{languages|Sterilized Bandage}}
__NOTOC__
{{Items
{{languages|Sterilized_Bandage}}
<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 = Retailbandage.png
|image = Retailbandage.png
|primaryuse= Bandage Wound
|bandagepower = 4.0
|alcoholpower = 0.0
|weight = 0.1
|weight = 0.1
}}
}}
Sterilized Bandages can be used to disinfect a wound.


==Crafting==
A '''Sterilized Bandage''' can be used to stop bleeding on a wound, and helps with being "alcoholic" by preventing infection. It is created by using a normal [[Bandage|bandage]] mixed with either a alcoholic beverage or disinfectant.
 
Sterilized bandages and [[Sterilized_Rag|sterilized rags]] are both interchangeable when bandaging wounds while also preventing infection. However [[Sterilized_Rag|sterilized rags]] have only half the bandaging power that medical bandages utilise and therefore do not last as long.
 
==Recipes==
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  
|-  
|-  
! class="unsortable" | Output
! Name
! class="unsortable" | Ingredients
! class="unsortable" | Recipe
! class="unsortable" | Description
! class="unsortable" | Description
! class="unsortable" | Skill Level
! Skill Level
{{RecipeLookup|8000}}
{{RecipeLookup|8000}}
|}
|}


==Code==
== Code ==
  <nowiki>
''Sterilized Bandage'' [[File:Retailbandage.png]]
item AlcoholBandage
  <nowiki>
{
    item AlcoholBandage
  Count = 1,
        Count = 1,
  Weight = 0.1,
        Weight = 0.1,
  AlwaysWelcomeGift = true,
        AlwaysWelcomeGift = true,
  Type = Normal,
        Type = Normal,
  DisplayName = Sterilized Bandage,
        DisplayName = Sterilized Bandage,
  ReplaceOnUse = BandageDirty,
        ReplaceOnUse   = BandageDirty,
  Alcoholic = TRUE,
        Alcoholic = TRUE,
  Icon = Bandage,
        Icon = Bandage,
  CanBandage = true,
        CanBandage = true,
  BandagePower = 4,
        BandagePower   = 4,
}</nowiki>
</nowiki>


==See Also==
== See Also ==
* [[Alcohol Cotton Balls]]
[[First_Aid|General First Aid]]
* [[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 03:19, 21 August 2016


Page Updated @ Version: 34.28

Template:Medical

A Sterilized Bandage can be used to stop bleeding on a wound, and helps with being "alcoholic" by preventing infection. It is created by using a normal bandage mixed with either a alcoholic beverage or disinfectant.

Sterilized bandages and sterilized rags are both interchangeable when bandaging wounds while also preventing infection. However sterilized rags have only half the bandaging power that medical bandages utilise and therefore do not last as long.

Recipes

Name Recipe Description Skill Level












Code

Sterilized Bandage Retailbandage.png

	
    item AlcoholBandage
        Count			= 1,
        Weight			= 0.1,
        AlwaysWelcomeGift	= true,
        Type			= Normal,
        DisplayName		= Sterilized Bandage,
        ReplaceOnUse    	= BandageDirty,
        Alcoholic		= TRUE,
        Icon			= Bandage,
        CanBandage		= true,
        BandagePower    	= 4,

See Also

General First Aid

Template:Navbox/Consumables