Choke Tube - Improved: Difference between revisions

From PZwiki
m (Automated Formatting)
m (Distribution table update)
Line 29: Line 29:
The loot distributions can be found in the table(s) below.
The loot distributions can be found in the table(s) below.


{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
<!--BOT FLAG|ChokeTubeImproved|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
! Building/Room
    <div>ChokeTubeImproved distribution
! Container
        <span class="mw-customtoggle-togglebox-ChokeTubeImproved" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
! style="width: 3.2em;" | Rolls
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-ChokeTubeImproved">
! style="width: 3.2em;" | Chance
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
|-
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
|garagestorage
    |+ {{ll|Containers}}
|[[locker]]
    ! Building / Room
|4
    ! Container
|6
    ! Rolls
|-
    ! Chance
|gunstore
    |-
|[[counter]]
    | garagestorage
|4
    | {{ll|locker}}
|6
    | 4
|}
    | 6.0
    |-
    | gunstore
    | {{ll|counter}}
    | 4
    | 6.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-ChokeTubeImproved" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|ChokeTubeImproved|41.78.16-->


==Code==
==Code==

Revision as of 15:13, 24 April 2024

Project ZomboidItemsWeaponsFirearmsWeapon partsChoke Tube - Improved
Spiffo controlyourself.png
This page was last updated for an older version (41.65).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Choke Tube Improved
Shotgun Choke Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Used in
Shotgun2.png
Part type
Canon
Performance
Damage
-0.5
Spread
-0.1
Encumbrance mod.
0.1
Technical
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 significantly decreases damage. Can be attached using a screwdriver.

Could be useful for battling wide spreading hordes, but ineffective at taking out tight-packed and single targets.

Compatible weapons

Distribution

The loot distributions can be found in the table(s) below.

ChokeTubeImproved distribution Show / Hide
Containers
Building / Room Container Rolls Chance
garagestorage locker 4 6.0
gunstore counter 4 6.0

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
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