Notched Wooden Plank: Difference between revisions

From PZwiki
(Addition of Crafting Code section showing all items to craft a drill plank.)
(new infobox +info on starting a fire +header template +layout changes)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages|Notched Wooden Plank}}
{{languages|Notched Wooden Plank}}
{{header|The Game World|Items|Tools|version=Version 39|incver=67.3}}{{Infobox normal
|image=TZ_PerforatedWoodenPlank_120px.png
|alternate_image=plank.png
|alternate_name=Plank
|alternate_link=Plank
|weight=0.5
|weight_bkg=1
|class_name=PercedWood
}}'''Notched wooden plank''', also known as a '''fire board''' or '''hearth board''', is a [[Plank|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 [[wikipedia:Fire making#Friction|hand drill]] fire starting.


{{Items
==Usage==
| image = CAMPNotchedPlank.png
===Fire starting===
| weight = 0.5
To light a campfire, first ensure that fuel has already been added to the campfire, this will act as the kindling. Then the player must have the ''notched wooden plank'' and a [[Sturdy Stick|sturdy stick]] in their inventory, followed by ''right-clicking'' the campfire and selecting "Light Fire" > "Notched Wooden Plank + Sturdy Stick". The player will begin attempting to light the fire, however 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.  
}}


==Description==
''Note that this method of fire starting can only be used for lighting a campfire and [[Heat Source#Antique Oven|antique oven]], and will not work for lighting a [[Heat Source#Charcoal Barbecue|charcoal barbecue]].''
Crafted by drilling a [[plank]] with a [[screwdriver]], [[kitchen knife]], or a [[butter knife]]. The tool used is not consumed in this process.


Used, along with one [[Sturdy_Stick|sturdy stick]] and one [[Items#Fuel|fuel item]], to light a [[campfire]].
===Fuel===
 
It can be used as a fuel for [[heat_source|fires]], and lasts for 2 hours if done so.
It can also be used as a fuel for [[heat_source|fires]], and lasts for 2 hours if done so.


==Crafting==
==Crafting==
{{Crafting table header}}
{{Crafting table header}}
{{RecipeLookup|4007}}
{{RecipeLookup|4007}}
{{RecipeLookup|4008}}
{{Crafting table footer}}
{{Crafting table footer}}


== Crafting Code ==
==Code==
  <nowiki>
===Item===
    recipe Drill Plank
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
        Plank/Log,
  <nowiki> item PercedWood
        keep Screwdriver/KitchenKnife/ButterKnife/HuntingKnife/SharpedStone,
Type = Normal,
DisplayName = Notched Wooden Plank,
Icon = TZ_PerforatedWoodenPlank,
Weight = 0.5,</nowiki>
 
===Crafting===
'''''From recipes.txt (Project Zomboid directory/media/scripts/)'''''
<nowiki> recipe Drill Plank
Plank/Log,
keep Screwdriver/KitchenKnife/ButterKnife/HuntingKnife/SharpedStone,


        Result:PercedWood,
Result:PercedWood,
        Time:40.0,
Time:40.0,
  </nowiki>
  </nowiki>


==Code==
==See also==
<nowiki>item PercedWood
*[[Campfire Materials]]
    {
*[[Tent Kit]]
        Type = Normal,
        DisplayName = Notched Wooden Plank,
        Icon = TZ_PerforatedWoodenPlank,
        Weight = 0.5,
    }</nowiki>


{{Navbox/Tools}}
{{Navbox/Tools}}
[[Category:Tools]]

Revision as of 11:09, 12 June 2018


The Game WorldItemsToolsNotched Wooden Plank
Notched Wooden Plank
{{{display_name}}}
Plank
General
Category Item
Encumbrance
Heavy Load
0.5
Technical details
Base ID PercedWood

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, this will act as the kindling. Then the player must have the notched wooden plank and a sturdy stick in their inventory, followed by right-clicking the campfire and selecting "Light Fire" > "Notched Wooden Plank + Sturdy Stick". The player will begin attempting to light the fire, however 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.

Crafting

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

Code

Item

From newitems.txt (Project Zomboid directory/media/scripts/)

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

Crafting

From recipes.txt (Project Zomboid directory/media/scripts/)

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

		Result:PercedWood,
		Time:40.0,
 

See also

Template:Navbox/Tools