Double Holster

From PZwiki
Revision as of 20:33, 26 December 2021 by Fazbeus (talk | contribs) (Removed Testing tag due to Build 41 being stable.)
The Game WorldItemsClothingDouble Holster
Double Holster
Double Holster
General
Category Item
Encumbrance
Heavy Load
0.2
Function Wearable
Technical details
Base ID HolsterDouble

A double holster is used to attach weapons to the character. Items attached this way can easily be equipped with hotkeys.

Usage

When equipped, a double holster allows the player to attach handguns to both hips which provides two additional hotbar slots, as well as reduce weight of each attached item by 30% when not held.

Distribution

Double holsters can be found in police and military locations.

Code

Retrieved: Build 41.50 From clothing_others.txt (Project Zomboid directory/media/scripts/clothing/)

	item HolsterDouble
		Weight			= 0.2,
		Type			= Clothing,
		DisplayName		= Double Holster,
		Icon			= GunHolsterDouble,
		BodyLocation		= BeltExtra,
		ClothingItem		= HolsterDouble,
		AttachmentsProvided	= HolsterLeft;HolsterRight,

See also