Sledgehammer: Difference between revisions

From PZwiki
No edit summary
mNo edit summary
Line 7: Line 7:
}}
}}


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 kills zombies in one hit.  
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 kills 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 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.
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.
 
The sledgehammer also has a third purpose of being a door and tree chopper, coming second after the [[Axe]].
== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  

Revision as of 01:00, 29 July 2012

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 kills 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.

The sledgehammer also has a third purpose of being a door and tree chopper, coming second after the Axe.

Crafting

Name Recipe Description












Code

item Sledgehammer
{
	Type				=			Weapon,
	DisplayName			=			Sledgehammer,
	Icon				=			Sledgehamer,
	MinAngle			=			-0.2,
	MaxDamage			=			2.0,
	MinDamage			=			1.5,
	MaxRange 			= 			2.1,
	EnduranceMod		=			5.0,
	SwingAnim			=			Bat,
	WeaponSprite		=			sledgehammer,
	Weight				=			10,
	DoorDamage			=			40,
	MinimumSwingTime 	= 			35,
	SwingTime			=			46,
	SwingAmountBeforeImpact = 		0.2,
	PushBackMod			=			0.9,
	Categories 			=			Blunt,
	DoorHitSound		=			sledgehammer,
	KnockdownMod		=			3.0,
	CantAttackWithLowestEndurance = true,

}

Template:Navbox/Weapons