Ammo Straps: Difference between revisions

From PZwiki
No edit summary
Line 1: Line 1:
{{languages}}
{{languages}}
{{header|The Game World|Items|Weapons|Firearms|Weapon Parts|type=Weapon|version=Version 40|incver=43}}
{{header|The Game World|Items|Weapons|Firearms|Weapon Parts|type=Weapon|version=Version 41|incver=65}}
{{Infobox weapon mod
{{Infobox weapon mod
|display_name = Ammo Straps
|display_name = Ammo Straps
Line 9: Line 9:
<!--GENERAL-->
<!--GENERAL-->
|weight = 0.5
|weight = 0.5
|weapon = [[File:RifleHunting.png|link=Hunting Rifle]] [[File:RifleVarmint.png|link=Varmint Rifle]] [[File:Shotgun2.png|link=Shotgun]]
|weapon = [[File:RifleHunting.png|link=MSR788_Rifle]] [[File:RifleVarmint.png|link=MSR700_Rifle]] [[File:Shotgun2.png|link=JS-2000_Shotgun]]
|part_type = Sling
|part_type = Sling
<!--MODIFIERS-->
<!--MODIFIERS-->
Line 19: Line 19:


==Usage==
==Usage==
This item can be attached to a [[JS-2000_Shotgun]], [[MSR700_Rifle]], or [[MSR788_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.
This item can be attached to a [[JS-2000_Shotgun]], [[MSR700_Rifle]], or [[MSR788_Rifle]], using a [[screwdriver]], allowing the [[player]] to reload their equipped firearm significantly faster than without.


Can be added to guns using a [[screwdriver]].
As of 41.65, looks like it is not working - no impact on reload times noticed by any testers. Presumably, this item is being phased out, in favor of body-wearable accessories [[Bullets_Ammo_Strap]] and [[Shells Ammo Strap]].
 
As of 41.65, looks like it is not working - no impact on reload times noticed by any testers. Presumably, this mod is being phased out, in favor of body-wearable accessories [[Bullets_Ammo_Strap]] and [[Shells Ammo Strap]].


==Compatible weapons==
==Compatible weapons==

Revision as of 17:39, 14 February 2022

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 JS-2000_Shotgun, MSR700_Rifle, or MSR788_Rifle, using a screwdriver, allowing the player to reload their equipped firearm significantly faster than without.

As of 41.65, looks like it is not working - no impact on reload times noticed by any testers. Presumably, this item is being phased out, in favor of body-wearable accessories Bullets Bandolier and Shells Bandolier.

Compatible weapons

Code

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

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

See also

Template:Navbox/Weapons