Wooden Plank

From PZwiki
Revision as of 16:02, 9 July 2012 by LukaLoginska (talk | contribs) (Corrected the statement "each destroyed door will yield two wooden planks" - The doors can either drop one or two.)

Wooden Plank

Template:Weapons 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.

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 thus are effective for crowd control purposes or for quick escape plans.

Wooden planks are also used to make bridges/flooring that can be crossed.

Door can also be broken down by the player or zombies. Each destroyed door will yield 1-2 wood planks.

Crafting

Name Recipe Description




















































































Code

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

}

Template:Navbox/Weapons