Ammo Straps: Difference between revisions

From PZwiki
m (→‎top: Category Project: Weapons)
m (→‎top: New infobox upgrade - Weapon parts)
Line 3: Line 3:
{{page version|41.65}}
{{page version|41.65}}
<!--Comment:The following is not currently true, but will likely be true in the future; commenting it out for accuracy and efficiency: {{Obsolete|text=and replaced by [[Bullets Ammo Strap]] and [[Shells Ammo Strap]] in [[Build 41]].}}-->
<!--Comment:The following is not currently true, but will likely be true in the future; commenting it out for accuracy and efficiency: {{Obsolete|text=and replaced by [[Bullets Ammo Strap]] and [[Shells Ammo Strap]] in [[Build 41]].}}-->
{{Infobox weapon mod
{{Infobox item
|display_name=Ammo Straps
|name=Ammo Straps
|name_colour=Weapon
|model=AmmoStrap_Ground_Model.png
|name_text_colour=Weapon
|icon=AmmoStrap.png
|image=AmmoStrap_Ground_Model.png
|alternate_image=AmmoStrap.png
<!--GENERAL-->
<!--GENERAL-->
|weight=0.5
|weight=0.5
Line 17: Line 15:
|reload_mod=-5
|reload_mod=-5
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.AmmoStraps
|item_id=Base.AmmoStraps
}}{{Quote|text=Weapon attachment. Reduces firearm reload time.|author=In-game tooltip}}'''Ammo straps''', also known as '''bandolier''' or '''bandoleer''', is a weapon mod.
}}{{Quote|text=Weapon attachment. Reduces firearm reload time.|author=In-game tooltip}}'''Ammo straps''', also known as '''bandolier''' or '''bandoleer''', is a weapon mod.



Revision as of 02:36, 27 January 2024

Template:Header/sandbox2

Spiffo controlyourself.png
This page was last updated for an older version (41.65).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Ammo Straps
AmmoStrap Ground Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.5
Used in
Shotgun2.pngRifleVarmint.pngRifleHunting.png
Part type
Sling
Performance
Reload time
-5
Encumbrance mod.
0.5
Technical
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

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\newitems.txt

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