Shells Bandolier

From PZwiki
Revision as of 10:28, 31 January 2024 by Calvy (talk | contribs) (→‎Code: CodeBox update)
Project ZomboidItemsClothingShells Bandolier
Shells Bandolier
Shells Bandolier
Shells Bandolier
General
Category Accessory
Encumbrance
Heavy Load
1.0
Body location AmmoStrap
Technical details
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

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.68
item AmmoStrap_Shells
{
    DisplayCategory = Accessory,
    Type = Clothing,
    DisplayName = Shells Ammo Strap,
    ClothingItem = AmmoStrap_Shells,
    BodyLocation = AmmoStrap,
    Icon = AmmoStrap,
    WorldStaticModel = AmmoStrap_Ground,
}

See also