Shells Bandolier: Difference between revisions

From PZwiki
m (Faalagorn moved page Shells Bandolier to Shells Bandolier: New name)
(New name)
Line 1: Line 1:
{{languages}}
{{languages}}
{{header|The Game World|Items|Clothing|version=Version 41|incver=68}}
{{header|The Game World|Items|Clothing|version=Version 41|incver=78.3}}
{{Infobox clothing
{{Infobox clothing
| display_name=Shells Ammo Strap
| display_name=Shells Bandolier
| name_colour=Clothing
| name_colour=Clothing
| name_text_colour=Clothing
| name_text_colour=Clothing
Line 8: Line 8:
| image_width=200px
| image_width=200px
| alternate_image=AmmoStrap.png
| alternate_image=AmmoStrap.png
| alternate_name=Shells Ammo Strap
| alternate_name=Shells Bandolier
<!-- General -->
<!-- General -->
| category=Accessory
| category=Accessory
Line 18: Line 18:
<!-- Technical details -->
<!-- Technical details -->
| class_name=Base.AmmoStrap_Shells
| class_name=Base.AmmoStrap_Shells
}}A '''shells ammo strap''' is a [[clothing]] accessory.  
}}A '''shells bandolier''' is a [[clothing]] accessory.  


__TOC__
__TOC__


==Usage==
==Usage==
When worn, increases the reload speed of all firearms using [[Shotgun Shells|shotgun shells]] by 15%. For increasing the reload speed of all other firearms use a [[Bullets Ammo Strap]].
When worn, increases the reload speed of all firearms using [[Shotgun Shells|shotgun shells]] by 15%. For increasing the reload speed of all other firearms use a [[Bullets Bandolier]].


== Distribution ==
==Distribution==
===Buildings===
===Buildings===
The gun storage in police stations can contain ammo straps.
The gun storage in police stations can contain bandoliers.


===Vehicles===
===Vehicles===
Line 35: Line 35:
This item has a rare chance to be found in grasslands, trailer parks, town and streets and parking.
This item has a rare chance to be found in grasslands, trailer parks, town and streets and parking.


== Code ==
==Code==
 
===Item===
=== Item ===
'''''From clothing_others.txt (Project Zomboid directory/media/scripts/clothing)'''''
'''''From clothing_others.txt (Project Zomboid directory/media/scripts/clothing)'''''


Line 54: Line 53:


==See also==
==See also==
*[[Bullets Ammo Strap]]
*[[Bullets Bandolier]]
*[[Double Holster]]
*[[Double Holster]]
*[[Holster]]
*[[Holster]]
{{Navbox clothing}}
{{Navbox clothing}}

Revision as of 22:24, 1 November 2022

The Game WorldItemsClothingShells Bandolier

Template:Infobox clothingA 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.

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