Choke Tube - Improved

From PZwiki
Revision as of 10:21, 24 November 2021 by Thing II (talk | contribs) (Add iwbums navbox)
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 and noise radius of a shotgun, while decreasing shooting range and damage.

Good for close bunched up hordes, but ineffective at taking out single targets.

Can be added to a shotgun using a screwdriver.

Compatible weapons

Code

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

	item ChokeTubeImproved
		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,

See also

Template:Navbox/Weapons