Double Holster: Difference between revisions

From PZwiki
m (Final edit :P)
(Added See Also and Testing notice)
Line 1: Line 1:
{{languages|Double Holster}}
{{languages|Double Holster}}
{{header|The Game World|Items|Clothing|version=Version 41|incver=50}}
{{header|The Game World|Items|Clothing|version=Version 41|incver=50}}
{{Testing|build=[[Build 41]]}}
{{Infobox normal
{{Infobox normal
|display_name=Double Holster
|display_name=Double Holster
Line 31: Line 32:
AttachmentsProvided = HolsterLeft;HolsterRight,
AttachmentsProvided = HolsterLeft;HolsterRight,
</pre>
</pre>
== See Also ==
* Belt
* Holster

Revision as of 22:37, 31 May 2021

The Game WorldItemsClothingDouble Holster
Profession engineer.png
This is a testing feature.
This article is about an item or mechanic that is currently in testing and not part of the stable version of the game.
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.

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

  • Belt
  • Holster