Sledgehammer: Difference between revisions

From PZwiki
No edit summary
mNo edit summary
Line 9: Line 9:
The sledgehammer is a heavy melee weapon that quickly encumbers the player. Large and weighty, it cannot be used at all if the player is over-encumbered. Despite these disadvantages, it is capable of killing zombies in one well placed hit. Before using a sledgehammer as a mainstream weapon, take a look at your weapon skills. It is recommended that there are at least 3 points in both swinging and recovery before even considering using it as a mainstream weapon. Even so, the player should beware of misses and should aim properly, is the player misses, it will take some time to recover.
The sledgehammer is a heavy melee weapon that quickly encumbers the player. Large and weighty, it cannot be used at all if the player is over-encumbered. Despite these disadvantages, it is capable of killing zombies in one well placed hit. Before using a sledgehammer as a mainstream weapon, take a look at your weapon skills. It is recommended that there are at least 3 points in both swinging and recovery before even considering using it as a mainstream weapon. Even so, the player should beware of misses and should aim properly, is the player misses, it will take some time to recover.


Sledgehammers can also break down walls. This secondary use is managed like one does with a barricade. The player selects it in their inventory, then, while the sledgehammer icon is still stuck to the mouse cursor, click on the wall.  When done correctly, this will destroy the wall and drop a few planks afterwards.
Sledgehammers can also break down walls and furniture.


The sledgehammer also has a third purpose of being a door and tree chopper, coming second after the [[Axe]]. It can also destroy player made storage items such as [[Crates]]. However beware that ANY ITEMS stored in the container will be lost if destroyed using a sledgehammer.  
The sledgehammer also has a third purpose of being a door and tree chopper, coming second after the [[Axe]]. It can also destroy player made storage items such as [[Crates]]. However beware that ANY ITEMS stored in the container will be lost if destroyed using a sledgehammer.  

Revision as of 10:44, 23 August 2013

Template:Weapons

The sledgehammer is a heavy melee weapon that quickly encumbers the player. Large and weighty, it cannot be used at all if the player is over-encumbered. Despite these disadvantages, it is capable of killing zombies in one well placed hit. Before using a sledgehammer as a mainstream weapon, take a look at your weapon skills. It is recommended that there are at least 3 points in both swinging and recovery before even considering using it as a mainstream weapon. Even so, the player should beware of misses and should aim properly, is the player misses, it will take some time to recover.

Sledgehammers can also break down walls and furniture.

The sledgehammer also has a third purpose of being a door and tree chopper, coming second after the Axe. It can also destroy player made storage items such as Wooden Crate. However beware that ANY ITEMS stored in the container will be lost if destroyed using a sledgehammer.

The sledgehammer is very heavy.

Crafting

Name Recipe Description












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	=	50,
		Weight	=	6,
		SplatNumber	=	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,
}

History

Alpha
RC 2.9.8a Melee weapons debuffed.

See Also

Template:Navbox/Weapons