Spiked Plank: Difference between revisions

From PZwiki
No edit summary
Line 10: Line 10:




An improvement on the normal plank.  The spiked planks increase the push distance of the normal [[Wood Planks]] by 2 or 3 times, making this a very effective weapon for pushing through a crowd of zombies.
An improvement on the normal plank made by hammering a nail into a regular wooden plank. Although the pushback is reduced by quite a bit, the damage is increased to match the levels of the pool cue. Unfortunately, the durability is reduced slightly as well.
It has more durability than the baseball bat, so it is much more useful when running is the best plan. However, there are better weapons out there.


== Crafting ==
== Crafting ==

Revision as of 04:05, 3 November 2012


Template:Weapons


An improvement on the normal plank made by hammering a nail into a regular wooden plank. Although the pushback is reduced by quite a bit, the damage is increased to match the levels of the pool cue. Unfortunately, the durability is reduced slightly as well.

Crafting

Name Recipe Description












Code

item PlankNail
{
	Type				=			Weapon,
		DisplayName			=			Nailed Plank,
		Icon				=			PlankNail,
		MinAngle			=			-0.2,
		MaxDamage			=			0.8,
		MinDamage			=			0.6,
		MaxRange 			= 			2.0,
		SwingAnim			=			Bat,
		WeaponSprite		=			WoodPlank,
		Weight				=			8,
		WeaponWeight		=			2.5,
		DoorDamage			=			5,
		MinimumSwingTime 	= 			2.0,
		SwingTime			=			2.0,
		SwingAmountBeforeImpact = 		0.02,
		PushBackMod			=			2.5,
		ConditionLowerChanceOneIn = 	5,
		ConditionMax 		= 			8,
		Categories 			=			Improvised,

}

Template:Navbox/Weapons