Plank: Difference between revisions

From PZwiki
m (Added to Construction category)
(Redesigned article, removed descrip (zombies/npcs) as no longer applies. Linked Carpentry guide in. + category + crafting weapon, + various desc. + new info, + navbar.)
Line 1: Line 1:
{{languages}}
__NOTOC__
 
{{languages|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}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Weapons
{{Weapons
|image = Plank.png
|image = Plank.png
Line 7: Line 10:
|weight = 3
|weight = 3
}}
}}
== Description ==
 
{{Notice|Improve}}
For construction recipes for Planks, please see the [[Carpentry_Guide|Carpentry Guide]].
 
== Weapon Usage ==
 
The Plank is melee weapon which has very poor durability, but has a good ability to knock down zombies.
<br><br>
The Plank has a very heavy weapon (weight 3) and has a slow swing rate. It's main benefit is that it works well for pushing [[zombie]]s away from the [[player]] and have an extremely long range in comparison to other weapons (the plank has range of 2, compared to the Baseball bat which has 1.5). 
<br><br>
Extra wood planks can sometimes be found in [[crate]]s in the warehouse or any other shed/storage building. Wooden planks can also be retrieved by smashing down doors and by converting logs into planks.  The Plank cannot be repaired.
<br><br>
The Plank is also a multi-attack weapon, and can attack 2 zombies at once. It also can cause 5 door damage per swing, but no tree damage.
 
 
== Non Weapon uses ==
 
A wooden plank is the staple fortification reserve in Project Zomboid. They are primarily used to [[barricade]] doors and windows or to fortify/create structures by making wall pieces, doors, door frames, window frames, crates, stairs, and barricades.
A wooden plank is the staple fortification reserve in Project Zomboid. They are primarily used to [[barricade]] doors and windows or to fortify/create structures by making wall pieces, doors, door frames, window frames, crates, stairs, and barricades.


Extra wood planks can sometimes be found in [[crate]]s in the warehouse or any other shed/storage building. Wooden planks can also be retrieved by smashing down doors and by converting logs into planks. Sometimes, even poorly armed NPCs and few zombies carry around wooden planks.
Planks used as barricades use their current health as part of the barricade. If a plank is at half durability and is nailed to a window/door, that durability is the strength of that piece of the barricade. Wooden planks can also be obtained by ripping away barricades on houses not occupied by the player (however planks may be damaged from previous attacks by zombies).
 
Wood planks can also be used as a [[weapons|weapon]], although they do very little damage, so use for a long-term weapon is not recommended. They do, however, work well for pushing [[zombie]]s away from the [[player]] and have an INCREDIBLY long range. The wooden plank has finite durability.


Wooden planks are also used to make bridges/flooring that can be crossed by both the player and zombies.
Wooden planks are also used to make bridges/flooring that can be crossed by both the player and zombies.


Planks have an additional use as a fuel for [[heat_source|fires]], and lasts for 4 hours if used this way.
Planks have an additional use as a fuel for [[heat_source|fires]], and lasts for 4 hours if used this way.
<br><br>
== Crafting (As Product) ==


== Crafting (As Product) ==
To create brand new planks, cutting up logs with a saw is the primary way to do this.


{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  
Line 29: Line 46:
{{RecipeLookup|1007}}
{{RecipeLookup|1007}}
|}
|}
 
<br><br>
== Crafting (As Recipe Item) ==
== Crafting (As a weapon) ==
Planks can be turned into Nailed Planks which increase its damage output. As of Build 34.28, the extra nails do not lower the durability of the plank (unlike the baseball bat where adding nails gives a weapon penalty)


{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  
Line 37: Line 55:
! class="unsortable" | Recipe  
! class="unsortable" | Recipe  
! class="unsortable" | Description
! class="unsortable" | Description
! Skill Level
{{RecipeLookup|1000}}
{{RecipeLookup|1001}}
{{RecipeLookup|1002}}
{{RecipeLookup|1003}}
{{RecipeLookup|1008}}
{{RecipeLookup|1009}}
{{RecipeLookup|1010}}
{{RecipeLookup|1011}}
{{RecipeLookup|1012}}
{{RecipeLookup|3002}}
{{RecipeLookup|3002}}
{{RecipeLookup|4009}}
{{RecipeLookup|8003}}
|}
|}
== Code ==
<nowiki>
item Plank
MaxRange = 2,
WeaponSprite = WoodPlank,
MinAngle = 0.2,
Type = Weapon,
MinimumSwingTime = 4,
KnockBackOnNoDeath = FALSE,
SwingAmountBeforeImpact = 0.02,
Categories = Improvised;Blunt,
ConditionLowerChanceOneIn = 2,
Weight = 3,
SplatN.umber = 0,
PushBackMod = 0.3,
MaxDamage = 0.6,
SubCategory = Swinging,
ConditionMax = 10,
MaxHitCount = 2,
DoorDamage = 5,
SwingAnim = Bat,
WeaponWeight = 3,
DisplayName = Plank,
MinRange = 0.61,
SwingTime = 4,
MinDamage = 0.4,
KnockdownMod = 2,
SplatBloodOnNoDeath = FALSE,
Icon = Plank,
RunAnim = Run_Weapon2,
        IdleAnim = Idle_Weapon2,
        BreakSound  = PZ_WoodSnap,
        TreeDamage  = 0,
</nowiki>


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

Revision as of 23:45, 14 September 2016


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

Template:Weapons

For construction recipes for Planks, please see the Carpentry.

Weapon Usage

The Plank is melee weapon which has very poor durability, but has a good ability to knock down zombies.

The Plank has a very heavy weapon (weight 3) and has a slow swing rate. It's main benefit is that it works well for pushing zombies away from the player and have an extremely long range in comparison to other weapons (the plank has range of 2, compared to the Baseball bat which has 1.5).

Extra wood planks can sometimes be found in crates in the warehouse or any other shed/storage building. Wooden planks can also be retrieved by smashing down doors and by converting logs into planks. The Plank cannot be repaired.

The Plank is also a multi-attack weapon, and can attack 2 zombies at once. It also can cause 5 door damage per swing, but no tree damage.


Non Weapon uses

A wooden plank is the staple fortification reserve in Project Zomboid. They are primarily used to barricade doors and windows or to fortify/create structures by making wall pieces, doors, door frames, window frames, crates, stairs, and barricades.

Planks used as barricades use their current health as part of the barricade. If a plank is at half durability and is nailed to a window/door, that durability is the strength of that piece of the barricade. Wooden planks can also be obtained by ripping away barricades on houses not occupied by the player (however planks may be damaged from previous attacks by zombies).

Wooden planks are also used to make bridges/flooring that can be crossed by both the player and zombies.

Planks have an additional use as a fuel for fires, and lasts for 4 hours if used this way.

Crafting (As Product)

To create brand new planks, cutting up logs with a saw is the primary way to do this.

Name Recipe Description Skill Level














Crafting (As a weapon)

Planks can be turned into Nailed Planks which increase its damage output. As of Build 34.28, the extra nails do not lower the durability of the plank (unlike the baseball bat where adding nails gives a weapon penalty)

Name Recipe Description












Code

	
	item Plank
		MaxRange			= 2,
		WeaponSprite			= WoodPlank,
		MinAngle			= 0.2,
		Type				= Weapon,
		MinimumSwingTime		= 4,
		KnockBackOnNoDeath		= FALSE,
		SwingAmountBeforeImpact		= 0.02,
		Categories			= Improvised;Blunt,
		ConditionLowerChanceOneIn	= 2,
		Weight				= 3,
		SplatN.umber			= 0,
		PushBackMod			= 0.3,
		MaxDamage			= 0.6,
		SubCategory			= Swinging,
		ConditionMax			= 10,
		MaxHitCount			= 2,
		DoorDamage			= 5,
		SwingAnim			= Bat,
		WeaponWeight			= 3,
		DisplayName			= Plank,
		MinRange			= 0.61,
		SwingTime			= 4,
		MinDamage			= 0.4,
		KnockdownMod			= 2,
		SplatBloodOnNoDeath		= FALSE,
		Icon				= Plank,
		RunAnim				= Run_Weapon2,
        	IdleAnim			= Idle_Weapon2,
        	BreakSound  			= PZ_WoodSnap,
        	TreeDamage  			= 0,

Template:Navbox/Weapons