Double Holster

From PZwiki
Revision as of 20:12, 31 May 2021 by Thing II (talk | contribs) (Created page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The Game WorldItemsClothingDouble Holster
Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.
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.

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,