Spiked Plank: Difference between revisions

From PZwiki
No edit summary
(Redesigned page, + Navbar, +Categories, renewed description - added benefits/downsides of the weapon, + corrected code.)
Line 1: Line 1:
{{languages|Nailed Plank}}
__NOTOC__
 
{{languages|Nailed plank}}
<div class="header" style="margin: 5px; align: right; background: #C3E4ED; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #9AC0CD"> <!-- Code for Background Colour -->
<div style="float: right;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
<div style="float: left;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Weapons|Weapons]] -> [[{{PAGENAME}}|Nailed Plank]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Weapons
{{Weapons
|image = Spiked_wood.png‎
|image = Spiked_wood.png‎  
|weapontype = Melee  
|weapontype = Melee  
|ammo = none
|ammo = none
Line 8: Line 11:
}}
}}


 
The Nailed Plank is a player constructed weapon using a wooden plank (either acquired by sawing a log or removing a barricaded window plank) and hammering in 5 nails to increase its damage output.
 
<br><br>
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.
The Nailed Plank has a very slow swing rate but compensates with a longer range than many of the weapons (0.5 longer than the Baseball Bat for example), and is a weapon that can be made again when it breaks by finding another plank. The Nailed Plank is better than some weapon alternatives for damage output, but its durability is similar to the [[Kitchen Knife|kitchen knife]], in which it only has about 20 'attacks' before it breaks, and is therefore quite fragile in comparison to more sturdy built weapons.
<br><br>
The Nailed Plank despite its flaws, is a multi-attack weapon, and can attack 2 zombies at once and has a good chance of knocking zombies to the floor where they can be finished off. It also can cause 5 door damage per swing, but no tree damage.


== Crafting ==
== Crafting ==
Line 22: Line 27:


== Code ==
== Code ==
  <nowiki>item PlankNail
  <nowiki>
{
item PlankNail
MaxRange = 2,
MaxRange = 2,
WeaponSprite = WoodPlank,
WeaponSprite = WoodPlank,
MinAngle = 0.2,
MinAngle = 0.2,
Type = Weapon,
Type = Weapon,
MinimumSwingTime = 4,
MinimumSwingTime = 4,
KnockBackOnNoDeath = FALSE,
KnockBackOnNoDeath = FALSE,
SwingAmountBeforeImpact = 0.02,
SwingAmountBeforeImpact = 0.02,
Categories = Improvised;Blunt,
Categories = Improvised;Blunt,
Weight = 3.1,
Weight = 3.1,
SplatNumber = 0,
SplatN.umber = 0,
ConditionLowerChanceOneIn = 2,
ConditionLowerChanceOneIn = 2,
PushBackMod = 0.3,
PushBackMod = 0.3,
MaxDamage = 0.8,
MaxDamage = 0.8,
SubCategory = Swinging,
SubCategory = Swinging,
ConditionMax = 10,
ConditionMax = 10,
MaxHitCount = 2,
MaxHitCount = 2,
DoorDamage = 5,
DoorDamage = 5,
SwingAnim = Bat,
SwingAnim = Bat,
WeaponWeight = 3.1,
WeaponWeight = 3.1,
MinRange = 0.61,
MinRange = 0.61,
    DisplayName = Nailed Plank,
        DisplayName = Spiked Plank,
SwingTime = 4,
SwingTime = 4,
MinDamage = 0.6,
MinDamage = 0.6,
KnockdownMod = 0,
KnockdownMod = 2,
SplatBloodOnNoDeath = TRUE,
SplatBloodOnNoDeath = TRUE,
Icon = PlankNail,
Icon = PlankNail,
 
RunAnim = Run_Weapon2,
 
        IdleAnim = Idle_Weapon2,
 
        BreakSound  = PZ_WoodSnap,
}</nowiki>
        TreeDamage  = 0,
== History ==
</nowiki>
 
{| class="wikitable" width="550" style="text-align:center;"
|-
! Alpha || 
|-
| RC 2.9.8a || Melee weapons debuffed.
|}
 
==See Also==
* [[spiked baseball bat]]


{{Navbox/Weapons}}
{{Navbox/Weapons}}
[[Category:weapons]]
[[Category:Items]]
[[Category:Items]]
[[Category:Version 0.2.0p]]
[[Category:Weapons]]
[[Category:Version 34.28]]

Revision as of 22:44, 8 September 2016


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Weapons -> Nailed Plank   

Template:Weapons

The Nailed Plank is a player constructed weapon using a wooden plank (either acquired by sawing a log or removing a barricaded window plank) and hammering in 5 nails to increase its damage output.

The Nailed Plank has a very slow swing rate but compensates with a longer range than many of the weapons (0.5 longer than the Baseball Bat for example), and is a weapon that can be made again when it breaks by finding another plank. The Nailed Plank is better than some weapon alternatives for damage output, but its durability is similar to the kitchen knife, in which it only has about 20 'attacks' before it breaks, and is therefore quite fragile in comparison to more sturdy built weapons.

The Nailed Plank despite its flaws, is a multi-attack weapon, and can attack 2 zombies at once and has a good chance of knocking zombies to the floor where they can be finished off. It also can cause 5 door damage per swing, but no tree damage.

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,
		SplatN.umber			= 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			= Spiked Plank,
		SwingTime			= 4,
		MinDamage			= 0.6,
		KnockdownMod			= 2,
		SplatBloodOnNoDeath		= TRUE,
		Icon				= PlankNail,
		RunAnim				= Run_Weapon2,
        	IdleAnim			= Idle_Weapon2,
        	BreakSound  			= PZ_WoodSnap,
        	TreeDamage  			= 0,

Template:Navbox/Weapons