Hammer: Difference between revisions

From PZwiki
mNo edit summary
Line 17: Line 17:
! class="unsortable" | Recipe  
! class="unsortable" | Recipe  
! class="unsortable" | Description
! class="unsortable" | Description
{{RecipeLookup|26}}
{{RecipeLookup|1008}}
{{RecipeLookup|1}}
{{RecipeLookup|1000}}
{{RecipeLookup|5}}
{{RecipeLookup|3001}}
{{RecipeLookup|10}}
{{RecipeLookup|1002}}
{{RecipeLookup|34}}
{{RecipeLookup|2015}}
|}
|}



Revision as of 22:02, 16 November 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
{
	MaxRange	=	1,
		WeaponSprite	=	Hammer,
		MinAngle	=	0,
		Type	=	Weapon,
		MinimumSwingTime	=	3,
		KnockBackOnNoDeath	=	TRUE,
		SwingAmountBeforeImpact	=	0.02,
		Categories	=	Blunt,
		ConditionLowerChanceOneIn	=	30,
		Weight	=	1,
		SplatNumber	=	0,
		PushBackMod	=	0.5,
		MaxDamage	=	1,
		SubCategory	=	Swinging,
		ConditionMax	=	10,
		MaxHitCount	=	1,
		DoorDamage	=	9,
		CanBarricade	=	TRUE,
		SwingAnim	=	Bat,
		WeaponWeight	=	1,
		DisplayName	=	Hammer,
		MinRange	=	0.61,
		SwingTime	=	3,
		MinDamage	=	0.5,
		KnockdownMod	=	0,
		SplatBloodOnNoDeath	=	TRUE,
		Icon	=	Hammer,
}

History

Pre Alpha
Initial Added to the game.

See Also

Template:Navbox/Weapons