Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Bullets Bandolier

From PZwiki
Project ZomboidItemsClothingAccessoriesBullets Bandolier
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Bullets Bandolier
AmmoStrap Model.png
General
Category
Accessory
Encumbrance
Moodle Icon HeavyLoad.png
1
Equipped
AmmoStrap
Technical
Item ID
Base.AmmoStrap_Bullets

A bullets bandolier 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.

Location

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

AmmoStrap_Bullets distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average 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. Duplicate entries do exist, but have been removed for clarity.

Containers
Building/Room Container Effective chance
policestorage locker 11.21%
policestorage metal_shelves 11.21%
Vehicle
Type Container Effective chance
Police Trunk 2.93%
Outfit
Outfit Probability GUID
Bandit (female) 20% 8f618a16-c5f5-42c9-91e0-55c9761a6059
Bandit (male) 20% ce337c15-fab1-481b-8d77-987933e94fc8
Private Militia (female) 30% fb4ada73-d7da-48af-920e-4e85a38c171b
Private Militia (male) 30% 4478701f-0a85-4f46-9596-a1db5cf565ff
Foraging
Amount Skill level Biome: chance Weather modifiers % Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
1 0 Nav: 1
TownZone: 1
TrailerPark: 1
Vegitation: 1
- - - - - - -

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.

History

Base.AmmoStrap_Bullets

Version Description
Build 41.69 Item tag added with value ReloadFastBullets.
Build 41.65 DisplayCategory added with value Accessory.
Build 41.54 WorldStaticModel added with value AmmoStrap_Ground.
Build 41.46 Released on this version.

Code

Item

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

See also