Choke Tube - Full

From PZwiki
(Redirected from Choke Tube - Full)
Project ZomboidItemsWeaponsFirearmsWeapon partsChoke Tube - Full
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.
Choke Tube Full
Shotgun Choke Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Used in
Shotgun2.png
Part type
Canon
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

Distribution

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

Containers
Building/Room Container Rolls Chance
garagestorage locker 4 6
gunstore counter 4 6

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

See also