First Aid Kit: Difference between revisions

From PZwiki
(Updated to build 41.50)
m (→‎Usage: file fix (A-L), replaced: File:Item_GlovesSurgical.png → File:GlovesSurgical.png)
Line 35: Line 35:
|[[File:Scissors.png|link=Scissors]] || [[Scissors]]
|[[File:Scissors.png|link=Scissors]] || [[Scissors]]
|-
|-
|[[File:Item_GlovesSurgical.png|link=Gloves|Surgical Gloves]] || [[Gloves|Surgical Gloves]]
|[[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]]

Revision as of 15:49, 5 April 2022

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