Bullets Bandolier: Difference between revisions

From PZwiki
mNo edit summary
(adjustments to infobox (still needs model file) + other minor adjustments to layout, etc.)
Line 5: Line 5:
| name_colour=Clothing
| name_colour=Clothing
| name_text_colour=Clothing
| name_text_colour=Clothing
| image=[Fill].png
| image=AmmoStrap_Ground_Model.png
| image_width=[Fill in width or]120px
| image_width=200px
| alternate_image=AmmoStrap.png
| alternate_name=Shells Ammo Strap
<!-- General -->
<!-- General -->
| category=Clothing
| category=Accessory
| weight = 1.0
| weight = 1.0
| body_location=AmmoStrap
| body_location=AmmoStrap
Line 15: Line 17:
<!-- Insulation -->
<!-- Insulation -->
<!-- Technical details -->
<!-- Technical details -->
| class_name=AmmoStrap_Bullets
| class_name=Base.AmmoStrap_Bullets
}}
}}A '''bullets ammo strap''' is a [[clothing]] accessory.  
When worn increases the reload speed of all not [[Shotgun Shells|shotgun shell]] shooting firearms by 15%. For increasing the reload speed of shotguns use a [[Shells Ammo Strap]].


__TOC__
__TOC__


== Item Distribution ==
==Usage==
When worn increases the reload speed of all not [[Shotgun Shells|shotgun shell]] shooting firearms by 15%. For increasing the reload speed of shotguns use a [[Shells Ammo Strap]].
 
== Distribution ==
===Buildings===
===Buildings===
The gun storage in police stations can contain ammo straps.
The gun storage in police stations can contain ammo straps.
Line 54: Line 58:
==See also==
==See also==
*[[Shells Ammo Strap]]
*[[Shells Ammo Strap]]
*[[Double Holster]]
*[[Holster]]
{{Navbox clothing}}
{{Navbox clothing}}


<!--COMMENT: Categories that aren't mentioned in the header should go here. E.g. Welder Mask uses [[Category:Construction]] -->
<!--COMMENT: Categories that aren't mentioned in the header should go here. E.g. Welder Mask uses [[Category:Construction]] -->

Revision as of 07:54, 22 April 2022

The Game WorldItemsClothingBullets Bandolier
Bullets Ammo Strap
Bullets Ammo Strap
Shells Ammo Strap
General
Category Accessory
Encumbrance
Heavy Load
1.0
Body location AmmoStrap
Technical details
Item ID Base.AmmoStrap_Bullets

A bullets ammo strap 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

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

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