First Aid Kit

From PZwiki
Revision as of 02:12, 8 August 2022 by NoLoGGic (talk | contribs) (fixing weight limit)
The Game WorldItemsBaggageFirst Aid Kit

Template:Infobox containerA 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.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