Wooden Plank: Difference between revisions

From PZwiki
Wooden Plank
(Added Sturdy stick recipe)
m (Updated Recipes to be easier to read)
Line 14: Line 14:
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.


== Crafting ==
== Crafting (As Product) ==
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  
|-  
|-  
Line 21: Line 21:
! class="unsortable" | Description
! class="unsortable" | Description
{{RecipeLookup|18}}
{{RecipeLookup|18}}
|}
== Crafting (As Recipe Item) ==
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|41}}
{{RecipeLookup|41}}
{{RecipeLookup|1}}
{{RecipeLookup|1}}
Line 27: Line 35:
{{RecipeLookup|14}}
{{RecipeLookup|14}}
{{RecipeLookup|15}}
{{RecipeLookup|15}}
{{RecipeLookup|34}}
|}
|}



Revision as of 02:00, 7 September 2013

Template:Weapons 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 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. Sometimes, even poorly armed NPCs and few zombies carry around wooden planks.

Wood planks can also be used as a weapon, although they do very little damage, so use for a long-term weapon is not recommended. They do, however, work well for pushing zombies 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.

Crafting (As Product)

Name Recipe Description












Crafting (As Recipe Item)

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,
		SplatNumber	=	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	=	1,
		SplatBloodOnNoDeath	=	FALSE,
		Icon	=	Plank,

}

Template:Navbox/Weapons