Spiked Plank: Difference between revisions

From PZwiki
No edit summary
Line 25: Line 25:
{
{
Type = Weapon,
Type = Weapon,
DisplayName = Nailed Plank,
DisplayName = Nailed Plank,
Icon = PlankNail,
Icon = PlankNail,
MinAngle = -0.2,
MinAngle = -0.2,
MaxDamage = 0.8,
MaxDamage = 0.8,
MinDamage = 0.6,
MinDamage = 0.6,
MaxRange = 2.0,
MaxRange = 2.0,
SwingAnim = Bat,
SwingAnim = Bat,
WeaponSprite = plank,
WeaponSprite = WoodPlank,
Weight = 8,
Weight = 8,
WeaponWeight = 2.5,
WeaponWeight = 2.5,
DoorDamage = 5,
DoorDamage = 5,
MinimumSwingTime = 15,
MinimumSwingTime = 2.0,
SwingTime = 26,
SwingTime = 2.0,
SwingAmountBeforeImpact = 0.2,
SwingAmountBeforeImpact = 0.02,
PushBackMod = 2.5,
PushBackMod = 2.5,
ConditionLowerChanceOneIn = 5,
ConditionLowerChanceOneIn = 5,
ConditionMax = 8,
ConditionMax = 8,
Categories = Improvised,
Categories = Improvised,


}</nowiki>
}</nowiki>

Revision as of 04:03, 3 November 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		=			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