Hammer: Difference between revisions

From PZwiki
mNo edit summary
Line 5: Line 5:
|primaryuse = Barricading / Crafting
|primaryuse = Barricading / Crafting
|otheruses = Melee Weapon  
|otheruses = Melee Weapon  
|weight = 7
|weight = 0.9
}}
}}
The hammer is considered one of the most fundamental items in the game because of its use in fortification. The [[hammer]] can be used either as a [[weapon]] or as a tool to build a variety of different structures and items in game (see below). It's used primarily in combination with [[Wooden Plank]]s and [[Nails]] to create helpful barricades which increase the strength of [[doors]], [[window]]s, etc and also makes them inaccessible. The hammer also can be used to turn a regular baseball bat into a nail bat. The hammer then has a fourth purpose of smashing watermelons.
The hammer is considered one of the most fundamental items in the game because of its use in fortification. The [[hammer]] can be used either as a [[weapon]] or as a tool to build a variety of different structures and items in game (see below). It's used primarily in combination with [[Wooden Plank]]s and [[Nails]] to create helpful barricades which increase the strength of [[doors]], [[window]]s, etc and also makes them inaccessible.


When used as a weapon, the hammer usually requires two well placed and well aimed hits to kill a [[zombie]]. The hammer has a short range and a medium sized knock back, so you should be careful about missing. It can also be used to bash down doors or break windows, but is rather slow at doing so.
When used as a weapon, the hammer is powerful enough to kill a [[zombie]]. The hammer has a short range and a low knock back, so a wielder should be careful about missing. It can also be used to bash down doors or break windows, but is rather slow at doing so.


== Crafting ==
== Crafting ==
Line 29: Line 29:
Type = Weapon,
Type = Weapon,
DisplayName = Hammer,
DisplayName = Hammer,
    SubCategory    =    Swinging,
Icon = Hammer,
Icon = Hammer,
MinAngle = 0,
MinAngle = 0,
Line 37: Line 38:
SwingAnim = Bat,
SwingAnim = Bat,
WeaponSprite = Hammer,
WeaponSprite = Hammer,
Weight = 7,
Weight = 0.9,
WeaponWeight = 1.5,
WeaponWeight = 1.5,
DoorDamage = 10,
DoorDamage = 10,

Revision as of 14:52, 4 May 2013


Template:Tools The hammer is considered one of the most fundamental items in the game because of its use in fortification. The hammer can be used either as a weapon or as a tool to build a variety of different structures and items in game (see below). It's used primarily in combination with Wooden Planks and Nails to create helpful barricades which increase the strength of doors, windows, etc and also makes them inaccessible.

When used as a weapon, the hammer is powerful enough to kill a zombie. The hammer has a short range and a low knock back, so a wielder should be careful about missing. It can also be used to bash down doors or break windows, but is rather slow at doing so.

Crafting

Name Recipe Description




























































Code

item Hammer
{
	Type				=			Weapon,
		DisplayName			=			Hammer,
    SubCategory    =     Swinging,
		Icon				=			Hammer,
		MinAngle			=			0,
		MaxDamage			=			1.1,
		MinDamage			=			1.0,
		MaxRange 			= 			1.0,
		MinRange 			= 			0.2,
		SwingAnim			=			Bat,
		WeaponSprite		=			Hammer,
		Weight				=			0.9,
		WeaponWeight		=			1.5,
		DoorDamage			=			10,
		MinimumSwingTime 	= 			2.0,
		SwingTime			=			2.0,
		SwingAmountBeforeImpact = 		0.02,
		CanBarricade 		=			true,
		MaxHitCount 		=			1,
		Categories 			=			Blunt,
}

Template:Navbox/Weapons