Ammo Straps

From PZwiki
Revision as of 19:25, 1 June 2019 by Vaileasys (talk | contribs) (header and infobox)
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

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

Shotgun Shotgun (disambiguation)
Varmint Rifle MSR700 Rifle
Hunting Rifle MSR788 Rifle

Code

	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