Spiked Plank: Difference between revisions

From PZwiki
mNo edit summary
Line 18: Line 18:
! class="unsortable" | Recipe  
! class="unsortable" | Recipe  
! class="unsortable" | Description
! class="unsortable" | Description
{{RecipeLookup|7}}
{{RecipeLookup|3002}}
|}
|}
== Code ==
== Code ==
  <nowiki>item PlankNail
  <nowiki>item PlankNail

Revision as of 22:33, 16 November 2013


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