Choke Tube - Full

From PZwiki
Revision as of 17:05, 2 June 2019 by Vaileasys (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.1
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

Gives increased range and damage for a shotgun, but decreases the blast arc.

Better for longer range shooting.

Can be added to a shotgun using a screwdriver.

Compatible weapons

Shotgun Shotgun (disambiguation)

Code

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

	item ChokeTubeFull
		Type 		= WeaponPart,
		DisplayName 	= Choke Tube Full,
		Icon 		= ShotgunChoke,
		Weight 		= 0.1,
		WeightModifier 	= 0.1,
		AngleModifier 	= 0.1,
		DamageModifier 	= 0.5,
		MountOn 	= Shotgun,
		PartType 	= Canon,
		Tooltip 	= Tooltip_ChokeTubeFull,
		MetalValue	= 12,


See also

Template:Navbox/Weapons