Holster: Difference between revisions

From PZwiki
(Automated update of distribution section)
(Automated infobox update)
Tag: Reverted
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|Project Zomboid|Items|Clothing|version=Version 41|incver=50}}
{{Infobox item
|display_name=Holster
|name_colour=Normal
|name_text_colour=Normal
|model=GunHolster_Model.png
|model_width=128px
|icon=GunHolster.png
|weight=0.2
|primary_use=Wearable
|class_name=Base.HolsterSimple
}}
A '''holster''' is used to attach weapons to the character. Items attached this way can easily be equipped with hotkeys.
==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.
{{clear}}
==Distribution==
The loot distributions can be found in the table(s) below.
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
!Building/Room
!Container
! style="width: 3.2em;" |Rolls
! style="width: 3.2em;" |Chance
|-
| rowspan="3"|all
| [[locker]]
| 4
| 4
|-
|[[militarycrate]]
|4
|6
|-
|[[militarycrate]]
|4
|4
|-
| armysurplus
| [[counter]]
| 4
| 4
|-
| rowspan="2"|bathroom
| [[locker]]
| 4
| 2
|-
|[[locker]]
|4
|2
|-
| office
| [[desk]]
| 4
| 4
|-
| policestorage
| [[locker]]
| 4
| 4
|-
| security
| [[locker]]
| 4
| 2
|}
Holsters can be found in police and military locations, and on police and military zombies.
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 0
  | source = clothing_others.txt
  | retrieved = true
  | version = 41
  | incver = 50
  | code =
item HolsterSimple
{
    Weight            = 0.2,
    Type              = Clothing,
    DisplayName        = Holster,
    Icon              = GunHolster,
    BodyLocation      = BeltExtra,
    ClothingItem      = Holster,
    AttachmentsProvided = HolsterRight,
}
  }}
}}
==See also==
*[[Belt]]
*[[Double Holster]]
{{navbox clothing}{Languages}}
{{Header|Project Zomboid|Items|Clothing|version=Version 41|incver=50}}
{{Header|Project Zomboid|Items|Clothing|version=Version 41|incver=50}}
{{Infobox item
{{Infobox item

Revision as of 12:29, 15 February 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.

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.

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
all locker 4 4
militarycrate 4 6
militarycrate 4 4
armysurplus counter 4 4
bathroom locker 4 2
locker 4 2
office desk 4 4
policestorage locker 4 4
security locker 4 2

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

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

{{navbox clothing}{Languages}}

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.

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.

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
all locker 4 4
militarycrate 4 6
militarycrate 4 4
armysurplus counter 4 4
bathroom locker 4 2
locker 4 2
office desk 4 4
policestorage locker 4 4
security locker 4 2

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

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