Choke Tube - Improved: Difference between revisions

From PZwiki
No edit summary
(added header and new infobox)
Line 1: Line 1:
{{languages}}{{Notice|Short}}
{{languages}}
{{header|The Game World|Items|Weapons|Firearms|Weapon Parts|type=Weapon|version=Version 40|incver=43}}
{{Infobox weapon mod
|display_name = Choke Tube Improved
|name_colour = Weapon
|name_text_colour = Weapon
|image = ShotgunChoke_128px.png
|image_width = 128px
<!--GENERAL-->
|weight = 0.1
|weapon = [[File:Shotgun2.png|link=Shotgun]]
|part_type = Canon
<!--MODIFIERS-->
|weight_mod = 0.1
|spread_mod = -0.1
|damage_mod = -0.5
<!--TECHNICAL DETAILS-->
|class_name = Base.ChokeTubeImproved
}}{{quote|text=Shotgun attachment. Provides a wider blast but decreased damage.|author=In-game tooltip}}'''Choke tube improved''' is a weapon mod.


{{Consumables
==Usage==
|image = ShotgunChoke.png
|weight = 0.1
}}
==Description==
Increases the blast arc and noise radius of a [[shotgun]], while decreasing shooting range and damage.
Increases the blast arc and noise radius of a [[shotgun]], while decreasing shooting range and damage.


Line 12: Line 26:
Can be added to a shotgun using a [[screwdriver]].
Can be added to a shotgun using a [[screwdriver]].


==Compatible Weapons==
==Compatible weapons==
[[File:Shotgun2.png|32px|link=Shotgun|Shotgun]] [[Shotgun|Shotgun]]
*[[File:Shotgun2.png|32px|link=Shotgun|Shotgun]] [[Shotgun|Shotgun]]


== Code ==
==Code==
<nowiki>item ChokeTubeImproved
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
    {
{{Retrieved|version=40|incver=43}}
        Type = WeaponPart,
<pre> item ChokeTubeImproved
        DisplayName = Choke Tube Improved,
Type = WeaponPart,
        Icon = ShotgunChoke,
DisplayName = Choke Tube Improved,
        Weight = 0.1,
Icon = ShotgunChoke,
        WeightModifier = 0.1,
Weight = 0.1,
        AngleModifier = -0.1,
WeightModifier = 0.1,
        DamageModifier = -0.5,
AngleModifier = -0.1,
        MountOn = Shotgun,
DamageModifier = -0.5,
        PartType = Canon,
MountOn = Shotgun,
        Tooltip = Tooltip_ChokeTubeImproved,
PartType = Canon,
    }</nowiki>
Tooltip = Tooltip_ChokeTubeImproved,</pre>
 
== History ==
 
{| class="wikitable" width="550" style="text-align:center;"
|-
! Alpha || 
|-
| - || -
|}
 
==See Also==
* [[Items#Firearm Modifications|Firearm Modifications]]


==See also==
* [[Weapon mods]]
* [[Weapons]]


{{Navbox/Weapons}}
{{Navbox/Weapons}}
[[Category:weapons]]
[[Category:Weapon Parts]]

Revision as of 15:43, 2 June 2019

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,

See also

Template:Navbox/Weapons