Choke Tube - Improved: Difference between revisions

From PZwiki
No edit summary
mNo edit summary
Line 20: Line 20:


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


Good for wide spreading hordes, but ineffective at taking out single and tight-packed targets.
Could be useful for battling wide spreading hordes, but ineffective at taking out tight-packed and single targets.
 
Can be added to the firearm using a [[screwdriver]].


==Compatible weapons==
==Compatible weapons==

Revision as of 18:00, 14 February 2022

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

Template:Navbox/Weapons