Holster: Difference between revisions

From PZwiki
m (Oops!)
(Added slots provided)
Line 1: Line 1:
{{languages|Holster}}
{{languages|Holster}}
{{header|The Game World|Items|Clothing|version=Version 41|incver=50}}
{{header|The Game World|Items|Clothing|version=Version 41|incver=50}}
{{Stub}}
{{Infobox normal
{{Infobox normal
|display_name=Holster
|display_name=Holster
Line 16: Line 15:
==Distribution==
==Distribution==
Holsters can be found in police and military locations.
Holsters can be found in police and military locations.
== Usage ==
When equipped, a holster allows the player to attach a weapon to their right hip.


== Code ==
== Code ==

Revision as of 20:35, 31 May 2021

Holster
Holster
General
Category Item
Encumbrance
Heavy Load
0.2
Function Wearable
Technical details
Base 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.

Usage

When equipped, a holster allows the player to attach a weapon to their right hip.

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,