Ammo Straps: Difference between revisions

From PZwiki
No edit summary
No edit summary
Line 9: Line 9:
<!--GENERAL-->
<!--GENERAL-->
|weight = 0.5
|weight = 0.5
|weapon = [[File:RifleHunting.png|link=MSR788_Rifle]] [[File:RifleVarmint.png|link=MSR700_Rifle]] [[File:Shotgun2.png|link=JS-2000_Shotgun]]
|weapon = [[File:Shotgun2.png|link=JS-2000 Shotgun]][[File:RifleVarmint.png|link=MSR700 Rifle]][[File:RifleHunting.png|link=MSR788 Rifle]]
|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]], using a [[screwdriver]], allowing the [[player]] to reload their equipped firearm significantly faster than without.
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_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 with any level of the [[skill]]. Presumably, this item is being phased out, in favor of body-wearable accessories [[Bullets Ammo Strap]] and [[Shells Ammo Strap]].


==Compatible weapons==
==Compatible weapons==
*[[File:Shotgun2.png|32px|link=Shotgun]] [[JS-2000_Shotgun]]
*[[File:Shotgun2.png|32px|link=Shotgun]] [[JS-2000 Shotgun]]
*[[File:RifleVarmint.png|32px|link=Varmint Rifle]] [[MSR700_Rifle]]
*[[File:RifleVarmint.png|32px|link=Varmint Rifle]] [[MSR700 Rifle]]
*[[File:RifleHunting.png|32px|link=Hunting Rifle]] [[MSR788_Rifle]]
*[[File:RifleHunting.png|32px|link=Hunting Rifle]] [[MSR788 Rifle]]


==Code==
==Code==

Revision as of 17:43, 14 February 2022

Ammo Straps
Ammo Straps
General
Category Weapon mod
Encumbrance
Heavy Load
0.5
Weapon(s) Shotgun2.pngRifleVarmint.pngRifleHunting.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 with any level of the skill. 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