![]() |
PZwiki Update Project — Project Zomboid has received its largest update ever. We need your help to get the wiki updated to build 41! Want to get started? See the community portal or join the discussion on the official Discord (pzwiki_editing). We appreciate any level of contribution. |
Bandage
![]() |
English • español • français • português • русский • 中文 |
Bandage | ||
---|---|---|
![]() | ||
| ||
General | ||
Category | Item | |
Weight | 0.1 | |
Main function | Bandage bleeding wounds | |
Bandage | ||
Bandage power | 4 | |
Dirty Bandage | ||
Bandage power | 0.5 | |
Sterilized Bandage | ||
Bandage power | 4 | |
Other function(s) | Prevent or cure infected wounds | |
Technical details | ||
Base ID | See Item IDs |
“ | “Right click on your health panel to use.” |
— Bandage in-game tooltip. |
“ | “Used to sterilize wounds and aid recovery from infection.” |
— Sterilized Bandage in-game tooltip. |
Usage
- Main article: First Aid
Basic usage
A bandage is primarily used to stop the player from bleeding, and needs to be applied to the wound. It can be used on various injuries, including wounds and burns, and once applied it will completely stop the bleeding. After some time, depending on the wound and player's First Aid skill, the bandage will become a dirty bandage, which once removed will grant the player some first aid experience.
Wound infection
If a bleeding wound is left untreated, the player will continue to lose health until they eventually die. Leaving a wound untreated can also lead to it becoming infected depending on the player's clothing, the type of wound and whether a dirty bandage is left on. A dirty bandage can be left on a wound to stop the bleeding, however this will give the wound the highest possible chance of becoming infected, therefore is not advised. Instead, once a bandage becomes dirty, it should be removed and replaced by a clean bandage.
An infected wound can be treated by applying a sterilized bandage to the wound. It is best used prior to the wound getting infected however, this is due to it stopping the possibility of infection entirely. Sterilized bandages have the same rate of becoming dirty as regular bandages.
Types of wounds
In most cases, applying a bandage, whether it be sterilized or not, increases the rate of healing. The only exception to this rule are stitches. Applying a bandage to a stitch which will actually decrease the healing rate, therefore taking longer to heal.
Type of wound | Healing rate (unbandaged) |
Healing rate (bandaged) |
Bandage life | Other |
---|---|---|---|---|
Scratch | 100 | 15 | 800 | N/A |
Bite | 500 | 10 | 10 | N/A |
Bleeding | 200 | 20 | 30 5 (deep wound) |
3x105 Glass |
Deep wound | 5000 | 500 | 10 | 3x105 Glass |
Burn | 500 | 10 | 10 | N/A |
Infected | N/A | N/A | 20 | 60 Sterilized Bandage |
Stitch | 20 | +40 | 10 | N/A |
Note: the values in this table are arbitrary and are used purely as an example for comparing the different variables. The actual game values/mechanics are much more complicated than what is displayed here.
Crafting
Cleaning bandages
Dirty bandages can be cleaned with water, returning them to a regular bandage.
Product | XP Gained | Skill(s) | Recipe | Ingredient 1 | Ingredient 2 |
---|---|---|---|---|---|
![]() Bandage |
none | ![]() Dirty Bandage (consumed) |
![]() Water (1 unit) (consumed) | ||
![]() Ripped Sheets |
none | ![]() Dirty Rag (consumed) |
![]() Water (1 unit) (consumed) |
Disinfecting bandages
A bandage can be disinfected by either soaking it in bourbon or disinfectant, or boiling a pot of water and adding a bandage to it, which will also clean a dirty bandage.
Product | XP Gained | Skill(s) | Recipe | Ingredient 1 | Ingredient 2 |
---|---|---|---|---|---|
![]() Sterilized Bandage |
none | ![]() Bandage (consumed) |
One of: ![]() ![]() ![]() ![]() (consumed) | ||
![]() Sterilized Rag |
none | ![]() Ripped Sheets (consumed) |
One of: ![]() ![]() ![]() ![]() (consumed) |
Distribution
Bandages can be found in medical buildings and first aid kits. Dirty bandages can be found in trash bins. Sterilized bandages cannot be found in the world.
Item IDs
Bandage type | Base ID |
---|---|
Bandage | Base.Bandage |
Dirty Bandage | Base.BandageDirty |
Sterilized Bandage | Base.AlcoholBandage |
Code
From newitems.txt (Project Zomboid directory/media/scripts/)
Retrieved | |
---|---|
Version 41.78.16 |
item Bandage { DisplayCategory = FirstAid, Count = 1, Weight = 0.1, AlwaysWelcomeGift = true, Type = Normal, DisplayName = Bandage, ReplaceOnUse = BandageDirty, Icon = Bandage, CanBandage = true, BandagePower = 4, Tooltip = Tooltip_UseOnHealthPanel, Medical = TRUE, WorldStaticModel = Bandage, }
Retrieved | |
---|---|
Version 41.78.16 |
item BandageDirty { DisplayCategory = FirstAid, Count = 1, Weight = 0.1, AlwaysWelcomeGift = true, Type = Normal, DisplayName = Dirty Bandage, Icon = BandageDirty, CanBandage = true, BandagePower = 0.5, Medical = TRUE, WorldStaticModel = BandageDirty, }
Retrieved | |
---|---|
Version 41.78.16 |
item AlcoholBandage { DisplayCategory = FirstAid, Count = 1, Weight = 0.1, AlwaysWelcomeGift = true, Type = Normal, DisplayName = Sterilized Bandage, ReplaceOnUse = BandageDirty, Alcoholic = TRUE, Icon = Bandage, CanBandage = true, BandagePower = 4, Tooltip = Tooltip_AlcoholBandage, Medical = TRUE, WorldStaticModel = Bandage, }
See also
Medical v • d • e | |
Bandages | Adhesive Bandages • Bandage • Denim Strips • Leather Strips • Ripped Sheets • Splint |
Disinfection | Alcohol Wipes • Bottle of Disinfectant • Bourbon • Cotton Balls |
Medicine | Antibiotics • Antidepressants • Beta Blockers • Cigarettes • Painkillers • Sleeping Tablets • Vitamins |
Suture | Needle • Suture Needle • Suture Needle Holder • Thread • Tweezers |
Medicinal Herbs | Black Sage • Comfrey Poultice • Common Mallow • Ginseng • Lemongrass • Plantain Poultice • Wild Garlic Poultice |
Miscellaneous | Bath Towel • Dish Towel • Tissue |