Double Holster: Difference between revisions

From PZwiki
(→‎Code: CodeBox update)
(Automated update of distribution section)
Line 17: Line 17:
When equipped, a double holster allows the player to attach handguns to both hips which provides two additional hotbar slots, as well as reduce weight of each attached item by 30% when not held.
When equipped, a double holster allows the player to attach handguns to both hips which provides two additional hotbar slots, as well as reduce weight of each attached item by 30% when not held.


{{clear}}
==Distribution==
==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
| 1
|-
|[[militarycrate]]
|4
|6
|-
|[[militarycrate]]
|4
|1
|-
| armysurplus
| [[counter]]
| 4
| 1
|-
| rowspan="2"|bathroom
| [[locker]]
| 4
| 0.5
|-
|[[locker]]
|4
|0.5
|-
| office
| [[desk]]
| 4
| 1
|-
| policestorage
| [[locker]]
| 4
| 1
|-
| security
| [[locker]]
| 4
| 0.5
|}
Double holsters can be found in police and military locations, as well as police and military zombies.
Double holsters can be found in police and military locations, as well as police and military zombies.



Revision as of 09:12, 12 February 2024

Project ZomboidItemsClothingDouble Holster
Double Holster
GunHolster Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Function
Wearable
Technical
Item ID
Base.HolsterDouble

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

Usage

When equipped, a double holster allows the player to attach handguns to both hips which provides two additional hotbar slots, as well as reduce weight of each 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 1
militarycrate 4 6
militarycrate 4 1
armysurplus counter 4 1
bathroom locker 4 0.5
locker 4 0.5
office desk 4 1
policestorage locker 4 1
security locker 4 0.5

Double holsters can be found in police and military locations, as well as police and military zombies.

Trivia

  • The double holster uses the same 3d model as the holster

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 HolsterDouble
{
    Weight = 0.2,
    Type = Clothing,
    DisplayName = Double Holster,
    Icon = GunHolsterDouble,
    BodyLocation = BeltExtra,
    ClothingItem = HolsterDouble,
    AttachmentsProvided = HolsterLeft;HolsterRight,
}

See also