Choke Tube - Full: Difference between revisions

From PZwiki
(Attachment no longer gives increased range, only increased damage & decreased spread.)
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 Full
|display_name = Choke Tube Full
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==
Gives increased damage for a [[shotgun]], but decreases the blast arc.
Significantly increases damage of a [[JS-2000 Shotgun]], but decreases the blast arc to 4 tiles from 5. Can be attached 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]] [[JS-2000 Shotgun]]


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


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

Revision as of 17:58, 14 February 2022

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.05
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

Significantly increases damage of a JS-2000 Shotgun, but decreases the blast arc to 4 tiles from 5. Can be attached using a screwdriver.

Compatible weapons

Shotgun2.png JS-2000 Shotgun

Code

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

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

See also

Template:Navbox/Weapons