Notched Wooden Plank: Difference between revisions

From PZwiki
mNo edit summary
m (Automated Formatting)
 
(32 intermediate revisions by 13 users not shown)
Line 1: Line 1:
{{languages|Notched Wooden Plank}}
{{Header|Project Zomboid|Items|Equipment}}
{{header|The Game World|Items|Tools|version=Version 39|incver=67.5}}{{Infobox normal
{{Page version|41.78.16}}
|image=TZ_PerforatedWoodenPlank_120px.png
{{Infobox item
|alternate_image=HandDrill.png
|name=Notched Wooden Plank
|alternate_name=Hand Drill
|model=PercedWood_Model.png
|weight=0.5|weight_bkg=1
|icon=TZ_PerforatedWoodenPlank.png
|icon_name=Notched Wooden Plank
|category=Camping
|weight=0.5
|primary_use=[[Fire]] starting
|primary_use=[[Fire]] starting
|class_name=Base.PercedWood
|item_id=Base.PercedWood
|class_name_bkg=1
}}
}}A '''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.  
A '''notched wooden plank''' 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.


==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]] 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.  
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.
 
''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]].''


===Fuel===
===Fuel===
Line 20: Line 21:


===Recipes===
===Recipes===
{{Crafting table header}}
{{Crafting/sandbox2
{{RecipeLookup|4007}}
|notched_wooden_plank
{{Crafting table footer}}
}}


==Code==
==Code==
===Item===
{{CodeBox|
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeSnip
{{Retrieved|version=39|incver=67.5}}
  | lang = java
<nowiki> item PercedWood
  | line = true
Type = Normal,
  | start = 2399
DisplayName = Notched Wooden Plank,
  | source = newitems.txt
Icon = TZ_PerforatedWoodenPlank,
  | retrieved = true
Weight = 0.5,</nowiki>
  | version = 41.78.16
  | code =
item PercedWood
    {
        DisplayCategory = Camping,
        Type = Normal,
        DisplayName = Notched Wooden Plank,
        Icon = TZ_PerforatedWoodenPlank,
        Weight = 0.5,
        WorldStaticModel = PercedWood,
    }
}}


===Crafting===
{{CodeSnip
'''''From recipes.txt (Project Zomboid directory/media/scripts/)'''''
|lang=java
{{Retrieved|version=39|incver=67.5}}
|source=recipes.txt
<nowiki> recipe Drill Plank
|retrieved=true
Plank/Log,
|version=41
keep Screwdriver/KitchenKnife/ButterKnife/HuntingKnife/SharpedStone,
|incver=78.16
|code=
recipe Drill Plank
{
Plank/Log,
keep [Recipe.GetItemTypes.Screwdriver]/[Recipe.GetItemTypes.DullKnife]/[Recipe.GetItemTypes.SharpKnife]/SharpedStone,


Result:PercedWood,
Result:PercedWood,
Time:40.0,
Time:40.0,
</nowiki>
Prop1:Source=2,
Prop2:Source=1,
}
}}
}}


==See also==
==See also==
Line 49: Line 70:
*[[Tent Kit]]
*[[Tent Kit]]


{{Navbox/Tools}}
{{Navbox items|survival}}
 
 
[[Category:Camping]]
[[Category:Wood]]

Latest revision as of 10:34, 14 April 2024

Project ZomboidItemsEquipmentNotched Wooden Plank
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Notched Wooden Plank
PercedWood Model.png
General
Category
Camping
Encumbrance
Moodle Icon HeavyLoad.png
0.5
Function
Fire starting
Technical
Item ID
Base.PercedWood

A notched wooden plank 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 Ingredients Tools Requirements Workstation XP
TZ PerforatedWoodenPlank.png
Notched Wooden Plank
One of:
Screwdriver.png Screwdriver ×1
KnifeChopping.png Kitchen Knife ×1
KnifeButter.png Butter Knife ×1
KnifeButter.png Bread Knife ×1
HuntingKnife.png Hunting Knife ×1
RockSharpened.png Chipped Stone ×1
KnifeFlint.png Stone Knife ×1
One of:
Plank.png Plank ×1
Logs.png Log ×1
none none none none

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item PercedWood
    {
        DisplayCategory = Camping,
        Type = Normal,
        DisplayName = Notched Wooden Plank,
        Icon = TZ_PerforatedWoodenPlank,
        Weight = 0.5,
        WorldStaticModel = PercedWood,
    }

Source: ProjectZomboid\media\scripts\recipes.txt

Retrieved: Build 41.78.16
recipe Drill Plank
{
	Plank/Log,
	keep [Recipe.GetItemTypes.Screwdriver]/[Recipe.GetItemTypes.DullKnife]/[Recipe.GetItemTypes.SharpKnife]/SharpedStone,

	Result:PercedWood,
	Time:40.0,
	Prop1:Source=2,
	Prop2:Source=1,
}

See also