Club Hammer

From PZwiki
Revision as of 09:56, 19 December 2021 by Frogger60 (talk | contribs) (→‎Usage)
Hammer.png
This article is currently under construction.
It is in the process of an expansion or major restructuring. You are welcome to assist in its construction by editing it as well.
If this page has not been updated in a while, please replace this notice with {{Improve}}. Last edit was 19/12/2021.
Club Hammer
Club Hammer
ClubHammer.png
General
Category Weapon (or Tool?)
Encumbrance
Heavy Load
1
Function (Any besides weapon?)
Equipped One-handed
Secondary Image.png
Condition max. 10
Skill Short Blunt
Attachment Belt
Damage
Type SmallBlunt
Attack speed 3
Range 0.61–1 tiles
Damage 0.5–1
Knockback 0.5
Knockdown 0
Technical details
Base ID ClubHammer

TODO

Usage

The Club Hammer does not work in building or dismantling wooden objects like the hammer or stone hammer.

Code

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

	item ClubHammer
		MaxRange			= 1,
		WeaponSprite			= ClubHammer,
		MinAngle			= 0.65,
		Type				= Weapon,
		MinimumSwingTime		= 3,
		KnockBackOnNoDeath		= TRUE,
		SwingAmountBeforeImpact		= 0.02,
		Categories			= SmallBlunt,
		ConditionLowerChanceOneIn	= 25,
		Weight				= 1,
		SplatNumber			= 1,
		PushBackMod			= 0.5,
		SubCategory			= Swinging,
		ConditionMax			= 10,
		MaxHitCount			= 1,
		DoorDamage			= 9,
		CanBarricade			= TRUE,
		SwingAnim			= Bat,
		DisplayName			= Club Hammer,
		MinRange			= 0.61,
		SwingTime			= 3,
		KnockdownMod			= 0,
		SplatBloodOnNoDeath		= TRUE,
		Icon				= ClubHammer,
		RunAnim				= Run_Weapon2,
		IdleAnim			= Idle_Weapon2,
		BreakSound			= ClubHammerBreak,
		DoorHitSound			= ClubHammerHit,
		HitSound			= ClubHammerHit,
		HitFloorSound			= ClubHammerHit,
		SwingSound			= ClubHammerSwing,
		TreeDamage			= 0,
		MetalValue			= 25,
		CriticalChance			= 20,
		CritDmgMultiplier		= 2,
		MinDamage			= 0.5,
		MaxDamage			= 1,
		BaseSpeed			= 1,
		WeaponLength			= 0.23,
		AttachmentType			= Hammer,