Sterilized Rag: Difference between revisions

From PZwiki
Sterilized Rag
(Redesigned page, +Navbar, re-wrote/reorganised description, confirmed code as current, + categories. + link to first aid, -links to other medical items)
m (added merge notice)
Line 3: Line 3:
<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 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: 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 -->
<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 -->{{merge|Ripped Sheets}}
{{Medical
{{Medical
|image = Rag.png
|image = Rag.png

Revision as of 09:46, 26 July 2018


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Medical Items -> Sterilized Rag   
Furniture Pickup.png
It has been suggested that this article be merged with Ripped Sheets.

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