Sturdy Stick: Difference between revisions

From PZwiki
(fixing capitalization)
(applied new boilerplate)
Line 1: Line 1:
#REDIRECT [[Sturdy stick]]
{{Languages|Sturdy Stick}}
{{header|The Game World|Items|version=Version 39|incver=67.5}}{{Infobox normal
|image = TZ_WoodenStick.png
|alternate_image=HandDrill.png
|alternate_name=Hand Drill
|alternate_link=
|weight = 0.1
|weight_bkg=1
|primary_use=Crafting material
|secondary_use=[[Fire]] starting
|secondary_use_bkg=1
|class_name=Base.WoodenStick
|class_name_bkg=
}}
The '''sturdy stick''' is an item used for crafting few makeshift items.
 
==Usage==
===Fire starting===
A sturdy stick can be used in conjunction with a [[Notched Wooden Plank|notched wooden plank]] to start a fire. 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 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 [[Heat Source#Antique Oven|antique oven]], and will not work for lighting a [[Heat Source#Charcoal Barbecue|charcoal barbecue]].''
 
===Fuel===
 
Sturdy sticks have an additional use as a fuel for [[heat_source|fires]], and last for 15 minutes if used this way. This is the lowest burning time of any item.
 
===Recipes===
A is crafted from [[plank]]s using the [[saw]] (Right-click Wooden Plank, select Sturdy Stick). It can also be used to create a [[splint]], [[Tent Kit|tent kit]] and makeshift [[Fishing Rod (Crafted)|fishing rod]].
 
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
! Skill Level
{{RecipeLookup|4006}}
{{RecipeLookup|4011}}
{{RecipeLookup|6007}}
{{RecipeLookup|6008}}
{{RecipeLookup|8003}}
|}
 
==Item distribution==
Sturdy sticks cannot be found in the [[Kentucky|world]] and only obtained through crafting.
 
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=39|incver=67.5}}
<nowiki>
item WoodenStick
Type = Normal,
DisplayName = Sturdy Stick,
Icon = TZ_WoodenStick,
Weight = 0.1,</nowiki>
 
==See also==
*[[Fishing|Fishing Guide]]
*[[First Aid|First Aid Guide]]

Revision as of 05:02, 13 July 2018

The Game WorldItemsSturdy Stick
Sturdy Stick
{{{display_name}}}
Hand Drill
General
Category Item
Encumbrance
Heavy Load
0.1
Function Crafting material
Fire starting
Technical details
Base ID Base.WoodenStick

The sturdy stick is an item used for crafting few makeshift items.

Usage

Fire starting

A sturdy stick can be used in conjunction with a notched wooden plank to start a fire. 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 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

Sturdy sticks have an additional use as a fuel for fires, and last for 15 minutes if used this way. This is the lowest burning time of any item.

Recipes

A is crafted from planks using the saw (Right-click Wooden Plank, select Sturdy Stick). It can also be used to create a splint, tent kit and makeshift fishing rod.

Name Recipe Description Skill Level




























































Item distribution

Sturdy sticks cannot be found in the world and only obtained through crafting.

Code

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

	item WoodenStick
		Type = Normal,
		DisplayName = Sturdy Stick,
		Icon = TZ_WoodenStick,
		Weight = 0.1,

See also