Nightstick: Difference between revisions

From PZwiki
mNo edit summary
m (minor fixes)
Line 1: Line 1:
{{languages|Nightstick}}
{{languages|Nightstick}}
{{header|Project Zomboid|Items|Weapons|Melee Weapons|type=Weapon|version=Version 41.5|incver=0}}{{Infobox weapon
{{header|Project Zomboid|Items|Weapons|Melee Weapons|type=Weapon|version=Version 41|incver=50}}{{Infobox weapon
|display_name=Nightstick
|display_name=Nightstick
|name_colour=Weapon
|name_colour=Weapon
Line 6: Line 6:
|image=
|image=
|image_width=
|image_width=
|alternate_image=
|alternate_image=NightStick.png
|alternate_name=
|alternate_name=
|alternate_link=
|alternate_link=
Line 43: Line 43:
===Item===
===Item===
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41.50|incver=0}}
{{Retrieved|version=41|incver=50}}
<pre> item Nightstick
<pre> item Nightstick
         MaxRange = 1.2,
         MaxRange = 1.2,
Line 82: Line 82:




{{Navbox/Tools}}{{Navbox/Weapons}}
{{Navbox/Weapons}}{{Navbox_weapons}}
[[Category:Tools]]

Revision as of 11:38, 28 February 2021

Nightstick
NightStick.png
General
Category Weapon
Encumbrance
Heavy Load
1.5
Equipped One-handed
Condition max. 15
Skill Long Blunt
Damage
Type Blunt
Attack speed 2
Range 0.61–1.2 tiles
Damage 0.6–1.1
Knockback 0.3
Knockdown 0
Technical details
Base ID Base.Nightstick

A Nightstick is a blunt melee weapon.

Usage

Weapon

The frying pan has a short range and can only hit one opponent per swing, making it difficult to fight multiple zombies at once, especially since it has a long swing time.

Breaking doors

It is mostly ineffective at bashing down doors, dealing just 1 damage per hit. For comparison, an axe deals 35 damage.

Chopping trees

It cannot be used to chop trees, dealing 0 damage per hit. For comparison, an axe deals 35 damage.

Condition

The Nightstick is a blunt weapon, therefore being influenced by the blunt skills: accuracy, guard and maintenance. It has a maximum condition of 15 and will be damaged depending on the player's maintenance skill. The chance of losing durability is: 1 in (20 + maintenance x 2)

Distribution

Nightsticks are often found on Police Officers and in Police Stations.

Code

Item

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.50

	item Nightstick
        MaxRange	=	1.2,
        WeaponSprite	=	Nightstick,
        MinAngle	=	0.72,
        Type	=	Weapon,
        MinimumSwingTime	=	2,
        KnockBackOnNoDeath	=	FALSE,
        SwingAmountBeforeImpact	=	0.02,
        Categories	=	SmallBlunt,
        ConditionLowerChanceOneIn	=	20,
        Weight	=	1.5,
        SplatNumber	=	1,
        PushBackMod	=	0.3,
        SubCategory	=	Swinging,
        ConditionMax	=	15,
        MaxHitCount	=	2,
        DoorDamage	=	1,
        SwingAnim	=	Bat,
        DisplayName	=	Nightstick,
        MinRange	=	0.61,
        SwingTime	=	2,
        KnockdownMod	=	0,
        SplatBloodOnNoDeath	=	FALSE,
        Icon	=	NightStick,
        RunAnim	=	Run_Weapon2,
        IdleAnim	=	Idle_Weapon2,
        BreakSound  =   BreakMetalItem,
        TreeDamage  =   0,
        CriticalChance	=	25,
        CritDmgMultiplier = 2,
        MinDamage	=	0.6,
        MaxDamage	=	1.1,
        BaseSpeed = 1,
        WeaponLength = 0.45,
        AttachmentType = Nightstick,


Template:Navbox/Weapons