Notched Wooden Plank: Difference between revisions

From PZwiki
m (Remove 120px)
m (Cleanup)
Line 1: Line 1:
{{languages|Notched Wooden Plank}}
{{Languages}}{{Header|The Game World|Items|Tools|type=Tool|version=Version 39|incver=67.5}}{{Infobox normal
{{header|The Game World|Items|Tools|type=Tool|version=Version 39|incver=67.5}}{{Infobox normal
|display_name=Notched Wooden Plank
|display_name=Notched Wooden Plank
|name_colour=Tool
|name_colour=Tool
Line 13: Line 12:


==Usage==
==Usage==
===Fire starting===
===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|sturdy stick]] or [[Tree Branch|tree branch]] in their inventory. ''Right-clicking'' the campfire and selecting "Light Fire" > "Notched Wooden Plank + Sturdy Stick" or "Light Fire" > "Notched Wooden Plank + Tree Branch" will cause the player to attempt to light the fire, although there is a chance that they will fail, breaking/destroying the sturdy stick/tree branch. If successful, the campfire will burst into flames, while the sturdy stick/tree branch and ''notched wooden plank'' will be returned to the player's inventory. It is not possible to start a fire this way while exhausted.
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|sturdy stick]] or [[Tree Branch|tree branch]] in their inventory. ''Right-clicking'' the campfire and selecting "Light Fire" > "Notched Wooden Plank + Sturdy Stick" or "Light Fire" > "Notched Wooden Plank + Tree Branch" will cause the player to attempt to light the fire, although there is a chance that they will fail, breaking/destroying the sturdy stick/tree branch. If successful, the campfire will burst into flames, while the sturdy stick/tree branch and ''notched wooden plank'' will be returned to the player's inventory. It is not possible to start a fire this way while exhausted.
Line 20: Line 20:


===Recipes===
===Recipes===
{{Crafting header|ing=2}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 4007 -->
{{Crafting header|ing=2}}
{{Crafting/core|ing=2
{{Crafting general|027|ing=2}}
| product_image = [[File:TZ_PerforatedWoodenPlank.png|link=Notched Wooden Plank|Notched Wooden Plank]] | product_name = [[Notched Wooden Plank]] | product_quantity = x1
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[]] | i1 = [[Bread Knife]]<br>or<br>[[Butter Knife]]<br>or<br>[[Kitchen Knife]]<br>or<br>[[Screwdriver]]<br>or<br>[[Chipped Stone]]<br>or<br>[[Hunting Knife]]<br>or<br>[[Stone Knife]] | q1 = x1
| f2 = [[File:Plank.png]] | i2 = [[Wooden Plank]]<br>or<br>[[Log]] | q2 = x1 | tag2 = (consumed)
}}
|}
|}


==Code==


==Code==
===Item===
===Item===
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=39|incver=67.5}}
{{Retrieved|version=39|incver=67.5}}
<nowiki> item PercedWood
<pre>
item PercedWood
Type = Normal,
Type = Normal,
DisplayName = Notched Wooden Plank,
DisplayName = Notched Wooden Plank,
Icon = TZ_PerforatedWoodenPlank,
Icon = TZ_PerforatedWoodenPlank,
Weight = 0.5,</nowiki>
Weight = 0.5,
</pre>


===Crafting===
===Crafting===
'''''From recipes.txt (Project Zomboid directory/media/scripts/)'''''
'''''From recipes.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=39|incver=67.5}}
{{Retrieved|version=39|incver=67.5}}
<nowiki> recipe Drill Plank
<pre>
recipe Drill Plank
Plank/Log,
Plank/Log,
keep Screwdriver/KitchenKnife/ButterKnife/HuntingKnife/SharpedStone,
keep Screwdriver/KitchenKnife/ButterKnife/HuntingKnife/SharpedStone,
Line 51: Line 47:
Result:PercedWood,
Result:PercedWood,
Time:40.0,
Time:40.0,
</nowiki>
</pre>


==See also==
==See also==
Line 57: Line 53:
*[[Tent Kit]]
*[[Tent Kit]]


 
{{Navbox equipment}}
{{Navbox/Tools}}


[[Category:Camping]]
[[Category:Camping]]

Revision as of 23:39, 5 April 2023

The Game WorldItemsToolsNotched Wooden Plank
Notched Wooden Plank
Notched Wooden Plank
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 or tree branch in their inventory. Right-clicking the campfire and selecting "Light Fire" > "Notched Wooden Plank + Sturdy Stick" or "Light Fire" > "Notched Wooden Plank + Tree Branch" will cause the player to attempt to light the fire, although there is a chance that they will fail, breaking/destroying the sturdy stick/tree branch. If successful, the campfire will burst into flames, while the sturdy stick/tree branch and notched wooden plank will be returned to the player's inventory. It is not possible to start a fire this way while exhausted.

Fuel

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

Recipes

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
TZ PerforatedWoodenPlank.png
Notched Wooden Plank
0 XP none
(keep)
One of:
Plank.png Plank
Logs.png Log

(consumed)

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