Choke Tube - Full: 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}}
{{Consumables
{{Infobox weapon mod
|image = ShotgunChoke.png
|display_name = Choke Tube Full
|weight = 0.1
|name_colour = Weapon
}}
|name_text_colour = Weapon
==Description==
|image = ShotgunChoke_128px.png
|image_width = 128px
<!--GENERAL-->
|weight = 0.1
|weapon = [[File:Shotgun2.png|link=Shotgun]]
|part_type = Canon
<!--MODIFIERS-->
|weight_mod = 0.5
|spread_mod = 0.1
|damage_mod = 0.5
<!--TECHNICAL DETAILS-->
|class_name = Base.ChokeTubeFull
}}{{quote|text=Shotgun attachment. Provides a narrower blast and increased damage.|author=In-game tooltip}}'''Choke tube full''' is a weapon mod.


==Usage==
Gives increased range and damage for a [[shotgun]], but decreases the blast arc.
Gives increased range and damage for a [[shotgun]], but decreases the blast arc.


Line 13: 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 ChokeTubeFull
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
    {
{{Retrieved|version=40|incver=43}}
        Type = WeaponPart,
<pre> item ChokeTubeFull
        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.1,
WeightModifier = 0.1,
        DamageModifier = 0.5,
AngleModifier = 0.1,
        MountOn = Shotgun,
DamageModifier = 0.5,
        PartType = Canon,
MountOn = Shotgun,
        Tooltip = Tooltip_ChokeTubeFull,
PartType = Canon,
    }</nowiki>
Tooltip = Tooltip_ChokeTubeFull,</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:weapons]]
[[Category:Weapon Parts]]
[[Category:Weapon Parts]]

Revision as of 15:31, 2 June 2019

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.5
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,


See also

Template:Navbox/Weapons