Hockey Stick

From PZwiki
Revision as of 07:22, 16 August 2021 by LethalCitizen (talk | contribs) (Multi-hit info)
Hockey Stick
Hockey Stick
FieldHockeyStick.png
General
Category Weapon
Encumbrance
Heavy Load
1.5
Equipped Two-handed
Condition max. 7
Skill Long Blunt
Damage
Type Blunt
Attack speed 2
Range 0.61–1.6 tiles
Damage 0.3–0.7
Knockback 0.3
Knockdown 0
Technical details
Base ID Base.HockeyStick

A Hockey Stick is a long blunt weapon. The hockey stick can be attached to the character's back for quick access and weight reduction

Usage

Pros Cons
  • Long reach.
  • Not too heavy for a two-handed weapon.
  • Poor damage.
  • Low durability. Having backup weapons is recommended.

Multi-hit

In modes with multi-hit enabled, hockey sticks can hit a maximum of two targets in one swing.

Distribution

Buildings

Zombies

  • Hockey sticks can sometimes be found attached to bandit zombies which can be found at a bandit ambush vehicle story.

Gallery

Code

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

	item HockeyStick
		MaxRange		= 1.6,
		WeaponSprite		= HockeyStick,
		MinAngle		= 0.85,
		Type			= Weapon,
		MinimumSwingTime	= 2,
		KnockBackOnNoDeath	= FALSE,
		SwingAmountBeforeImpact	= 0.02,
		Categories		= Improvised;Blunt,
		ConditionLowerChanceOneIn = 5,
		Weight			= 1.5,
		SplatNumber		= 1,
		PushBackMod		= 0.3,
		SubCategory		= Swinging,
		ConditionMax		= 7,
		MaxHitCount		= 2,
		DoorDamage		= 1,
		SwingAnim		= Bat,
		DisplayName		= Hockey Stick,
		MinRange		= 0.61,
		SwingTime		= 2,
		KnockdownMod		= 0,
		SplatBloodOnNoDeath	= FALSE,
		Icon			= FieldHockeyStick,
		RunAnim			= Run_Weapon2,
		IdleAnim		= Idle_Weapon2,
		BreakSound		= BreakWoodItem,
		TreeDamage		= 0,
		TwoHandWeapon		= TRUE,
		CriticalChance		= 30,
		CritDmgMultiplier	= 2,
		MinDamage		= 0.3,
		MaxDamage		= 0.7,
		BaseSpeed		= 0.9,
		AttachmentType		= Shovel,

Template:Navbox/Weapons