Spiked Plank: Difference between revisions

From PZwiki
m (moved Spiked Plank to Spiked Plank: fixing capitalization)
mNo edit summary
Line 23: Line 23:
  <nowiki>item PlankNail
  <nowiki>item PlankNail
{
{
MaxRange = 2,
MaxRange = 2,
WeaponSprite = WoodPlank,
WeaponSprite = WoodPlank,
MinAngle = -0.2,
MinAngle = 0.2,
MinimumSwingTime = 2,
Type = Weapon,
Type = Weapon,
SwingAnim = Bat,
MinimumSwingTime = 4,
WeaponWeight = 2.5,
KnockBackOnNoDeath = FALSE,
DisplayName = Nailed Plank,
Categories = Improvised,
SwingAmountBeforeImpact = 0.02,
SwingAmountBeforeImpact = 0.02,
SwingTime = 2,
Categories = Improvised;Blunt,
MinDamage = 0.6,
ConditionLowerChanceOneIn = 5,
Weight = 3.1,
Weight = 3.1,
PushBackMod = 0.8,
SplatNumber = 0,
ConditionLowerChanceOneIn = 2,
PushBackMod = 0.3,
MaxDamage = 0.8,
MaxDamage = 0.8,
SubCategory = Swinging,
SubCategory = Swinging,
ConditionMax = 8,
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,
Icon = PlankNail,
DoorDamage = 5,





Revision as of 14:41, 24 August 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