Adhesive Bandages: Difference between revisions

From PZwiki
(Corrected error in Nav Bar)
(Added Link to General First Aid Page)
Line 27: Line 27:
         Tooltip = Tooltip_UseOnHealthPanel,
         Tooltip = Tooltip_UseOnHealthPanel,
</nowiki>
</nowiki>
 
== See Also ==
[[First_Aid|General First Aid]]


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

Revision as of 02:00, 19 August 2016


Page Updated @ Version: 34.28

Template:Medical

Adhesive Bandages are capable of stemming an open wound, like a Bandage. It is not as effective as a Bandage and according to code, has no "dirty variant".

Adhesive Bandages can be found in medikit boxes in houses, bathroom cabinets and in medical centres ingame.





Code

	
	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