Choke Tube - Improved: Difference between revisions

From PZwiki
(Add iwbums navbox)
No edit summary
Line 1: Line 1:
{{languages}}
{{languages}}
{{header|The Game World|Items|Weapons|Firearms|Weapon Parts|type=Weapon|version=Version 40|incver=43}}
{{header|The Game World|Items|Weapons|Firearms|Weapon Parts|type=Weapon|version=Version 41|incver=65}}
{{Infobox weapon mod
{{Infobox weapon mod
|display_name = Choke Tube Improved
|display_name = Choke Tube Improved
Line 9: Line 9:
<!--GENERAL-->
<!--GENERAL-->
|weight = 0.1
|weight = 0.1
|weapon = [[File:Shotgun2.png|link=Shotgun]]
|weapon = [[File:Shotgun2.png|link=JS-2000 Shotgun]]
|part_type = Canon
|part_type = Canon
<!--MODIFIERS-->
<!--MODIFIERS-->
Line 20: Line 20:


==Usage==
==Usage==
Increases the blast arc and noise radius of a [[shotgun]], while decreasing shooting range and damage.
Increases the blast arc of a [[JS-2000 Shotgun]] to 6 tiles from 5, but noticeably decreases damage.


Good for close bunched up hordes, but ineffective at taking out single targets.
Good for wide spreading hordes, but ineffective at taking out single and tight-packed targets.


Can be added to a shotgun using a [[screwdriver]].
Can be added to the firearm using a [[screwdriver]].


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


==Code==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=43}}
{{Retrieved|version=41|incver=65}}
<pre> item ChokeTubeImproved
<pre>   item ChokeTubeImproved
Type = WeaponPart,
    {
DisplayName = Choke Tube Improved,
        DisplayCategory = WeaponPart,
Icon = ShotgunChoke,
        Type = WeaponPart,
Weight = 0.1,
        DisplayName = Choke Tube Improved,
WeightModifier = 0.1,
        Icon = ShotgunChoke,
AngleModifier = -0.1,
        Weight = 0.1,
DamageModifier = -0.5,
        WeightModifier = 0.1,
MountOn = Shotgun,
        AngleModifier = -0.1,
PartType = Canon,
        DamageModifier = -0.5,
Tooltip = Tooltip_ChokeTubeImproved,
        MountOn = Shotgun,
MetalValue = 12,</pre>
        PartType = Canon,
        Tooltip = Tooltip_ChokeTubeImproved,
        MetalValue = 12,
        WorldStaticModel = Shotgun_Choke_Ground,
    }</pre>


==See also==
==See also==

Revision as of 17:55, 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 noticeably decreases damage.

Good for wide spreading hordes, but ineffective at taking out single and tight-packed targets.

Can be added to the firearm using a screwdriver.

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