Bandage: Difference between revisions

From PZwiki
(Added Version History, moved related text to sub-section.)
Line 38: Line 38:


==Version History==
==Version History==
(v30.12) you can clean a [[dirty bandage]] with [[water]].
(v30.12) you can clean a [[Dirty Bandage]] with [[water]].


==See Also==
==See Also==

Revision as of 07:12, 29 August 2015

Template:Items

A medical bandage that is found in medical buildings and is used to treat injuries that break the skin and cause bleeding.

Bandages and Ripped Sheets are both interchangeable when bandaging wounds. The only differences are that ripped sheets weigh half as much and are craftable.

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.

Recipes

Name Recipe Description Skill Level












Strategy

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

Code

item Bandage
{
    Count	      = 1,
    Weight            = 0.1,
    AlwaysWelcomeGift = true,
    Type	      = Normal,
    DisplayName	      = Bandage,
    Icon	      = Bandage,
    CanBandage	      = true,
}

Version History

(v30.12) you can clean a Bandage with water.

See Also

Template:Navbox/Consumables