Sterilized Rag: Difference between revisions

From PZwiki
Sterilized Rag
(Added more information to the text about Sterilized Rags.)
(Redesigned page, +Navbar, re-wrote/reorganised description, confirmed code as current, + categories. + link to first aid, -links to other medical items)
Line 1: Line 1:
{{languages|Sterilized Rag}}
__NOTOC__
{{Items
{{languages|Sterilized_Rag}}
<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 = Rag.png
|image = Rag.png
|primaryuse= Bandage Wound
|bandagepower = 2.0
|alcoholpower = 0.0
|weight = 0.05
|weight = 0.05
}}
}}
Sterilized Rags can be used to disinfect and stop a bleeding wound. Simply apply a sterile solution ([[Bottle of Disinfectant]], [[Whiskey]], [[Alcohol Cotton Balls]]) to get a Sterilized Rag then apply the Sterilized Rag to a wound to combat infections in wounds.


After a certain amount of time, the Sterilized Rag will become a [[Dirty Rag]].
A Sterilized Rag that has been cleaned with either a alcoholic beverage or a bottle of disinfectant. Is used to treat injuries that break the skin and cause bleeding and its alcoholic properties prevent infection further, compared to a regular rag.


==Recipe==
Bandages and [[Ripped Sheets|Ripped Sheets]] are both interchangeable when bandaging wounds. However [[Ripped Sheets|Ripped Sheets]] have only half the bandaging power that medical bandages utilise and therefore do not last as long.
 
Sterilized Rags eventually become dirty when left on, and a dirty rag has a higher chance of becoming infected than a clean bandage so it is in the player's best interest to remove the dirty bandage and reapply a clean one.
 
==Recipes==
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  
|-  
|-  
! class="unsortable" | Recipe
! Name
! class="unsortable" | Ingredients
! class="unsortable" | Recipe
! class="unsortable" | Description
! class="unsortable" | Description
! class="unsortable" | Skill Level
! Skill Level
{{RecipeLookup|8000}}
{{RecipeLookup|8000}}
|}
|}


==Code==
==Strategy==
<nowiki>
At all times, even when you think you are safe, keep a few [[Bandage|Bandages]] or [[Ripped Sheets|Ripped Sheets]] on your character. Unexpected injuries can be dangerous if left untreated. Keep a few more backup [[Bandage|bandages]] or [[Ripped Sheets|Ripped Sheets]] in your stronghold so that you can treat injuries if you run out of [[Bandage|Bandages]] or [[Ripped Sheets|Ripped Sheets]] you brought with you.
item AlcoholRippedSheets
{
  CanBandage = TRUE,
  Weight = 0.05,
  AlwaysWelcomeGift = TRUE,
  Alcoholic = TRUE,
  Type = Normal,
  DisplayName = Sterilized Rag,
  ReplaceOnUse = RippedSheetsDirty,
  Icon = Rag,
  BandagePower = 2,
}</nowiki>


==Strategy==
== Code ==
At all times, even when you think you are safe, keep a few [[bandages]] or [[Ripped Sheets]] on your character. Unexpected injuries can be dangerous if left untreated. Keep a few more backup [[bandages]] or [[Ripped Sheets]] in your stronghold so that you can treat injuries if you run out of [[bandages]] or [[Ripped Sheets]] you brought with you.
''Sterilized Rag'' [[File:Rag.png]]
<nowiki>
    item AlcoholRippedSheets
        CanBandage = TRUE,
        Weight = 0.05,
        AlwaysWelcomeGift = TRUE,
        Alcoholic = TRUE,
        Type = Normal,
        DisplayName = Sterilized Rag,
        ReplaceOnUse    = RippedSheetsDirty,
        Icon = Rag,
        BandagePower    = 2,
</nowiki>


==See Also==
== See Also ==
* [[Alcohol Cotton Balls]]
[[First_Aid|General First Aid]]
* [[Sterilized Bandage]]


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

Revision as of 03:33, 21 August 2016


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Medical Items -> Sterilized Rag   

Template:Medical

A Sterilized Rag that has been cleaned with either a alcoholic beverage or a bottle of disinfectant. Is used to treat injuries that break the skin and cause bleeding and its alcoholic properties prevent infection further, compared to a regular rag.

Bandages and Ripped Sheets are both interchangeable when bandaging wounds. However Ripped Sheets have only half the bandaging power that medical bandages utilise and therefore do not last as long.

Sterilized Rags eventually become dirty when left on, and a dirty rag has a higher chance of becoming infected than a clean bandage so it is in the player's best interest to remove the dirty bandage and reapply a clean one.

Recipes

Name Recipe Description Skill Level












Strategy

At all times, even when you think you are safe, keep a few Bandages or Ripped Sheets on your character. Unexpected injuries can be dangerous if left untreated. Keep a few more backup bandages or Ripped Sheets in your stronghold so that you can treat injuries if you run out of Bandages or Ripped Sheets you brought with you.

Code

Sterilized Rag Rag.png

	
    item AlcoholRippedSheets
        CanBandage		= TRUE,
        Weight			= 0.05,
        AlwaysWelcomeGift	= TRUE,
        Alcoholic		= TRUE,
        Type			= Normal,
        DisplayName		= Sterilized Rag,
        ReplaceOnUse    	= RippedSheetsDirty,
        Icon			= Rag,
        BandagePower    	= 2,

See Also

General First Aid

Template:Navbox/Consumables