Choke Tube - Improved

From PZwiki
Revision as of 14:37, 26 February 2023 by Faalagorn (talk | contribs) (Remove 128px, minor fixes)
The Game WorldItemsWeaponsFirearmsWeapon PartsChoke Tube - Improved
Choke Tube Improved
Choke Tube Improved
General
Category Weapon mod
Encumbrance
Heavy Load
0.1
Weapon(s) Shotgun2.png
Part type Canon
Modifiers
Encumbrance 0.1
Spread -0.1
Damage -0.5
Technical details
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

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.65

    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