Adhesive Bandages: Difference between revisions

From PZwiki
m (Removed implication that dirty bandages affect recovery time. As of now, it does not. Changed recomendations for using it.)
(added model to infobox)
Line 1: Line 1:
{{Header|Project Zomboid|Items|Medical items}}
{{Header|Project Zomboid|Items|Medical items}}
{{Page version|41.78.16}}
{{Page version|41.78.16}}
{{Reupload|Missing 3D model}}
{{Infobox item
{{Infobox item
|name=Adhesive Bandages
|name=Adhesive Bandages
<!--|model=BandAid_Model.png --COMMENT: model image to go here -->
|model=BandAid_Model.png
|icon=Bandaid.png
|icon=Bandaid.png
|category=FirstAid
|category=FirstAid

Revision as of 13:52, 4 April 2024

Project ZomboidItemsMedical itemsAdhesive Bandages
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Adhesive Bandages
BandAid Model.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. Unlike bandage, It will be consumed upon removal, so it isnt recommended to change it in order to save resources, since dirty bandages and infections dont affect recovery time.

Distribution

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

Containers
Building/Room Container Rolls Chance
bathroom counter 4 1
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
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