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

Choke Tube - Improved

From PZwiki
Project ZomboidItemsWeaponsFirearmsWeapon partsChoke Tube - Improved
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 - Improved
Shotgun Choke Model.png
General
Category
WeaponPart
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Used in
JS-2000 Shotgun
Part type
Canon
Properties
metal quantity
12
Performance
Damage
-0.5
Spread
-0.1
Encumbrance mod.
0.1
Technical
Item ID
Base.ChokeTubeImproved
Shotgun attachment. Provides a wider blast but decreased damage.
— In-game tooltip

Choke tube improved is a weapon mod.

Usage

Increases the blast arc of a JS-2000 Shotgun to 6 tiles from 5, but significantly decreases damage. Can be attached using a screwdriver.

Could be useful for battling wide spreading hordes, but ineffective at taking out tight-packed and single targets.

Compatible weapons

Location

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

ChokeTubeImproved 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
garagestorage locker 15.52%
gunstore counter 15.52%
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
- - - - - - -

Variants

History

Base.ChokeTubeImproved

Version Description
Build 41.65 DisplayCategory added with value WeaponPart.
Build 41.54 WorldStaticModel added with value Shotgun_Choke_Ground.
Build 35.25b MetalValue added with value 12.
Build 30.12 Tooltip changed from Reduce the Damage but increase the Angle to Tooltip_ChokeTubeImproved.
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 ChokeTubeImproved
    {
        DisplayCategory = WeaponPart,
        Type = WeaponPart,
        DisplayName = Choke Tube Improved,
        Icon = ShotgunChoke,
        Weight = 0.1,
        WeightModifier = 0.1,
        AngleModifier = -0.1,
        DamageModifier = -0.5,
        MountOn = Shotgun,
        PartType = Canon,
        Tooltip = Tooltip_ChokeTubeImproved,
        MetalValue = 12,
        WorldStaticModel = Shotgun_Choke_Ground,
    }

See also