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...")
 
m (clean up, replaced: wikitable → pztable)
(16 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{languages}}
__NOTOC__
{{Weapons
{{languages|Nailed plank}}
|image = Plank.png
{{header|The Game World|Items|Weapons|Melee Weapons|version=Version 37|incver=8}}{{Weapons|image = Spiked_wood.png‎ |weapontype = Melee |ammo = None|hands = One handed|weight = 3.1|mindamage = 0.6|maxdamage = 0.8|condition = 10|degrade = 2|id = PlankNail}}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.
|weapontype = Melee  
 
|ammo = none
 
|weight = 8
 
}}
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.
 
 
 
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 ==
{| class="pztable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|3002}}
|}
 
== Code ==
== Code ==
  <nowiki>item PlankNail
  <nowiki>
{
item PlankNail
Type = Weapon,
MaxRange = 2,
DisplayName = Nailed Plank,
WeaponSprite = WoodPlank,
Icon = PlankNail,
MinAngle = 0.2,
MinAngle = -0.2,
Type = Weapon,
MaxDamage = 0.8,
MinimumSwingTime = 4,
MinDamage = 0.6,
KnockBackOnNoDeath = FALSE,
MaxRange = 2.0,
SwingAmountBeforeImpact = 0.02,
SwingAnim = Bat,
Categories = Improvised;Blunt,
WeaponSprite = plank,
Weight = 3.1,
Weight = 8,
SplatN.umber = 0,
WeaponWeight = 2.5,
ConditionLowerChanceOneIn = 2,
DoorDamage = 5,
PushBackMod = 0.3,
MinimumSwingTime = 15,
MaxDamage = 0.8,
SwingTime = 26,
SubCategory = Swinging,
SwingAmountBeforeImpact = 0.2,
ConditionMax = 10,
PushBackMod = 2.5,
MaxHitCount = 2,
ConditionLowerChanceOneIn = 5,
DoorDamage = 5,
ConditionMax = 8,
SwingAnim = Bat,
Categories = Improvised,
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,
        MetalValue = 5,
</nowiki>


}</nowiki>
{{Navbox/Weapons}}
{{Navbox/Weapons}}
[[Category:weapons]]
[[Category:Version 0.2.0p]]

Revision as of 16:09, 11 May 2019


Template:WeaponsThe 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,
        	MetalValue 			= 5,

Template:Navbox/Weapons