First Aid Kit: Difference between revisions

From PZwiki
m (→‎See also: Remove altnames)
m (→‎Trivia: dot→cross)
Line 84: Line 84:


==Trivia==
==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 to green with a white dot. Old image: [[File:FirstAid-old.png]]
*Previously, it used to be white with a red cross, but after issues other games had with depiction of Red Cross, it was changed to green with a white cross. Old image: [[File:FirstAid-old.png]]


==See also==
==See also==

Revision as of 21:17, 18 February 2023

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 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

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.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 to green with a white cross. Old image: FirstAid-old.png

See also