Adhesive Bandages

From PZwiki
Revision as of 06:12, 23 September 2023 by VaileasysBot (talk | contribs) (→‎top: Replace "Infobox_normal" with "Infobox_item")
The Game WorldItemsConsumablesMedical ItemsAdhesive Bandages
Adhesive Bandages
General
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

Adhesive bandages can be found in vehicles, first aid kits, medicine cabinets, bathroom counters and in medical centres.

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.78.16

	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