Sturdy Stick: Difference between revisions

From PZwiki
m (clean up, replaced: wikitable → pztable)
(Updated for 40.43 and fixed typo.)
Line 1: Line 1:
{{Languages|Sturdy Stick}}
{{Languages|Sturdy Stick}}
{{header|The Game World|Items|type=Construction|version=Version 39|incver=67.5}}{{Infobox normal
{{header|The Game World|Items|type=Construction|version=Version 40|incver=43}}{{Infobox normal
|display_name=Sturdy Stick
|display_name=Sturdy Stick
|name_colour=Construction
|name_colour=Construction
Line 26: Line 26:


===Recipes===
===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]].  
Sturdy sticks are 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="pztable sortable" style="text-align:center;"  
{| class="pztable sortable" style="text-align:center;"  
Line 36: Line 36:
{{RecipeLookup|4006}}
{{RecipeLookup|4006}}
{{RecipeLookup|4011}}
{{RecipeLookup|4011}}
{{RecipeLookup|6001}}
{{RecipeLookup|6007}}
{{RecipeLookup|6007}}
{{RecipeLookup|6008}}
{{RecipeLookup|6008}}
Line 46: Line 47:
==Code==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=39|incver=67.5}}
{{Retrieved|version=40|incver=43}}
  <nowiki>
  <nowiki>
item WoodenStick
item WoodenStick

Revision as of 01:29, 3 July 2019

The Game WorldItemsSturdy Stick
Sturdy Stick
Sturdy Stick
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 in the crafting of 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

Sturdy sticks are 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 40.43

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

See also