First Aid Kit: Difference between revisions

From PZwiki
m (Added Category:Tools)
m (Automated Formatting)
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Languages}}
{{Header|Project Zomboid|Items|Equipment|Container items|Handheld containers}}
{{Header/sandbox2|Project Zomboid|Items|Equipment|Container items|Handheld containers}}
{{Page version|41.50}}
{{Page version|41.50}}
{{Infobox item
{{Infobox item
| name = First Aid Kit
|name=First Aid Kit
| model = FirstAidKit_Model.png
|model=FirstAidKit_Model.png
| icon = FirstAid.png
|icon=FirstAid.png
| icon_name = First Aid Kit
|icon_name=First Aid Kit
| category = Container
|category=Container
| weight = 1
|weight=1
| equipped = One-handed
|equipped=One-handed
| capacity = 4
|capacity=4
| weight_reduction = 5
|weight_reduction=5
| item_id = Base.FirstAidKit
|item_id=Base.FirstAidKit
}}
}}
A '''first aid kit''' is a small medical [[Bags|container]].
A '''first aid kit''' is a small medical [[Bags|container]].


==Usage==
==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.  
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 44: Line 43:
|}
|}


{{clear}}
==Distribution==
==Distribution==
The loot distributions can be found in the table(s) below.
The loot distributions can be found in the table(s) below.
Line 51: Line 49:
! colspan="4" | Containers
! colspan="4" | Containers
|-
|-
!Building/Room
! Building/Room
!Container
! Container
! style="width: 3.2em;" |Rolls
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" |Chance
! style="width: 3.2em;" | Chance
|-
|-
| MedicalCache1  
|MedicalCache1
| [[MedicalBox]]  
|[[MedicalBox]]
| 4  
|4
| 2
|2
|-
|-
| all  
|all
| [[militarycrate]]  
|[[militarycrate]]
| 4  
|4
| 2
|2
|-
|-
| artstore  
|artstore
| [[counter]]  
|[[counter]]
| 4  
|4
| 1
|1
|-
|-
| rowspan="2"|bathroom  
|rowspan="2"|bathroom
| [[counter]]  
|[[counter]]
| 4  
|4
| 2
|2
|-
|-
|[[shelves]]
|[[shelves]]
Line 80: Line 78:
|2
|2
|-
|-
| changeroom  
|changeroom
| [[counter]]  
|[[counter]]
| 4  
|4
| 2
|2
|-
|-
| classroom  
|classroom
| [[counter]]  
|[[counter]]
| 4  
|4
| 2
|2
|-
|-
| rowspan="5"|closet  
|rowspan="5"|closet
| [[crate]]  
|[[crate]]
| 4  
|4
| 2
|2
|-
|-
|[[crate]]
|[[crate]]
Line 111: Line 109:
|1
|1
|-
|-
| daycare  
|daycare
| [[counter]]  
|[[counter]]
| 4  
|4
| 1
|1
|}
|}


===Vehicles===
===Vehicles===
First aid kits can be found in vehicles such as:
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 [[Vehicles#Types|standard]], [[Vehicles#Types|sport]], and [[Vehicles#Types|heavy-duty]] vehicle types.
*Trunk of [[Franklin Valuline#Ambulance|Ambulances]].  
*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]].
*Trunk of Fire Department vehicle variants, such as [[Dash Bulldriver#Fire|Dash Bulldriver]] and [[Chevalier D6#Fire|Chevalier D6]].


Line 128: Line 126:
   | lang = java
   | lang = java
   | line = true
   | line = true
   | start = 0
   | start = 409
   | source = clothing_bags.txt
   | source = clothing_bags.txt
   | retrieved = true
   | retrieved = true
Line 134: Line 132:
   | code =
   | code =
item FirstAidKit
item FirstAidKit
{
    {
  DisplayCategory = Container,
        DisplayCategory = Container,
  WeightReduction = 5,
        WeightReduction = 5,
  Weight = 1,
        Weight = 1,
  Type = Container,
        Type = Container,
  Capacity = 4,
        Capacity = 4,
  DisplayName = First Aid Kit,
        DisplayName = First Aid Kit,
  Icon = FirstAid,
        Icon = FirstAid,
   OpenSound = OpenBag,
        OpenSound   =   OpenBag,
   CloseSound = CloseBag,
        CloseSound   =   CloseBag,
   PutInSound = PutItemInBag,
        PutInSound   =   PutItemInBag,
  MetalValue = 15,
        MetalValue = 15,
  Medical = TRUE,
        Medical = TRUE,
  ReplaceInSecondHand = Bag_FirstAidKit_LHand holdingbagleft,
ReplaceInSecondHand = Bag_FirstAidKit_LHand holdingbagleft,
  ReplaceInPrimaryHand = Bag_FirstAidKit_RHand holdingbagright,
        ReplaceInPrimaryHand = Bag_FirstAidKit_RHand holdingbagright,
  WorldStaticModel = LunchBoxMedic_Ground,
        WorldStaticModel = LunchBoxMedic_Ground,
}
    }
  }}
}}
}}
}}


Line 163: Line 161:
*[[Toolbox]]
*[[Toolbox]]


{{Navbox equipment}}
{{Navbox items|containers}}
 


[[Category:Medical items]]
[[Category:Medical items]]
[[Category:First aid tools]]
[[Category:First aid tools]]
[[Category: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