First Aid Kit: Difference between revisions

From PZwiki
m (clean up, replaced: wikitable → pztable (2))
m (Automated Formatting)
(38 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{languages|First Aid Kit}}
{{Header|Project Zomboid|Items|Equipment|Container items|Handheld containers}}
{{header|The Game World|Items|Baggage|type=Baggage|version=Version 40|incver=6}}{{Infobox container
{{Page version|41.50}}
| display_name = First Aid Kit
{{Infobox item
| name_colour = Container
|name=First Aid Kit
| name_text_colour = Container
|model=FirstAidKit_Model.png
| image = FirstAid_120px.png
|icon=FirstAid.png
| category = Container
|icon_name=First Aid Kit
| weight = 1
|category=Container
| equipped = One-handed
|weight=1
| capacity = 5
|equipped=One-handed
| weight_reduction = 5
|capacity=4
| class_name = Base.FirstAidKit
|weight_reduction=5
}}A '''first aid kit''' is a small medical container.
|item_id=Base.FirstAidKit
}}
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 4 and can spawn containing a range of [[Medical|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 29:
|-
|-
|[[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: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 34: Line 44:


==Distribution==
==Distribution==
===Buildings===
The loot distributions can be found in the table(s) below.
{| class="pztable" style="text-align:center;"
 
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
|-
!Building/Room
! Building/Room
!Container
! Container
!Rolls
! style="width: 3.2em;" | Rolls
!Chance
! style="width: 3.2em;" | Chance
|-
|-
|Medical Clinic
|MedicalCache1
|[[Containers#Counters|Counter]]
|[[MedicalBox]]
|5
|4
|2
|2
|-
|-
|Medical Storage
|all
|[[Containers|All]]
|[[militarycrate]]
|5
|4
|2
|2
|-
|-
|Bathroom
|artstore
|[[Containers|All]]
|[[counter]]
|4
|4
|0.5
|-
|Pharmacy
|[[Containers#Shelves|Shelves]]
|5
|20
|-
|Pharmacy Storage
|[[Containers#Counters|Counter]]
|5
|20
|-
|Medical
|[[Containers#Counters|Counter]]
|3
|1
|1
|-
|-
|Changeroom
|rowspan="2"|bathroom
|[[Containers#Counters|Counter]]
|[[counter]]
|4
|2
|2
|0.5
|-
|-
|rowspan="2" |Nurse House
|[[shelves]]
|[[Containers#Cabinets|Medicine Cabinet]]
|4
|3
|2
|2
|-
|-
<!--|Nurse House-->
|changeroom
|[[Containers#Counters|Counter]]
|[[counter]]
|3
|4
|2
|2
|-
|-
|Safehouse
|classroom
|[[Containers#Cabinets|Medicine Cabinet]]
|[[counter]]
|3
|4
|2
|2
|-
|-
|Survivor Cache 1
|rowspan="5"|closet
|[[Containers#Cabinets|Medicine Cabinet]]
|[[crate]]
|4
|2
|2
|-
|[[crate]]
|4
|2
|2
|-
|-
|Survivor Cache 2
|[[crate]]
|[[Containers#Cabinets|Medicine Cabinet]]
|4
|2
|2
|2
|-
|-
|}
|[[crate]]
 
===Vehicles===
{| class="pztable" style="text-align:center;"
|-
!Profession
!Container
!Rolls
!Chance
|-
|[[Franklin Valuline|Ambulance]]
|All
|4
|4
|5
|1
|-
|-
|rowspan="2" |[[Fire Truck]]
|[[metal_shelves]]
|rowspan="2" |All
|4
|4
|3
|1
|-
|-
<!--|[[Fire Truck]]-->
|daycare
<!--|All-->
|[[counter]]
|4
|4
|3
|1
|-
|}
|}


== Code ==
===Vehicles===
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
First aid kits can be found in vehicles such as:
{{Retrieved|version=40|incver=6}}
*Trunk of [[Vehicles#Types|standard]], [[Vehicles#Types|sport]], and [[Vehicles#Types|heavy-duty]] vehicle types.
<pre> item FirstAidKit
*Trunk of [[Franklin Valuline#Ambulance|Ambulances]].
WeightReduction = 5,
*Trunk of Fire Department vehicle variants, such as [[Dash Bulldriver#Fire|Dash Bulldriver]] and [[Chevalier D6#Fire|Chevalier D6]].
Weight = 1,
 
Type = Container,
==Code==
Capacity = 5,
{{CodeBox
DisplayName = First Aid Kit,
| {{CodeSnip
Icon = FirstAid,
  | lang = java
MetalValue = 15,
  | line = true
</pre>
  | start = 409
== See also ==
  | source = clothing_bags.txt
*[[First Aid|General First Aid]]
  | retrieved = true
*[[Items#Baggage|Other Baggage Items]]
  | version = 41.78.16
  | code =
item FirstAidKit
    {
        DisplayCategory = Container,
        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,
        WorldStaticModel = LunchBoxMedic_Ground,
    }
}}
}}
 
==Trivia==
*Previously, it used to be white with a red cross, but after issues other games had with depiction of Red Cross, it was changed along with the First Aider [[trait]] to green with a white cross. Old image: [[File:FirstAid-old.png]]
 
==See also==
*[[First Aid]]
*[[Bags]]
*[[Lunchbox]]
*[[Toolbox]]
 
{{Navbox items|containers}}


{{Navbox/Baggage}}


[[Category:Medical Items]]
[[Category:Medical items]]
[[Category:First aid tools]]
[[Category:Tools]]

Revision as of 08:28, 14 April 2024

Spiffo controlyourself.png
This page was last updated for an older version (41.50).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
First Aid Kit
FirstAidKit Model.png
General
Category
Container
Encumbrance
Moodle Icon HeavyLoad.png
1 (empty)
4.1 (full)
Equipped
One-handed
Properties
Capacity
4
Technical
Item ID
Base.FirstAidKit

A first aid kit is a small medical container.

Usage

A first aid kit has a weight limit of 4 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

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
MedicalCache1 MedicalBox 4 2
all militarycrate 4 2
artstore counter 4 1
bathroom counter 4 2
shelves 4 2
changeroom counter 4 2
classroom counter 4 2
closet crate 4 2
crate 4 2
crate 4 2
crate 4 1
metal_shelves 4 1
daycare counter 4 1

Vehicles

First aid kits can be found in vehicles such as:

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\clothing\clothing_bags.txt

Retrieved: Build 41.78.16
item FirstAidKit
    {
        DisplayCategory = Container,
        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,
        WorldStaticModel = LunchBoxMedic_Ground,
    }

Trivia

  • Previously, it used to be white with a red cross, but after issues other games had with depiction of Red Cross, it was changed along with the First Aider trait to green with a white cross. Old image: FirstAid-old.png

See also