Bullets Bandolier

From PZwiki
(Redirected from Bullets Bandolier)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Project ZomboidItemsClothingAccessoriesBullets Bandolier
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Bullets Bandolier
AmmoStrap Ground Model.png
General
Category
Accessory
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
AmmoStrap
Technical
Item ID
Base.AmmoStrap_Bullets

A bullets bandolier is a clothing accessory.

Usage

When worn, increases the reload speed of all not shotgun shell shooting firearms by 15%. For increasing the reload speed of shotguns, use a shells 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.

Code

Item

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_Bullets
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Bullets Ammo Strap,
		ClothingItem = AmmoStrap_Bullets,
		BodyLocation = AmmoStrap,
		Icon = AmmoStrap,
		WorldStaticModel = AmmoStrap_Ground,
		Tags = ReloadFastBullets,
	}

Trivia

  • Because the code calculating the reload speed checks only for shotgun shells, this item will also increase the reload speed of all other firearms. This also affects modded weapons like bows and crossbows.

See also