Shells Bandolier

From PZwiki
Revision as of 22:13, 20 April 2022 by Flosus (talk | contribs) (Created page with "{{languages}} {{header|The Game World|Items|Clothing|version=Version 41|incver=68}} {{Infobox clothing | display_name=Shells Ammo Strap | name_colour=Clothing | name_text_colo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The Game WorldItemsClothingShells Bandolier
Shells Ammo Strap
[[File:[Fill].png|Shells Ammo Strap|[Fill in width or]120px|class=pixelart]]
General
Category Clothing
Encumbrance
Heavy Load
1.0
Body location AmmoStrap
Technical details
Item ID AmmoStrap_Shells

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.

Item Distribution

Buildings

The gun storage in police stations can contain ammo straps.

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

From clothing_others.txt (Project Zomboid directory/media/scripts/clothing)

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