Spiked Plank

From PZwiki
Revision as of 15:05, 4 May 2013 by Zombieslayer123 (talk | contribs) (Fixed Coding)


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,
		SubCategory    		=     		Swinging,
		Icon				=			PlankNail,
		MinAngle			=			-0.2,
		MaxDamage			=			0.8,
		MinDamage			=			0.6,
		MaxRange 			= 			2.0,
		SwingAnim			=			Bat,
		WeaponSprite		=			WoodPlank,
		Weight				=			3.5,
		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