Notched Wooden Plank

From PZwiki
Revision as of 19:33, 15 July 2018 by Simian (talk | contribs)
The Game WorldItemsToolsNotched Wooden Plank
Notched Wooden Plank
{{{display_name}}}
Hand Drill
General
Category Item
Encumbrance
Heavy Load
0.5
Function Fire starting
Technical details
Base ID Base.PercedWood

A notched wooden plank, also known as a fire board or hearth board, is a wooden plank that has one or more holes drilled into it. It is primarily used to light a campfire when a lighter or matches are not available. The notched wooden plank is used in a fire starting method known in the real world as hand drill fire starting.

Usage

Fire starting

To light a campfire, first ensure that fuel has already been added to the campfire, which will act as the kindling. The player must have the notched wooden plank and a sturdy stick in their inventory. Right-clicking the campfire and selecting "Light Fire" > "Notched Wooden Plank + Sturdy Stick" will cause the player to attempt to light the fire, although there is a chance that they will fail, breaking/destroying the sturdy stick. If successful, the campfire will burst into flames, while the sturdy stick and notched wooden plank will be returned to the player's inventory.

Note that this method of fire starting can only be used for lighting a campfire and antique oven, and will not work for lighting a charcoal barbecue.

Fuel

It can be used as a fuel for fires, and lasts for 2 hours if done so.

Recipes

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Code

Item

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 39.67.5

	item PercedWood
		Type 		= Normal,
		DisplayName 	= Notched Wooden Plank,
		Icon 		= TZ_PerforatedWoodenPlank,
		Weight 		= 0.5,

Crafting

From recipes.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 39.67.5

	recipe Drill Plank
		Plank/Log,
		keep Screwdriver/KitchenKnife/ButterKnife/HuntingKnife/SharpedStone,

		Result:PercedWood,
		Time:40.0,
 

See also

Template:Navbox/Tools