First Aid Kit: Difference between revisions

From PZwiki
m (changed icon, added proper boilerplate)
m (ambiguity fix)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages|First Aid Kit}}
{{languages|First Aid Kit}}
{{header|The Game World|Items|version=Version 39|incver=52}}
{{header|The Game World|Items|version=Version 39|incver=56}}
{{Items
{{Items
|image = FirstAid_120px.png
|image = FirstAid_120px.png
Line 9: Line 9:
A '''First Aid Kit''' is a small container typically used to hold [[Items#Medical_Items|medical items]], however it can hold any type of item. The first aid kit can be found inside medical clinics, [[Containers#Medicine_Cabinet|medicine cabinets]] and in the back of [[Franklin_Valuline|ambulances]]. To see and use the contents of a first aid kit, it must first be equipped, similarly to other equippable containers.  
A '''First Aid Kit''' is a small container typically used to hold [[Items#Medical_Items|medical items]], however it can hold any type of item. The first aid kit can be found inside medical clinics, [[Containers#Medicine_Cabinet|medicine cabinets]] and in the back of [[Franklin_Valuline|ambulances]]. To see and use the contents of a first aid kit, it must first be equipped, similarly to other equippable containers.  


First aid kits may contain:
First aid kits can spawn with:


* [[Adhesive_Bandages|Adhesive bandages]]
* [[Adhesive_Bandages|Adhesive bandages]]

Revision as of 11:36, 10 May 2018


The Game WorldItemsFirst Aid Kit

Template:Items

A First Aid Kit is a small container typically used to hold medical items, however it can hold any type of item. The first aid kit can be found inside medical clinics, medicine cabinets and in the back of ambulances. To see and use the contents of a first aid kit, it must first be equipped, similarly to other equippable containers.

First aid kits can spawn with:


Item Description Weight Weight Reduction Capacity Classname
FirstAid.png
First Aid Kit
- 1.0 5 6 Base.FirstAidKit



Code

From items.txt (Project Zomboid directory/media/scripts/)

	
	item FirstAidKit
		WeightReduction	= 5,
		Weight		= 1,
		Type		= Container,
		Capacity	= 5,
		DisplayName	= First Aid Kit,
		Icon		= FirstAid,
		MetalValue 	= 15,

See Also

Template:Navbox/Baggage