Choke Tube - Full

From PZwiki
Project ZomboidItemsWeaponsFirearmsWeapon partsChoke Tube - Full
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Choke Tube Full
Shotgun Choke Model.png
General
Category
WeaponPart
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Used in
Shotgun2.png
Part type
Canon
Properties
metal quantity
12
Performance
Damage
0.5
Spread
0.05
Encumbrance mod.
0.1
Technical
Item ID
Base.ChokeTubeFull
Shotgun attachment. Provides a narrower blast and increased damage.
— In-game tooltip

Choke tube full is a weapon mod.

Usage

Significantly increases damage of a JS-2000 Shotgun, but decreases the blast arc to 4 tiles from 5. Can be attached using a screwdriver.

Compatible weapons

Shotgun2.png JS-2000 Shotgun

Location

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

ChokeTubeFull distributionShow / 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
garagestorage locker 15.1%
gunstore counter 15.1%

History

Base.ChokeTubeFull

Version Description
38.30 Released on or before this version.

Help PZwiki by adding to this history.

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 ChokeTubeFull
    {
        DisplayCategory = WeaponPart,
        Type = WeaponPart,
        DisplayName = Choke Tube Full,
        Icon = ShotgunChoke,
        Weight = 0.1,
        WeightModifier = 0.1,
        AngleModifier = 0.05,
        DamageModifier = 0.5,
        MountOn = Shotgun,
        PartType = Canon,
        Tooltip = Tooltip_ChokeTubeFull,
        MetalValue = 12,
        WorldStaticModel = Shotgun_Choke_Ground,
    }

Variants

See also