Spiked Plank: Difference between revisions

From PZwiki
m (Fixed Coding)
mNo edit summary
Line 5: Line 5:
|weapontype = Melee  
|weapontype = Melee  
|ammo = none
|ammo = none
|weight = 3.5
|weight = 3.1
}}
}}


Line 23: Line 23:
  <nowiki>item PlankNail
  <nowiki>item PlankNail
{
{
Type = Weapon,
MaxRange = 2,
DisplayName = Nailed Plank,
WeaponSprite = WoodPlank,
SubCategory    =     Swinging,
MinAngle = -0.2,
Icon = PlankNail,
MinimumSwingTime = 2,
MinAngle = -0.2,
Type = Weapon,
MaxDamage = 0.8,
SwingAnim = Bat,
MinDamage = 0.6,
WeaponWeight = 2.5,
MaxRange = 2.0,
DisplayName = Nailed Plank,
SwingAnim = Bat,
Categories = Improvised,
WeaponSprite = WoodPlank,
SwingAmountBeforeImpact = 0.02,
Weight = 3.5,
SwingTime = 2,
WeaponWeight = 2.5,
MinDamage = 0.6,
DoorDamage = 5,
ConditionLowerChanceOneIn = 5,
MinimumSwingTime = 2.0,
Weight = 3.1,
SwingTime = 2.0,
PushBackMod = 0.8,
SwingAmountBeforeImpact = 0.02,
MaxDamage = 0.8,
PushBackMod = 2.5,
SubCategory = Swinging,
ConditionLowerChanceOneIn = 5,
ConditionMax = 8,
ConditionMax = 8,
Icon = PlankNail,
Categories = Improvised,
DoorDamage = 5,





Revision as of 09:01, 12 May 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,
		MinimumSwingTime	=	2,
		Type	=	Weapon,
		SwingAnim	=	Bat,
		WeaponWeight	=	2.5,
		DisplayName	=	Nailed Plank,
		Categories	=	Improvised,
		SwingAmountBeforeImpact	=	0.02,
		SwingTime	=	2,
		MinDamage	=	0.6,
		ConditionLowerChanceOneIn	=	5,
		Weight	=	3.1,
		PushBackMod	=	0.8,
		MaxDamage	=	0.8,
		SubCategory	=	Swinging,
		ConditionMax	=	8,
		Icon	=	PlankNail,
		DoorDamage	=	5,



}

Template:Navbox/Weapons