Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

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
Category
WeaponPart
Encumbrance
Moodle Icon HeavyLoad.png
0.5
Used in
MSR788 RifleMSR700 RifleJS-2000 Shotgun
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

Location

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

Sling distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average 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. Duplicate entries do exist, but have been removed for clarity.

Containers
Building/Room Container Effective chance
all militarycrate 15.52%
all militarylocker 15.52%
armystorage locker 15.52%
armystorage metal_shelves 15.52%
garagestorage locker 15.52%
gunstore counter 15.52%
gunstore locker 15.52%
gunstore metal_shelves 15.52%
gunstore shelves 15.52%
gunstorestorage locker 15.52%
gunstorestorage metal_shelves 15.52%
gunstorestorage shelves 15.52%
hunting metal_shelves 15.52%
policestorage locker 11.21%
policestorage metal_shelves 11.21%
Vehicle
Type Container Effective chance
Police Trunk 2.93%
Foraging
Amount Skill level Biome: chance Weather modifiers % Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
1 0 DeepForest: 1
Farm: 1
FarmLand: 1
Forest: 1
Nav: 1
TownZone: 1
TrailerPark: 1
Vegitation: 1
- - - - - - -

Trivia

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

History

Base.Sling

Version Description
Build 41.65 DisplayCategory added with value WeaponPart.
Build 30.12 Tooltip changed from Decrease the weight to Tooltip_Sling.
Build 28 Released on this version.

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,
    }

See also