First Aid Kit: Difference between revisions

From PZwiki
(Added spawn locations, wikitable and updated code)
m (changed icon, added proper boilerplate)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages|First Aid Kit}}
{{languages|First Aid Kit}}
<div class="header" style="margin: 5px; align: right; background: #C3E4ED; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #9AC0CD"> <!-- Code for Background Colour -->
{{header|The Game World|Items|version=Version 39|incver=52}}
<div style="float: right;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">    '''Page Updated @ Version: 39.45'''    </div><!-- Code for Version Tag at top -->
{{Items
<div style="float: left;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Baggage|Baggage]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|image = FirstAid_120px.png
{{Medical
|image = FirstAid.png
|primaryuse= Container for Medical Use
|bandagepower = 0.0
|weight = 1.0
|weight = 1.0
}}
}}


A '''First Aid Kit''' is a small container typically used to hold [[Items#Medical_Items|medical items]]. The first aid kit can be found inside medical clinics, [[Containers#Medicine_Cabinet|medicine cabinets]] and in the back of an [[Franklin_Valuline|ambulance]]. 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 may contain:
Line 18: Line 14:
* [[Alcohol_Wipes|Alcohol wipes]]
* [[Alcohol_Wipes|Alcohol wipes]]
* [[Bandage|Bandage]]
* [[Bandage|Bandage]]
* [[Bottle_of_Disinfectant|Bottle of disinfectant]]
* [[Cotton_Balls|Cotton balls]]
* [[Cotton_Balls|Cotton balls]]
* [[Bottle_of_Disinfectant|Bottle of disinfectant]]
* [[Suture_Needle|Suture needle]]
* [[Suture_Needle|Suture needle]]
* [[Tweezers]]
* [[Tweezers]]
Line 44: Line 40:


== Code ==
== Code ==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
  <nowiki>
  <nowiki>
    item FirstAidKit
item FirstAidKit
{
WeightReduction = 5,
WeightReduction = 5,
Weight = 1,
Weight = 1,
Type = Container,
Type = Container,
Capacity = 5,
Capacity = 5,
DisplayName = First Aid Kit,
DisplayName = First Aid Kit,
Icon = FirstAid,
Icon = FirstAid,
MetalValue = 15,
MetalValue = 15,
}
</nowiki>
</nowiki>
== See Also ==
== See Also ==
[[First_Aid|General First Aid]]
*[[First_Aid|General First Aid]]
*[[Items#Baggage|Other Baggage Items]]


{{Navbox/Baggage}}
{{Navbox/Baggage}}
Line 63: Line 59:
[[Category:Baggage]]
[[Category:Baggage]]
[[Category:Medical Items]]
[[Category:Medical Items]]
[[Category:Version 34.28]]

Revision as of 12:11, 2 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 may contain:


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