Adhesive Bandages: Difference between revisions

From PZwiki
mNo edit summary
m (Updated to version 40.43 and added that they can also be found in vehicles.)
Line 18: Line 18:


==Distribution==
==Distribution==
Adhesive bandages can be found in [[First Aid Kit|first aid kits]], [[Containers#Cabinets|medicine cabinets]], bathroom [[Containers#Counters|counters]] and in medical centres.
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.


== Code ==
== Code ==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=39|incver=67.5}}
{{Retrieved|version=40|incver=43}}
  <nowiki> item Bandaid
  <nowiki> item Bandaid
Type = Normal,
Type = Normal,

Revision as of 01:18, 4 July 2019

The Game WorldItemsConsumablesMedical ItemsAdhesive Bandages
Adhesive bandages
Adhesive bandages
General
Category Item
Encumbrance
Heavy Load
0.1
Function Bandage bleeding wounds
Bandage power
Bleeding
1.5
Technical details
Base 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 40.43

	item Bandaid
		Type		= Normal,
		DisplayName	= Adhesive Bandages,
		Icon		= Bandaid,
		Weight		= 0.1,
        	CanBandage	= true,
        	BandagePower    = 1.5,
        	Tooltip 	= Tooltip_UseOnHealthPanel,

See also

General First Aid

Template:Navbox/Consumables