Spiked Plank

From PZwiki
Revision as of 13:41, 24 August 2013 by Zombieslayer123 (talk | contribs)


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
{
			MaxRange	=	2,
		WeaponSprite	=	WoodPlank,
		MinAngle	=	0.2,
		Type	=	Weapon,
		MinimumSwingTime	=	4,
		KnockBackOnNoDeath	=	FALSE,
		SwingAmountBeforeImpact	=	0.02,
		Categories	=	Improvised;Blunt,
		Weight	=	3.1,
		SplatNumber	=	0,
		ConditionLowerChanceOneIn	=	2,
		PushBackMod	=	0.3,
		MaxDamage	=	0.8,
		SubCategory	=	Swinging,
		ConditionMax	=	10,
		MaxHitCount	=	2,
		DoorDamage	=	5,
		SwingAnim	=	Bat,
		WeaponWeight	=	3.1,
		MinRange	=	0.61,
    DisplayName	=	Nailed Plank,
		SwingTime	=	4,
		MinDamage	=	0.6,
		KnockdownMod	=	0,
		SplatBloodOnNoDeath	=	TRUE,
		Icon	=	PlankNail,



}

History

Alpha
RC 2.9.8a Melee weapons debuffed.

See Also

Template:Navbox/Weapons