Spiked Plank: Difference between revisions

From PZwiki
(Created page with "{{languages}} {{Weapons |image = Plank.png |weapontype = Melee |ammo = none |weight = 8 }} == Code == <nowiki>item PlankNail { Type = Weapon, DisplayName = Nailed Pl...")
 
No edit summary
Line 1: Line 1:
{{languages}}
{{languages}}
{{Weapons
{{Weapons
|image = Plank.png
|image = Spiked_wood.png‎
|weapontype = Melee  
|weapontype = Melee  
|ammo = none
|ammo = none
|weight = 8
|weight = 8
}}
}}
An improvement on the normal plank.  The spiked planks increase the push distance of the normal [[Wood Planks]] by 2 or 3 times, making this a very effective weapon for pushing through a crowd of zombies.
It has more durability than the baseball bat, so it is much more useful when running is the best plan.
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|7}}
|}
== Code ==
== Code ==
  <nowiki>item PlankNail
  <nowiki>item PlankNail

Revision as of 21:40, 28 March 2012


Template:Weapons


An improvement on the normal plank. The spiked planks increase the push distance of the normal Plank by 2 or 3 times, making this a very effective weapon for pushing through a crowd of zombies. It has more durability than the baseball bat, so it is much more useful when running is the best plan.

Crafting

Name Recipe Description












Code

item PlankNail
{
	Type				=			Weapon,
	DisplayName			=			Nailed Plank,
	Icon				=			PlankNail,
	MinAngle			=			-0.2,
	MaxDamage			=			0.8,
	MinDamage			=			0.6,
	MaxRange 			= 			2.0,
	SwingAnim			=			Bat,
	WeaponSprite		=			plank,
	Weight				=			8,
	WeaponWeight		=			2.5,
	DoorDamage			=			5,
	MinimumSwingTime 	= 			15,
	SwingTime			=			26,
	SwingAmountBeforeImpact = 		0.2,
	PushBackMod			=			2.5,
	ConditionLowerChanceOneIn = 	5,
	ConditionMax 		= 			8,
	Categories 			=			Improvised,

}

Template:Navbox/Weapons