Sledgehammer: Difference between revisions

From PZwiki
mNo edit summary
mNo edit summary
Line 118: Line 118:
{{Navbox/Tools}}{{Navbox/Weapons}}
{{Navbox/Tools}}{{Navbox/Weapons}}
[[Category:Tools]]
[[Category:Tools]]
[[Category:Spiffo's Construction Crew (Project)]]

Revision as of 07:37, 18 July 2018


Template:WeaponsThe sledgehammer is a two-handed blunt melee weapon that can deal a great amount of damage at the cost of being cumbersome. It is a highly risky weapon to use because of the weight on the person that continuously weighs down on the player and slows them down. The sledgehammer is unable to be used while exhausted.



The sledgehammer has the highest max damage output of all weapons as well as the highest average damage. It is plagued with the longest swing time of all melee weapons, requiring the player to plan his attacks against zombies.

Sledgehammers are usually found in crates and metal shelving. The sledgehammer's durability is exceptionally good and it takes a long time to break a Sledgehammer. (1/40 chance of durability loss)

The sledgehammer also functions as an effective door-breaker and tree chopper. It has the ability to do 40 door damage compared to the Axe's 35. It can also provide manually 10 tree damage.

The sledgehammer is one of the few weapons that can attack 3 zombies at a time, and is a triple attack weapon (compared to the baseball bat which can hit 2). Attacking however with a sledgehammer is extremely tricky due to its swing speed and care should be taken as a extremely tired character cannot swing the sledgehammer.


Destruction of Blocks

The sledgehammer can also be used to destroy walls, doors, windows and other miscellaneous objects, this is done by right clicking and activating the "Destroy" function on the equipped Sledgehammer. Then a red box will appear. Right click on a structure that will be highlighted with red under the cursor, and then destroy. After a short animation the structure will be destroyed.

(Left) Showing the Destroy function on the sledgehammer. (Right) Showing the destruction of a wall.



Alternate Uses

The sledgehammer like the baseball bat can be used to smash a watermelon.

Name Recipe Description














Materials to Repair

Item Repaired 1st Repair Materials =
55% Repaired, 100% Success

20% Repaired, 95% Success

10% Repaired, 95% Success

10% Repaired, 95% Success
Sledgehammer.png

Sledgehammer

Woodglue.png

Wood Glue (2 Uses)
(Requires Carpentry Level 2)

DuctTape.png

Duct Tape (2 Uses)

Glue.png

Glue (3 Uses)

Scotchtape.png

Adhesive Tape (4 Uses)



Repair Code

    fixing Fix Sledgehammer

       Require : Sledgehammer,

       Fixer : Woodglue=2; Woodwork=2,
       Fixer : DuctTape=2,
       Fixer : Glue=3,
       Fixer : Scotchtape=4,
 



Code

	
	item Sledgehammer
		MaxRange			= 1.9,
		WeaponSprite			= Sledgehammer,
		MinAngle			= 0.2,
		Type				= Weapon,
		MinimumSwingTime		= 4,
		EnduranceMod			= 6,
		KnockBackOnNoDeath		= TRUE,
		SwingAmountBeforeImpact		= 0.04,
		Categories			= Blunt,
		ConditionLowerChanceOneIn	= 40,
		Weight				= 6,
		SplatN.umber			= 1,
		PushBackMod			= 1,
		MaxDamage			= 3,
		SubCategory			= Swinging,
		ConditionMax			= 10,
		MaxHitCount			= 3,
		DoorDamage			= 40,
		IdleAnim			= Idle_Weapon2,
		CantAttackWithLowestEndurance	= TRUE,
		SwingAnim			= Sledgehammer,
		WeaponWeight			= 6,
		DisplayName			= Sledgehammer,
		MinRange			= 0.7,
		SwingTime			= 4,
		DoorHitSound			= sledgehammer,
		MinDamage			= 2,
		KnockdownMod			= 3,
		SplatBloodOnNoDeath		= FALSE,
		Icon				= Sledgehamer,
		RunAnim				= Run_Weapon2,
        	TwoHandWeapon 			= TRUE,
        	BreakSound  			= PZ_WoodSnap,
        	TreeDamage  			= 10,
        	MetalValue 			= 120,

History

Alpha
Build 26 The sledgehammer will lose condition when used to destroy things.
RC 2.9.8a Melee weapons debuffed.
0.2.0a Sledgehammer added

Template:Navbox/ToolsTemplate:Navbox/Weapons