Club Hammer: Difference between revisions

From PZwiki
No edit summary
m (Cleanup)
Line 1: Line 1:
{{underconstruction}}
{{Underconstruction}}{{Languages}}{{Header|Project Zomboid|Items|Weapons|Melee Weapons|type=Weapon|version=Version 41|incver=55}}
{{languages|{{PAGENAME}}}}
{{header|Project Zomboid|Items|Weapons|Melee Weapons|type=Weapon|version=Version 41|incver=55}}
{{Infobox weapon
{{Infobox weapon
|display_name=Club Hammer
|display_name=Club Hammer
Line 7: Line 5:
|name_text_colour=Weapon
|name_text_colour=Weapon
|image=image.png
|image=image.png
|image_width=200px
|image_width=300px
|alternate_image=ClubHammer.png
|alternate_image=ClubHammer.png
|alternate_name=Club Hammer
|alternate_name=Club Hammer
Line 28: Line 26:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=ClubHammer
|class_name=ClubHammer
}}
}}'''''TODO'''''
'''''TODO'''''


== Usage ==
==Usage==
The Club Hammer does not work in building or dismantling wooden objects unlike like the hammer, ball-peen hammer, or stone hammer which all are able to build and dismantle objects. Currently, the club hammer is only used as a weapon. However, it can be confusing because it is categorized as a tool/weapon in the game.
The Club Hammer does not work in building or dismantling wooden objects unlike like the hammer, ball-peen hammer, or stone hammer which all are able to build and dismantle objects. Currently, the club hammer is only used as a weapon. However, it can be confusing because it is categorized as a tool/weapon in the game.


== Distribution ==  
==Distribution==  
Club hammers can be found in sheds, garages, warehouses, house closets, and tool shops.
Club hammers can be found in sheds, garages, warehouses, house closets, and tool shops.


== Code ==
==Code==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=55}}
{{Retrieved|version=41|incver=55}}
<pre> item ClubHammer
<pre>
item ClubHammer
MaxRange = 1,
MaxRange = 1,
WeaponSprite = ClubHammer,
WeaponSprite = ClubHammer,
Line 83: Line 81:
</pre>
</pre>


{{Navbox_weapons}}
{{Navbox equipment}}
{{Navbox weapons}}

Revision as of 23:49, 5 April 2023

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 05/04/2023.
Club Hammer
Club Hammer
Club Hammer
General
Category Weapon
Encumbrance
Heavy Load
1
Equipped One-handed
Condition max. 10
Skill Short Blunt
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 unlike like the hammer, ball-peen hammer, or stone hammer which all are able to build and dismantle objects. Currently, the club hammer is only used as a weapon. However, it can be confusing because it is categorized as a tool/weapon in the game.

Distribution

Club hammers can be found in sheds, garages, warehouses, house closets, and tool shops.

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,