Dirty Bandage: Difference between revisions

From PZwiki
Dirty Bandage
mNo edit summary
(Redesigned page, +Navbar, +version category, reworked description, +link to medical aid, +code,)
Line 1: Line 1:
{{languages|Dirty Bandage}}
__NOTOC__
{{Items
{{languages|Dirty_Bandage}}
|image = DirtyBandagesAni.png
<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 = DirtyBandage.png
|primaryuse= Bandage a Wound '''(DIRTY)'''
|bandagepower = 0.0
|alcoholpower = 0.0
|weight = 0.1
|weight = 0.1
}}
}}


When cleaned with water the dirty bandage becomes a [[Bandage]].
A Dirty Bandage is a used [[Bandage|Medical Bandage]] that has been used to treat a wound and has expired and no longer has any bandage power capability and has turned into a Dirty Bandage.
A medical bandage that is found in medical buildings and is used to treat injuries that break the skin and cause [[bleeding]].


A dirty bandage has a higher chance of becoming infected than a clean [[bandage]].
A injury covered with a dirty bandage has a higher chance of becoming infected than a clean [[Bandage]] and even less with a [[Sterilized Bandage]].


If a wound is left untreated, the player will slowly lose health and will eventually die of blood loss. Open wounds also have a good chance of becoming infected. Bandaging a wound stops bleeding completely, the player will start regaining health, and the chance of an infection is reduced. Bandages eventually become dirty when left on, and a dirty bandage 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. You can disinfect a bandage prior to putting it on by soaking it in disinfectant or alcohol, which further reduces the chances of the wound becoming infected.
When cleaned with water the dirty bandage returns to a regular [[Bandage]] and regains its bandage power.
 
== Further Info ==
If a bleeding wound is left untreated, the player will slowly lose health and will eventually die of blood loss. Open wounds also have a good chance of becoming infected. Bandaging a wound stops bleeding completely, the if the player consumes enough food, the player will start regaining health (depending on the type of injury), and the chance of an infection is reduced.  
 
It is in the player's best interest to remove a dirty bandage and reapply a clean one to lower infection chance. '''(a regular infection, and not to be confused with Zombification, which is irreversable)'''.  


To clean a dirty bandage, fill a [[water bottle]] or other container with [[water]] using a water source ([[faucet]], [[bathtub]], [[toilet]]). Then simply clean the bandage with the water by right clicking the bandage and selecting: clean.


==Recipe==
==Recipe==
Line 30: Line 40:


==Strategy==
==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.
At all times, even when you think you are safe, keep a few [[Bandages|Bandages]] or [[Ripped Sheets|Ripped Sheets]] on your character. Unexpected injuries can be dangerous if left untreated. Keep a few more backup [[Bandages|Bandages]] or [[Ripped Sheets|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 ==
''Bandage Dirty'' [[File:DirtyBandage.png]]
<nowiki>
item BandageDirty
        Count = 1,
        Weight = 0.1,
        AlwaysWelcomeGift = true,
        Type = Normal,
        DisplayName = Dirty Bandage,
        Icon = BandageDirty,
        CanBandage = true,
        BandagePower    = 0,
</nowiki>
 
 
== See Also ==
[[First_Aid|General First Aid]]


==See Also==
* [[Bandage]]
* [[Ripped Sheets]]
{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:items]]
[[Category:Consumables]]
[[Category:Medical Items]]
[[Category:Items]]
[[Category:Version 34.28]]

Revision as of 21:46, 24 August 2016


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

Template:Medical

A Dirty Bandage is a used Medical Bandage that has been used to treat a wound and has expired and no longer has any bandage power capability and has turned into a Dirty Bandage.

A injury covered with a dirty bandage has a higher chance of becoming infected than a clean Bandage and even less with a Bandage.

When cleaned with water the dirty bandage returns to a regular Bandage and regains its bandage power.

Further Info

If a bleeding wound is left untreated, the player will slowly lose health and will eventually die of blood loss. Open wounds also have a good chance of becoming infected. Bandaging a wound stops bleeding completely, the if the player consumes enough food, the player will start regaining health (depending on the type of injury), and the chance of an infection is reduced.

It is in the player's best interest to remove a dirty bandage and reapply a clean one to lower infection chance. (a regular infection, and not to be confused with Zombification, which is irreversable).


Recipe

Name Recipe Description Skill Level
[[File:{{{product_image}}}|64x64px|class=pixelart link=[[{{{product_name}}}]]]]
[[{{{product_name}}}]]
none none none none

Strategy

At all times, even when you think you are safe, keep a few Bandage or Ripped Sheets on your character. Unexpected injuries can be dangerous if left untreated. Keep a few more backup Bandage 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

Bandage Dirty File:DirtyBandage.png

	
	item BandageDirty
        Count			= 1,
        Weight			= 0.1,
        AlwaysWelcomeGift	= true,
        Type			= Normal,
        DisplayName		= Dirty Bandage,
        Icon			= BandageDirty,
        CanBandage		= true,
        BandagePower    	= 0,


See Also

General First Aid

Template:Navbox/Consumables