First Aid Kit: Difference between revisions

From PZwiki
(Redesigned page, allocated to New bag category, linked to relevant categories, changed image, changed item to Medical temp, +code + link to guide)
(Added spawn locations, wikitable and updated code)
Line 2: Line 2:
{{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 -->
<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 -->
<div style="float: right;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
<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 -->
<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 -->
<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 -->
{{Medical
{{Medical
Line 11: Line 11:
}}
}}


A first aid kit is a container that holds medical items, usually found in [[Containers#Medicine_Cabinet|Medicine Cabinets]]. To see and use a first aid kit's contents, 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]]. 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.  


First aid kits may contain:
First aid kits may contain:


* [[Adhesive_Bandages|Adhesive bandages]]
* [[Alcohol_Wipes|Alcohol wipes]]
* [[Alcohol_Wipes|Alcohol wipes]]
* [[Bandage|Bandages]]
* [[Bandage|Bandage]]
* [[Cotton_Balls|Cotton balls]]
* [[Cotton_Balls|Cotton balls]]
* [[Bottle_of_Disinfectant|Bottles of disinfectant]]  
* [[Bottle_of_Disinfectant|Bottle of disinfectant]]  
* [[Suture_Needle|Suture needles]]
* [[Suture_Needle|Suture needle]]
* [[Adhesive_Bandages|Adhesive bandages]]
* [[Tweezers]]
* [[Tweezers]]
<br>
{| class="wikitable sortable" style="text-align:center"
|-
! class="unsortable" | Item
! class="unsortable" | Description
! class="sortable" | Weight
! class="sortable" | Weight Reduction
! class="sortable" | Capacity
! class="unsortable" | Classname
|-
| [[File:FirstAid.png|32px|link=First Aid Kit]] <br> [[First Aid Kit]]
| -
| 1.0
| 5
| 6
| Base.FirstAidKit
|}
<br>
<br>


== Code ==
== Code ==
  <nowiki>
  <nowiki>
     item FirstAidKit
     item FirstAidKit
WeightReduction = 5,
{
Weight = 1,
WeightReduction = 5,
Type = Container,
Weight = 1,
Capacity = 5,
Type = Container,
DisplayName = First Aid Kit,
Capacity = 5,
Icon = FirstAid,
DisplayName = First Aid Kit,
Icon = FirstAid,
MetalValue = 15,
}
</nowiki>
</nowiki>
== See Also ==
== See Also ==
[[First_Aid|General First Aid]]
[[First_Aid|General First Aid]]


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

Revision as of 12:00, 13 April 2018


Page Updated @ Version: 39.45
   Navigation - Main Index -> The Game World -> Items -> Baggage -> First Aid Kit   

Template:Medical

A First Aid Kit is a small container typically used to hold medical items. The first aid kit can be found inside medical clinics, medicine cabinets and in the back of an ambulance. 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

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

See Also

General First Aid

Template:Navbox/Baggage