Choke Tube - Full

From PZwiki
Revision as of 17:58, 14 February 2022 by Lextar (talk | contribs)
The Game WorldItemsWeaponsFirearmsWeapon PartsChoke Tube - Full
Choke Tube Full
Choke Tube Full
General
Category Weapon mod
Encumbrance
Heavy Load
0.1
Weapon(s) Shotgun2.png
Part type Canon
Modifiers
Encumbrance 0.1
Spread 0.05
Damage 0.5
Technical details
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

Code

From newitems.txt (Project Zomboid directory/media/scripts/) 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

Template:Navbox/Weapons