Sling

From PZwiki
Revision as of 01:23, 14 January 2024 by Faalagorn (talk | contribs) (Minor)
Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D model
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.

Template:Infobox weapon mod

Weapon attachment. Reduces firearm carry-weight.
— In-game tooltip

A sling is a weapon mod.

Usage

This item can be attached to a JS-2000 shotgun, MSR700 rifle, or MSR788 rifle, using a screwdriver, thus reducing encumbrance of the firearm by 0.3.

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 Sling
{
    DisplayCategory = WeaponPart,
    Type = WeaponPart,
    DisplayName = Sling,
    Icon = GunSling,
    Weight = 0.5,
    WeightModifier = -0.3,
    MountOn = HuntingRifle; VarmintRifle; Shotgun,
    PartType = Sling,
    Tooltip = Tooltip_Sling,
}

See also