First Aid Kit: Difference between revisions

From PZwiki
m (clean up, replaced: wikitable → pztable (2))
(Updated to build 41.50)
Line 1: Line 1:
{{languages|First Aid Kit}}
{{languages}}
{{header|The Game World|Items|Baggage|type=Baggage|version=Version 40|incver=6}}{{Infobox container
{{header|The Game World|Items|Baggage|type=Baggage|version=Version 41|incver=50}}{{Infobox container
| display_name = First Aid Kit
| display_name = First Aid Kit
| name_colour = Container
| name_colour = Container
| name_text_colour = Container
| name_text_colour = Container
| image = FirstAid_120px.png
| image = Model_FirstAidKit.png
| alternate_image = FirstAid.png
| alternate_name = First Aid Kit
| alternate_link =
| category = Container
| category = Container
| weight = 1
| weight = 1
| equipped = One-handed
| equipped = One-handed
| capacity = 5
| capacity = 4
| weight_reduction = 5
| weight_reduction = 5
| class_name = Base.FirstAidKit
| class_name = Base.FirstAidKit
}}A '''first aid kit''' is a small medical container.
}}A '''first aid kit''' is a small medical [[Bags|container]].


==Usage==
==Usage==
A first aid kit has a weight limit of 5 and can spawn containing a range of [[Items#Medical Items|medical items]]. Although the name and spawnable items would suggest it can only hold medical items, it can actually hold any type of item, just like other [[:Category:Baggage|baggage]] items. 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 has a weight limit of 5 and can spawn containing a range of [[Items/Medicine|medical items]]. Although the name and spawnable items would suggest it can only hold medical items, it can actually hold any type of item, just like other [[Bags|bags]]. To see and use the contents of a first aid kit, it must first be equipped, just like other equippable containers.  


'''First aid kits can spawn with:'''
'''First aid kits can spawn with:'''
Line 27: Line 30:
|-
|-
|[[File:CottonBalls.png|link=Cotton Balls]] || [[Cotton Balls]]
|[[File:CottonBalls.png|link=Cotton Balls]] || [[Cotton Balls]]
|-
|[[File:Scalpel.png|link=Scalpel]] || [[Scalpel]]
|-
|[[File:Scissors.png|link=Scissors]] || [[Scissors]]
|-
|[[File:Item_GlovesSurgical.png|link=Gloves|Surgical Gloves]] || [[Gloves|Surgical Gloves]]
|-
|-
|[[File:SutureNeedle.png|link=Suture Needle]] || [[Suture Needle]]
|[[File:SutureNeedle.png|link=Suture Needle]] || [[Suture Needle]]
|-
|[[File:SutureNeedleHolder.png|link=Suture Needle Holder]] || [[Suture Needle Holder]]
|-
|-
|[[File:Tweezers.png|link=Tweezers]] || [[Tweezers]]
|[[File:Tweezers.png|link=Tweezers]] || [[Tweezers]]
Line 35: Line 46:
==Distribution==
==Distribution==
===Buildings===
===Buildings===
{| class="pztable" style="text-align:center;"
First aid kits can be found in buildings such as:
|-
*[[Businesses#Services|Medical clinics]], such as [[Cortman Medical]] and [[Rosewood Medical]].  
!Building/Room
*[[Businesses#Retail & Stores|Pharmacies]], such as [[Pharmahug]].
!Container
*Residential bathroom counters especially [[Tiles/Storage#Cabinets|medicine cabinets]].  
!Rolls
*[[Backpack|Survivor backpacks]], along with various other survival items, such as [[map]]s and [[Food#Canned_foods|canned food]].
!Chance
*Houses belonging to a [[Occupation#Nurse|Nurse]] or [[Occupation#Doctor|Doctor]].
|-
|Medical Clinic
|[[Containers#Counters|Counter]]
|5
|2
|-
|Medical Storage
|[[Containers|All]]
|5
|2
|-
|Bathroom
|[[Containers|All]]
|4
|0.5
|-
|Pharmacy
|[[Containers#Shelves|Shelves]]
|5
|20
|-
|Pharmacy Storage
|[[Containers#Counters|Counter]]
|5
|20
|-
|Medical
|[[Containers#Counters|Counter]]
|3
|1
|-
|Changeroom
|[[Containers#Counters|Counter]]
|2
|0.5
|-
|rowspan="2" |Nurse House
|[[Containers#Cabinets|Medicine Cabinet]]
|3
|2
|-
<!--|Nurse House-->
|[[Containers#Counters|Counter]]
|3
|2
|-
|Safehouse
|[[Containers#Cabinets|Medicine Cabinet]]
|3
|2
|-
|Survivor Cache 1
|[[Containers#Cabinets|Medicine Cabinet]]
|2
|2
|-
|Survivor Cache 2
|[[Containers#Cabinets|Medicine Cabinet]]
|2
|2
|-
|}


===Vehicles===
===Vehicles===
{| class="pztable" style="text-align:center;"
First aid kits can be found in vehicles such as:
|-
*Trunk of [[Vehicles_Guide#Types|standard]], [[Vehicles_Guide#Types|sport]] and [[Vehicles_Guide#Types|heavy-duty]] vehicle types.
!Profession
*Trunk of [[Franklin_Valuline#Ambulance|Ambulances]].
!Container
*Trunk of Fire Department vehicle variants, such as [[Dash_Bulldriver#Fire|Dash Bulldriver]] and [[Chevalier_D6#Fire|Chevalier D6]].
!Rolls
!Chance
|-
|[[Franklin Valuline|Ambulance]]
|All
|4
|5
|-
|rowspan="2" |[[Fire Truck]]
|rowspan="2" |All
|4
|3
|-
<!--|[[Fire Truck]]-->
<!--|All-->
|4
|3
|-
|}


== Code ==
== Code ==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From clothing_bags.txt (Project Zomboid directory/media/scripts/clothing)'''''
{{Retrieved|version=40|incver=6}}
{{Retrieved|version=41|incver=50}}
<pre> item FirstAidKit
<pre>   item FirstAidKit
WeightReduction = 5,
    {
Weight = 1,
WeightReduction = 5,
Type = Container,
Weight = 1,
Capacity = 5,
Type = Container,
DisplayName = First Aid Kit,
Capacity = 4,
Icon = FirstAid,
DisplayName = First Aid Kit,
MetalValue = 15,
Icon = FirstAid,
OpenSound  =  OpenBag,
CloseSound  =  CloseBag,
PutInSound  =   PutItemInBag,
MetalValue = 15,
Medical = TRUE,
ReplaceInSecondHand = Bag_FirstAidKit_LHand holdingbagleft,
ReplaceInPrimaryHand = Bag_FirstAidKit_RHand holdingbagright,
    }
</pre>
</pre>
== See also ==
== See also ==
*[[First Aid|General First Aid]]
*[[First Aid|First Aid]]
*[[Items#Baggage|Other Baggage Items]]
*[[Bags|Other Baggage Items]]
*[[Lunchbox|Lunchbox]]
*[[Toolbox|Toolbox]]


{{Navbox/Baggage}}
{{Navbox/Baggage}}
{{Navbox_clothing}}


[[Category:Medical Items]]
[[Category:Medical Items]]

Revision as of 10:37, 7 March 2021

The Game WorldItemsBaggageFirst Aid Kit
First Aid Kit
First Aid Kit
First Aid Kit
General
Category Container
Encumbrance
Heavy Load
1
Body location One-handed
Capacity 4
Encumbrance reduction 5%
Technical details
Item ID Base.FirstAidKit

A first aid kit is a small medical container.

Usage

A first aid kit has a weight limit of 5 and can spawn containing a range of medical items. Although the name and spawnable items would suggest it can only hold medical items, it can actually hold any type of item, just like other bags. To see and use the contents of a first aid kit, it must first be equipped, just like other equippable containers.

First aid kits can spawn with:

Bandaid.png Adhesive Bandages
AlcoholWipes.png Alcohol Wipes
Bandage.png Bandage
Alcohol.png Bottle of Disinfectant
CottonBalls.png Cotton Balls
Scalpel.png Scalpel
Scissors.png Scissors
Surgical Gloves Surgical Gloves
SutureNeedle.png Suture Needle
SutureNeedleHolder.png Suture Needle Holder
Tweezers.png Tweezers

Distribution

Buildings

First aid kits can be found in buildings such as:

Vehicles

First aid kits can be found in vehicles such as:

Code

From clothing_bags.txt (Project Zomboid directory/media/scripts/clothing) Retrieved: Build 41.50

    item FirstAidKit
    {
	WeightReduction	=	5,
	Weight	=	1,
	Type	=	Container,
	Capacity	=	4,
	DisplayName	=	First Aid Kit,
	Icon	=	FirstAid,
	OpenSound   =   OpenBag,
	CloseSound   =   CloseBag,
	PutInSound   =   PutItemInBag,
	MetalValue = 15,
	Medical = TRUE,
	ReplaceInSecondHand = Bag_FirstAidKit_LHand holdingbagleft,
	ReplaceInPrimaryHand = Bag_FirstAidKit_RHand holdingbagright,
    }

See also

Template:Navbox/Baggage