Shells Bandolier

From PZwiki
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.

AmmoStrap_Shells distribution Show / Hide
Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits.
Containers
Building/Room Container Effective chance
policestorage locker 10.78%
policestorage metal_shelves 10.78%
Vehicles
Type Container Effective chance
Police Trunk 10.78%

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