Shells Bandolier: Difference between revisions

From PZwiki
(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...")
 
m (Distribution table fix)
 
(33 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{languages}}
{{Header|Project Zomboid|Items|Clothing|Accessories}}
{{header|The Game World|Items|Clothing|version=Version 41|incver=68}}
{{Page version|41.78.16}}
{{Infobox clothing
{{Infobox item
| display_name=Shells Ammo Strap
|name=Shells Bandolier
| name_colour=Clothing
|model=AmmoStrap_Ground_Model.png
| name_text_colour=Clothing
|icon=AmmoStrap.png
| image=[Fill].png
|icon_name=Shells Bandolier
| image_width=[Fill in width or]120px
<!-- General -->
<!-- General -->
| category=Clothing
|category=Accessory
| weight = 1.0
|weight=1.0
| body_location=AmmoStrap
|equipped=AmmoStrap
<!-- Speed -->
<!-- Protection -->
<!-- Insulation -->
<!-- Technical details -->
<!-- Technical details -->
| class_name=AmmoStrap_Shells
|item_id=Base.AmmoStrap_Shells
}}
}}
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]].
A '''shells bandolier''' is a [[clothing]] accessory.


__TOC__
==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 Bandolier|bullets bandolier]].
 
==Distribution==
The loot distributions can be found in the table(s) below.
 
<!--BOT FLAG|AmmoStrap_Shells|41.78.16-->
{{Clear}}
<div class="togglebox theme-red">
    <div>AmmoStrap_Shells distribution
        <span class="mw-customtoggle-togglebox-AmmoStrap_Shells" title="{{int:show}} / {{int:hide}}" style="float: right; padding-right: 30px; padding-top: 4px; font-size: 0.7em; font-weight: normal;">{{int:show}} / {{int:hide}}</span></div>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-AmmoStrap_Shells">
    Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the [[lucky]] and [[unlucky]] traits.    <div class="toggle-content">
<div class="pz-container">
<div id="containers" style="flex-basis:30%">
    {| class="wikitable theme-red" style="margin-right: 15px; width: 95%;"
    |+ {{ll|Containers}}
    ! Building/Room
    ! Container
    ! Effective chance
    |-
    | policestorage
    | {{ll|locker}}
    | 10.78%
    |-
    | policestorage
    | {{ll|metal_shelves}}
    | 10.78%
    |}
</div>
<div id="vehicles" style="flex-basis:30%">
    {| class="wikitable theme-red" style="margin-right: 15px; width: 95%;"
    |+ {{ll|Vehicles}}
    ! Type
    ! Container
    ! Effective chance
    |-
    | Police
    | {{ll|Truck Bed}}
    | 10.78%
    |}
</div>
    </div><div style="clear: both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-AmmoStrap_Shells" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|AmmoStrap_Shells|41.78.16-->


== Item 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 29: Line 68:


===Foraging===
===Foraging===
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 ==


=== Item ===
===Zombies===
'''''From clothing_others.txt (Project Zomboid directory/media/scripts/clothing)'''''
It can also be found in the stories of vehicles of zombies thugs and in shops with police cars outside.


{{Retrieved|version=41|incver=68}}
==Code==
<pre>    item AmmoStrap_Shells
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 784
  | source = clothing_others.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item AmmoStrap_Shells
{
{
        DisplayCategory = Accessory,
    DisplayCategory = Accessory,
Type = Clothing,
Type = Clothing,
DisplayName = Shells Ammo Strap,
DisplayName = Shells Ammo Strap,
Line 45: Line 91:
BodyLocation = AmmoStrap,
BodyLocation = AmmoStrap,
Icon = AmmoStrap,
Icon = AmmoStrap,
Tooltip = Tooltip_AmmoStrap,
WorldStaticModel = AmmoStrap_Ground,
WorldStaticModel = AmmoStrap_Ground,
Tags = ReloadFastShells,
}
}
</pre>
}}
}}


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

Latest revision as of 19:40, 30 April 2024

Project ZomboidItemsClothingAccessoriesShells Bandolier
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Shells Bandolier
AmmoStrap Ground Model.png
General
Category
Accessory
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
AmmoStrap
Technical
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

The loot distributions can be found in the table(s) below.

AmmoStrap_Shells distribution Show / Hide
Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits.
Containers
Building/Room Container Effective chance
policestorage locker 10.78%
policestorage metal_shelves 10.78%
Vehicles
Type Container Effective chance
Police Trunk 10.78%

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

See also