Holster: Difference between revisions

From PZwiki
m (Minor)
Line 1: Line 1:
{{Languages}}{{Header|The Game World|Items|Clothing|version=Version 41|incver=50}}{{Infobox item
{{Languages}}
{{Header|The Game World|Items|Clothing|version=Version 41|incver=50}}
{{Reupload}}<!--Missing 3D model-->
{{Infobox item
|display_name=Holster
|display_name=Holster
|name_colour=Normal
|name_colour=Normal
Line 8: Line 11:
|primary_use=Wearable
|primary_use=Wearable
|class_name=HolsterSimple
|class_name=HolsterSimple
}}A '''holster''' is used to attach weapons to the character. Items attached this way can easily be equipped with hotkeys.
}}
A '''holster''' is used to attach weapons to the character. Items attached this way can easily be equipped with hotkeys.


==Distribution==
==Distribution==
Line 14: Line 18:


==Usage==
==Usage==
When equipped, a holster allows the player to attach handgun to their right hip which provides an additional hotbar slot, as well as reduce weight of attached item by 30% when not held.
When equipped, a holster allows the player to attach a handgun to their right hip which provides an additional hotbar slot, as well as reduce weight of the attached item by 30% when not held.


==Code==
==Code==

Revision as of 14:49, 7 January 2024

Frame.png
This article contains outdated/low-quality images.
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Holster
General
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Function
Wearable
Technical
Item ID
HolsterSimple

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

Distribution

Holsters can be found in police and military locations, and on police and military zombies.

Usage

When equipped, a holster allows the player to attach a handgun to their right hip which provides an additional hotbar slot, as well as reduce weight of the attached item by 30% when not held.

Code

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

	item HolsterSimple
		Weight			= 0.2,
		Type			= Clothing,
		DisplayName		= Holster,
		Icon			= GunHolster,
		BodyLocation		= BeltExtra,
		ClothingItem		= Holster,
		AttachmentsProvided	= HolsterRight,

See also