Shells Bandolier: Difference between revisions

From PZwiki
m (Automated CodeBox update)
m (Remove lines))
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Languages}}
{{Header|Project Zomboid|Items|Clothing|Accessories}}
{{Header|Project Zomboid|Items|Clothing|version=Version 41|incver=78.3}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
| name=Shells Bandolier
|name=Shells Bandolier
| name_colour=Clothing
|model=AmmoStrap_Ground_Model.png
| name_text_colour=Clothing
|icon=AmmoStrap.png
| model=AmmoStrap_Ground_Model.png
|icon_name=Shells Bandolier
| image_width=200px
| icon=AmmoStrap.png
| icon_name=Shells Bandolier
<!-- General -->
<!-- General -->
| category=Accessory
|category=Accessory
| weight = 1.0
|weight=1.0
| equipped=AmmoStrap
|equipped=AmmoStrap
<!-- Technical details -->
<!-- Technical details -->
| item_id=Base.AmmoStrap_Shells
|item_id=Base.AmmoStrap_Shells
}}
}}
A '''shells bandolier''' is a [[clothing]] accessory.
A '''shells bandolier''' is a [[clothing]] accessory.
Line 21: Line 18:
When worn, increases the reload speed of all firearms using [[Shotgun Shells|shotgun shells]] by 15%. For increasing the reload speed of all other firearms, use a [[Bullets Bandolier|bullets bandolier]].
When worn, increases the reload speed of all firearms using [[Shotgun Shells|shotgun shells]] by 15%. For increasing the reload speed of all other firearms, use a [[Bullets Bandolier|bullets bandolier]].


{{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 28: Line 24:
! 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
|-
|-
| policestorage  
|policestorage
| [[locker]]  
|[[locker]]
| 4  
|4
| 4
|4
|}
|}
===Buildings===
===Buildings===
The gun storage in police stations can contain bandoliers.
The gun storage in police stations can contain bandoliers.
Line 55: Line 52:
   | lang = java
   | lang = java
   | line = true
   | line = true
   | start = 0
   | start = 784
   | source = clothing_others.txt
   | source = clothing_others.txt
   | retrieved = true
   | retrieved = true
   | version = 41.68
   | version = 41.78.16
   | code =
   | code =
item AmmoStrap_Shells
item AmmoStrap_Shells
{
{
    DisplayCategory = Accessory,
    DisplayCategory = Accessory,
    Type = Clothing,
Type = Clothing,
    DisplayName = Shells Ammo Strap,
DisplayName = Shells Ammo Strap,
    ClothingItem = AmmoStrap_Shells,
ClothingItem = AmmoStrap_Shells,
    BodyLocation = AmmoStrap,
BodyLocation = AmmoStrap,
    Icon = AmmoStrap,
Icon = AmmoStrap,
    WorldStaticModel = AmmoStrap_Ground,
Tooltip = Tooltip_AmmoStrap,
}
WorldStaticModel = AmmoStrap_Ground,
  }}
Tags = ReloadFastShells,
}
}}
}}
}}


Line 78: Line 77:
*[[Holster]]
*[[Holster]]


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

Revision as of 07:21, 15 April 2024

Project ZomboidItemsClothingAccessoriesShells Bandolier
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Shells Bandolier
AmmoStrap Ground Model.png
General
Category
Accessory
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
AmmoStrap
Technical
Item ID
Base.AmmoStrap_Shells

A shells bandolier is a clothing accessory.

Usage

When worn, increases the reload speed of all firearms using shotgun shells by 15%. For increasing the reload speed of all other firearms, use a bullets bandolier.

Distribution

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

Containers
Building/Room Container Rolls Chance
policestorage locker 4 4

Buildings

The gun storage in police stations can contain bandoliers.

Vehicles

The trunk of police vehicles can spawn this item.

Foraging

This item has a rare chance to be found in grasslands, trailer parks, town, and streets and parking.

Zombies

It can also be found in the stories of vehicles of zombies thugs and in shops with police cars outside.

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 AmmoStrap_Shells
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Shells Ammo Strap,
		ClothingItem = AmmoStrap_Shells,
		BodyLocation = AmmoStrap,
		Icon = AmmoStrap,
		Tooltip = Tooltip_AmmoStrap,
		WorldStaticModel = AmmoStrap_Ground,
		Tags = ReloadFastShells,
	}

See also