Adhesive Bandages: Difference between revisions

From PZwiki
m (updated weight)
m (Remove 120px, minor fixes)
Line 1: Line 1:
{{languages}}
{{Languages}}{{Header|The Game World|Items|Consumables|Medical Items|type=Medical|version=Version 41|incver=68}}{{Infobox normal
{{header|The Game World|Items|Consumables|Medical Items|type=Medical|version=Version 41|incver=68}}
{{Infobox normal
|display_name=Adhesive bandages
|display_name=Adhesive bandages
|name_colour=Medical
|name_colour=Medical
|name_text_colour=Medical
|name_text_colour=Medical
|image = Bandaid_120px.png  
|image=Bandaid.png  
|weight = 0.05
|weight=0.05
|primary_use=[[Health#Bandaging|Bandage]] [[Moodles#Bleeding|bleeding]] wounds
|primary_use=[[Health#Bandaging|Bandage]] [[Moodles#Bleeding|bleeding]] wounds
|bandage_power = 1.5
|bandage_power=1.5
|class_name = Base.Bandaid
|class_name=Base.Bandaid
}}{{quote|text=Right click on your health panel to use.|author=In-game tooltip.}}'''Adhesive bandages''', commonly known as '''bandaids''', are an [[item]] used in [[First Aid|first aid]].
}}{{quote|text=Right click on your health panel to use.|author=In-game tooltip.}}'''Adhesive bandages''', commonly known as '''bandaids''', are an [[item]] used in [[First Aid|first aid]].


Line 20: Line 18:
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.
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=41|incver=68}}
{{Retrieved|version=41|incver=68}}
Line 37: Line 35:
}</pre>
}</pre>


== See also ==
==See also==
[[First_Aid|General First Aid]]
[[First Aid|General First Aid]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}

Revision as of 23:57, 17 February 2023

The Game WorldItemsConsumablesMedical ItemsAdhesive Bandages
Adhesive bandages
Adhesive bandages
General
Category Item
Encumbrance
Heavy Load
0.05
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 41.68

	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

General First Aid

Template:Navbox/Consumables