Spiked Plank: Difference between revisions

From PZwiki
No edit summary
No edit summary
Line 11: Line 11:


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.  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.
It has more durability than the baseball bat, so it is much more useful when running is the best plan.
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 09:01, 30 May 2012


Template:Weapons


An improvement on the normal plank. The spiked planks increase the push distance of the normal Plank by 2 or 3 times, making this a very effective weapon for pushing through a crowd of zombies. 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

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		=			plank,
	Weight				=			8,
	WeaponWeight		=			2.5,
	DoorDamage			=			5,
	MinimumSwingTime 	= 			15,
	SwingTime			=			26,
	SwingAmountBeforeImpact = 		0.2,
	PushBackMod			=			2.5,
	ConditionLowerChanceOneIn = 	5,
	ConditionMax 		= 			8,
	Categories 			=			Improvised,

}

Template:Navbox/Weapons