First Aid Kit: Difference between revisions

From PZwiki
(Added spawn locations, wikitable and updated code)
m (Automated Formatting)
(46 intermediate revisions by 7 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Equipment|Container items|Handheld containers}}
{{languages|First Aid Kit}}
{{Page version|41.50}}
<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 -->
{{Infobox item
<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 -->
|name=First Aid Kit
<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 -->
|model=FirstAidKit_Model.png
{{Medical
|icon=FirstAid.png
|image = FirstAid.png
|icon_name=First Aid Kit
|primaryuse= Container for Medical Use
|category=Container
|bandagepower = 0.0
|weight=1
|weight = 1.0
|equipped=One-handed
|capacity=4
|weight_reduction=5
|item_id=Base.FirstAidKit
}}
}}
A '''first aid kit''' is a small medical [[Bags|container]].


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.  
==Usage==
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 may contain:
'''First aid kits can spawn with:'''
{|
|[[File:Bandaid.png|link=Adhesive Bandages]] || [[Adhesive Bandages]]
|-
|[[File:AlcoholWipes.png|link=Alcohol Wipes]] || [[Alcohol Wipes]]
|-
|[[File:Bandage.png|link=Bandage]] || [[Bandage]]
|-
|[[File:Alcohol.png|link=Bottle of Disinfectant]] || [[Bottle of Disinfectant]]
|-
|[[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:SutureNeedleHolder.png|link=Suture Needle Holder]] || [[Suture Needle Holder]]
|-
|[[File:Tweezers.png|link=Tweezers]] || [[Tweezers]]
|}
 
==Distribution==
The loot distributions can be found in the table(s) below.


* [[Adhesive_Bandages|Adhesive bandages]]
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
* [[Alcohol_Wipes|Alcohol wipes]]
! colspan="4" | Containers
* [[Bandage|Bandage]]
|-
* [[Cotton_Balls|Cotton balls]]
! Building/Room
* [[Bottle_of_Disinfectant|Bottle of disinfectant]]
! Container
* [[Suture_Needle|Suture needle]]
! style="width: 3.2em;" | Rolls
* [[Tweezers]]
! style="width: 3.2em;" | Chance
<br>
|-
{| class="wikitable sortable" style="text-align:center"
|MedicalCache1
|[[MedicalBox]]
|4
|2
|-
|all
|[[militarycrate]]
|4
|2
|-
|-
! class="unsortable" | Item
|artstore
! class="unsortable" | Description
|[[counter]]
! class="sortable" | Weight
|4
! class="sortable" | Weight Reduction
|1
! class="sortable" | Capacity
! class="unsortable" | Classname
|-
|-
|rowspan="2"|bathroom
|[[counter]]
|4
|2
|-
|[[shelves]]
|4
|2
|-
|changeroom
|[[counter]]
|4
|2
|-
|classroom
|[[counter]]
|4
|2
|-
|rowspan="5"|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:
*Trunk of [[Vehicles#Types|standard]], [[Vehicles#Types|sport]], and [[Vehicles#Types|heavy-duty]] vehicle types.
*Trunk of [[Franklin Valuline#Ambulance|Ambulances]].
*Trunk of Fire Department vehicle variants, such as [[Dash Bulldriver#Fire|Dash Bulldriver]] and [[Chevalier D6#Fire|Chevalier D6]].


| [[File:FirstAid.png|32px|link=First Aid Kit]] <br> [[First Aid Kit]]
==Code==
| -
{{CodeBox
| 1.0
| {{CodeSnip
| 5
  | lang = java
| 6
  | line = true
| Base.FirstAidKit
  | start = 409
|}
  | source = clothing_bags.txt
<br>
  | retrieved = true
  | 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}}


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


{{Navbox/Baggage}}
[[Category:Medical items]]
[[Category:Items]]
[[Category:First aid tools]]
[[Category:Baggage]]
[[Category:Tools]]
[[Category:Medical Items]]
[[Category:Version 34.28]]

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