Double Holster: Difference between revisions

From PZwiki
m (Automated header update.)
m (Remove lines))
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Languages}}
{{Header|Project Zomboid|Items|Clothing|Accessories}}
{{Header/sandbox2|Project Zomboid|Items|Clothing}}
{{Page version|41.50}}
{{Page version|41.50}}
{{Infobox item
{{Infobox item
|display_name=Double Holster
|name=Double Holster
|name_colour=Normal
|model=GunHolster_Model.png
|name_text_colour=Normal
|model=GunHolster Model.png
|model_width=128px
|model_width=128px
|icon=GunHolsterDouble.png
|icon=GunHolsterDouble.png
|weight=0.2
|weight=0.2
|primary_use=Wearable
|primary_use=Wearable
|class_name=Base.HolsterDouble
|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.
A '''double holster''' is used to attach weapons to the character. Items attached this way can easily be equipped with hotkeys.
Line 18: Line 15:
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.
The loot distributions can be found in the table(s) below.
Line 25: Line 21:
! colspan="4" | Containers
! colspan="4" | Containers
|-
|-
!Building/Room
! Building/Room
!Container
! Container
! style="width: 3.2em;" |Rolls
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" |Chance
! style="width: 3.2em;" | Chance
|-
|-
| rowspan="3"|all
|rowspan="3"|all
| [[locker]]
|[[locker]]
| 4
|4
| 1
|1
|-
|-
|[[militarycrate]]
|[[militarycrate]]
Line 43: Line 39:
|1
|1
|-
|-
| armysurplus
|armysurplus
| [[counter]]
|[[counter]]
| 4
|4
| 1
|1
|-
|-
| rowspan="2"|bathroom
|rowspan="2"|bathroom
| [[locker]]
|[[locker]]
| 4
|4
| 0.5
|0.5
|-
|-
|[[locker]]
|[[locker]]
Line 57: Line 53:
|0.5
|0.5
|-
|-
| office
|office
| [[desk]]
|[[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==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 0
  | source = clothing_others.txt
  | retrieved = true
  | version = 41.50
  | code =
item HolsterDouble
{
    Weight = 0.2,
    Type = Clothing,
    DisplayName = Double Holster,
    Icon = GunHolsterDouble,
    BodyLocation = BeltExtra,
    ClothingItem = HolsterDouble,
    AttachmentsProvided = HolsterLeft;HolsterRight,
}
  }}
}}
 
==See also==
*[[Belt]]
*[[Holster]]
 
{{Navbox clothing}{Languages}}
{{Header|Project Zomboid|Items|Clothing}}
{{Infobox item
|display_name=Double Holster
|name_colour=Normal
|name_text_colour=Normal
|model=GunHolster Model.png
|model_width=128px
|icon=GunHolsterDouble.png
|weight=0.2
|primary_use=Wearable
|class_name=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.
 
{{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
| 1
|-
|[[militarycrate]]
|4
|4
|6
|1
|-
|-
|[[militarycrate]]
|policestorage
|[[locker]]
|4
|4
|1
|1
|-
|-
| armysurplus
|security
| [[counter]]
| 4
| 1
|-
| rowspan="2"|bathroom
| [[locker]]
| 4
| 0.5
|-
|[[locker]]
|[[locker]]
|4
|4
|0.5
|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.
Line 186: Line 78:
   | lang = java
   | lang = java
   | line = true
   | line = true
   | start = 0
   | start = 761
   | source = clothing_others.txt
   | source = clothing_others.txt
   | retrieved = true
   | retrieved = true
   | version = 41.50
   | version = 41.78.16
   | code =
   | code =
item HolsterDouble
item HolsterDouble
{
    {
    Weight = 0.2,
        DisplayCategory = Accessory,
    Type = Clothing,
        Weight = 0.2,
    DisplayName = Double Holster,
        Type = Clothing,
    Icon = GunHolsterDouble,
        DisplayName = Double Holster,
    BodyLocation = BeltExtra,
        Icon = GunHolsterDouble,
    ClothingItem = HolsterDouble,
        BodyLocation = BeltExtra,
    AttachmentsProvided = HolsterLeft;HolsterRight,
        ClothingItem = HolsterDouble,
}
        AttachmentsProvided = HolsterLeft;HolsterRight,
  }}
        WorldStaticModel = Holster_Ground,
    }
}}
}}
}}


Line 208: Line 102:
*[[Holster]]
*[[Holster]]


{{Navbox clothing}}
{{Navbox items|accessories}}

Revision as of 06:52, 15 April 2024

Project ZomboidItemsClothingAccessoriesDouble Holster
Spiffo controlyourself.png
This page was last updated for an older version (41.50).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
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.78.16
item HolsterDouble
    {
        DisplayCategory = Accessory,
        Weight	=	0.2,
        Type	=	Clothing,
        DisplayName	=	Double Holster,
        Icon	=	GunHolsterDouble,
        BodyLocation = BeltExtra,
        ClothingItem = HolsterDouble,
        AttachmentsProvided = HolsterLeft;HolsterRight,
        WorldStaticModel = Holster_Ground,
    }

See also