Ammo Straps

From PZwiki
Revision as of 14:18, 2 June 2019 by Vaileasys (talk | contribs)
Ammo Straps
Ammo Straps
General
Category Weapon mod
Encumbrance
Heavy Load
0.5
Weapon(s) RifleHunting.png RifleVarmint.png Shotgun2.png
Part type Sling
Modifiers
Encumbrance 0.5
Reload time -5
Technical details
Item ID Base.AmmoStraps
Weapon attachment. Reduces firearm reload time.
— In-game tooltip

Ammo straps, also known as bandolier or bandoleer, is a weapon mod.

Usage

This item can be attached to a shotgun, varmint rifle, or hunting rifle, allowing the player to reload much quicker than normally. Realistically, players would have to otherwise take their ammunition out of their pockets or bags before reloading, but with this item, they'd only have to unload a single pouch on their multi-magazine carrying sling to be able to refill their zombie killer of a weapon.

Gives an extra slot for ammo:

6+1/6 for shotguns.

15+1/15 for pistols.

Can be added to guns using a screwdriver.

Compatible weapons

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.43

	item AmmoStraps
		Type = WeaponPart,
		DisplayName = Ammo Straps,
		Icon = AmmoStrap,
		Weight = 0.5,
		WeightModifier = 0.5,
		ReloadTimeModifier = -5,
		MountOn = HuntingRifle; VarmintRifle; Shotgun,
		PartType = Sling,
		Tooltip = Tooltip_AmmoStrap

See also

Template:Navbox/Weapons