Nightstick: Difference between revisions

From PZwiki
m (→‎top: category & header updates)
m (→‎top: New infobox upgrade - Short Blunt)
Line 2: Line 2:
{{header/sandbox2|Project Zomboid|Items|Weapons|Melee weapons|Short blunt weapons}}
{{header/sandbox2|Project Zomboid|Items|Weapons|Melee weapons|Short blunt weapons}}
{{page version|41.50}}
{{page version|41.50}}
{{Infobox weapon
{{Infobox item
|display_name=Nightstick
|name=Nightstick
|name_colour=Weapon
|model=NightStick Model.png
|name_text_colour=Weapon
|icon=NightStick.png
|image=NightStick Model.png
|icon_name=
|image_width=200px
|alternate_image=NightStick.png
|alternate_name=
|alternate_link=
|category=Weapon
|category=Weapon
|weight=1.5
|weight=1.5
Line 23: Line 19:
|push_back=0.3
|push_back=0.3
|knockdown=0
|knockdown=0
|class_name=Base.Nightstick
|item_id=Base.Nightstick
}}
}}
A '''nightstick''' is a blunt melee [[Weapons|weapon]].
A '''nightstick''' is a blunt melee [[Weapons|weapon]].

Revision as of 14:13, 26 January 2024

Template:Header/sandbox2

Spiffo controlyourself.png
This page was last updated for an older version (41.50).
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.
Nightstick
NightStick Model.png
General
Category
Weapon
Encumbrance
Moodle Icon HeavyLoad.png
1.5
Equipped
One-handed
Properties
Max condition
15
Performance
Damage
0.6–1.1
Range
0.61–1.2
Knockback
0.3
Knockdown
0
Technical
Item ID
Base.Nightstick

A nightstick is a blunt melee weapon.

Usage

Weapon

The Nightstick has a short range and can hit up to two enemies per swing, making it a useful weapon for controlling small groups of zombies. It also seems to be very good for knocking down zombies, further adding to its usefulness.

Breaking doors

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

Condition

The Nightstick is a small 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 and found impaled in the stomach of zombies about 15 or 18 days after the Knox Event.

Code

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

Source: ProjectZomboid\media\scripts\items_weapons.txt

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,
}