Adhesive Bandages: Difference between revisions

From PZwiki
m (fixed infobox image)
(Automated update of distribution header)
Line 20: Line 20:
Adhesive bandages are capable of stemming an [[Health#Types of Injuries|open wound]], similar to a [[bandage]]. It is not as effective as a bandage, becoming "dirty" quicker, while also not having a "dirty variant", and will instead be consumed when it becomes dirty.
Adhesive bandages are capable of stemming an [[Health#Types of Injuries|open wound]], similar to a [[bandage]]. It is not as effective as a bandage, becoming "dirty" quicker, while also not having a "dirty variant", and will instead be consumed when it becomes dirty.


{{clear}}
==Distribution==
==Distribution==
Adhesive bandages can be found in [[Vehicles|vehicles]], [[First Aid Kit|first aid kits]], [[Containers#Cabinets|medicine cabinets]], bathroom [[Containers#Counters|counters]] and in medical centres.
The loot distributions can be found in the table(s) below.
 
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
!Building/Room
!Container
! style="width: 3.2em;" |Rolls
! style="width: 3.2em;" |Chance
|-
| rowspan="2"|bathroom
| [[medicine]]
| 4
| 1
|-
|[[shelves]]
|4
|1
|-
| rowspan="2"|conveniencestore
| [[shelves]]
| 4
| 1
|-
|[[shelves]]
|4
|2
|-
| rowspan="4"|kennels
| [[counter]]
| 4
| 1
|-
|[[counter]]
|4
|2
|-
|[[counter]]
|4
|1
|-
|[[counter]]
|4
|1
|}


==Code==
==Code==

Revision as of 10:09, 11 February 2024

Project ZomboidItemsConsumablesMedical ItemsAdhesive Bandages
Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D model
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Adhesive Bandages
Bandaid.png
General
Category
FirstAid
Encumbrance
Moodle Icon HeavyLoad.png
0.05
Function
Effect
Bandage powerMoodle Icon Bleeding.png
1.5
Technical
Item ID
Base.Bandaid
Right click on your health panel to use.
— In-game tooltip.

Adhesive bandages, commonly known as bandaids, are an item used in first aid.

Usage

First Aid

For main article, see First Aid

Adhesive bandages are capable of stemming an open wound, similar to a bandage. It is not as effective as a bandage, becoming "dirty" quicker, while also not having a "dirty variant", and will instead be consumed when it becomes dirty.

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
bathroom medicine 4 1
shelves 4 1
conveniencestore shelves 4 1
shelves 4 2
kennels counter 4 1
counter 4 2
counter 4 1
counter 4 1

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16 (25 September 2023)
item Bandaid
	{
	    DisplayCategory = FirstAid,
		Type				=			Normal,
		DisplayName			=			Adhesive Bandages,
		Icon				=			Bandaid,
		Weight				=			0.05,
        CanBandage	=	true,
        BandagePower    =   1.5,
        Tooltip = Tooltip_UseOnHealthPanel,
        Medical = TRUE,
        WorldStaticModel = BandAid,
	}

See also

Template:Navbox medical