Double Holster: Difference between revisions

From PZwiki
m (Minor cleanups)
m (→‎top: Replace "Infobox_normal" with "Infobox_item")
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|The Game World|Items|Clothing|version=Version 41|incver=50}}
{{Header|The Game World|Items|Clothing|version=Version 41|incver=50}}
{{Infobox normal
{{Infobox item
|display_name=Double Holster
|display_name=Double Holster
|name_colour=Normal
|name_colour=Normal
|name_text_colour=Normal
|name_text_colour=Normal
|image=GunHolsterDouble.png
|model=GunHolsterDouble.png
|image_width=128px
|model_width=128px
|weight=0.2
|weight=0.2
|primary_use=Wearable
|primary_use=Wearable

Revision as of 06:32, 23 September 2023

The Game WorldItemsClothingDouble Holster
Double Holster
General
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Function
Wearable
Technical
Item 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, as well as police and military zombies.

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