Holster: Difference between revisions

From PZwiki
(Created page)
 
m (Oops!)
Line 20: Line 20:
{{Retrieved|version=41|incver=50}}
{{Retrieved|version=41|incver=50}}
'''''From clothing_others.txt (Project Zomboid directory/media/scripts/clothing/)'''''
'''''From clothing_others.txt (Project Zomboid directory/media/scripts/clothing/)'''''
<pre> item Belt
<pre> item HolsterSimple
Weight = 0.3,
Weight = 0.2,
Type = Normal,
Type = Clothing,
DisplayName = Belt,
DisplayName = Holster,
Icon = Belt,
Icon = GunHolster,
BodyLocation = BeltExtra,
ClothingItem = Holster,
AttachmentsProvided = HolsterRight,
</pre>
</pre>

Revision as of 20:10, 31 May 2021

Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.
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.

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,