Holster: Difference between revisions

From PZwiki
m (→‎top: category project: "The Game World")
(Added 3d Model and removed reupload tag)
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|Project Zomboid|Items|Clothing|version=Version 41|incver=50}}
{{Header|Project Zomboid|Items|Clothing|version=Version 41|incver=50}}
{{Reupload}}<!--Missing 3D model-->
{{Infobox item
{{Infobox item
|display_name=Holster
|display_name=Holster
|name_colour=Normal
|name_colour=Normal
|name_text_colour=Normal
|name_text_colour=Normal
|model=GunHolster.png
|model=GunHolster_Model.png
|model_width=128px
|model_width=128px
|icon=GunHolster.png
|weight=0.2
|weight=0.2
|primary_use=Wearable
|primary_use=Wearable

Revision as of 03:57, 13 January 2024

Holster
GunHolster Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Function
Wearable
Technical
Item ID
Base.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

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\clothing\clothing_others.txt

Retrieved: Build 41.50
item HolsterSimple
{
    Weight             = 0.2,
    Type               = Clothing,
    DisplayName        = Holster,
    Icon               = GunHolster,
    BodyLocation       = BeltExtra,
    ClothingItem       = Holster,
    AttachmentsProvided = HolsterRight,
}

See also