![]() |
PZwiki Update Project — Project Zomboid has received its largest update ever. We need your help to get the wiki updated to build 41! Want to get started? See the community portal or join the discussion on the official Discord (pzwiki_editing). We appreciate any level of contribution. |
Choke Tube Improved
Jump to navigation
Jump to search
Choke tube improved is a weapon mod.
![]() |
English |
Navigation:Main Index>The Game World>Items>Weapons>Firearms>Weapon Parts>Choke Tube ImprovedPage Updated: Version 41.65
Choke Tube Improved | |
---|---|
![]() | |
General | |
Category | Weapon mod |
Weight | 0.1 |
Weapon(s) |
![]() |
Part type | Canon |
Modifiers | |
Weight mod. | 0.1 |
Spread mod. | -0.1 |
Damage mod. | -0.5 |
Technical details | |
Base ID | Base.ChokeTubeImproved |
“ | “Shotgun attachment. Provides a wider blast but decreased damage.” |
— In-game tooltip |
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 | |
---|---|
Version 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