Sling

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Sling
Sling
General
Encumbrance
Moodle Icon HeavyLoad.png
0.5
Used in
Shotgun2.pngRifleVarmint.pngRifleHunting.png
Part type
Sling
Performance
Encumbrance mod.
-0.3
Technical
Item ID
Base.Sling
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

Distribution

The loot distributions can be found in the table(s) below.

Sling distribution Show / Hide
Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits.
Containers
Building/Room Container Effective chance
all militarycrate 15.1%
all militarylocker 15.1%
armystorage locker 15.1%
armystorage metal_shelves 15.1%
garagestorage locker 15.1%
gunstore counter 15.1%
gunstore locker 15.1%
gunstore metal_shelves 15.1%
gunstore shelves 15.1%
gunstorestorage locker 15.1%
gunstorestorage metal_shelves 15.1%
gunstorestorage shelves 15.1%
hunting metal_shelves 15.1%
policestorage locker 10.78%
policestorage metal_shelves 10.78%
Vehicles
Type Container Effective chance
Police Trunk 10.78%

Code

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

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
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,
    }

Trivia

  • Sling currently don't have a model when placed on the ground.

See also