Sturdy Stick: Difference between revisions

From PZwiki
(Added model. Added CodeBox.)
m (minor)
(20 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Languages}}
{{Header|Project Zomboid|Items|Materials|Wood}}
{{Header|The Game World|Items|type=Construction|version=Version 41|incver=78.16}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
|display_name=Sturdy Stick
|name=Sturdy Stick
|model=SturdyStick_Model.png
|model=SturdyStick_Model.png
|icon=TZ_WoodenStick.png
|icon=TZ_WoodenStick.png
Line 8: Line 8:
|weight=1
|weight=1
|primary_use=Crafting material
|primary_use=Crafting material
|secondary_use=[[Fire]] starting
|secondary_use={{ll|Fire}} starting
|class_name=Base.WoodenStick
|item_id=Base.WoodenStick
}}
}}
The '''sturdy stick''' is an item used in the crafting of makeshift items.  
The '''sturdy stick''' is an item used in the crafting of makeshift items.


==Usage==
==Usage==
===Fire starting===
===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. It is not possible to start a fire this way while exhausted.
A sturdy stick can be used in conjunction with a {{ll|Notched Wooden Plank|notched wooden plank}} to start a fire. To light a {{ll|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. It is not possible to start a fire this way while exhausted.


===Fuel===
===Fuel===
Sturdy sticks have an additional use as a fuel for [[heat source|fires]], and last for 15 minutes if used this way.
Sturdy sticks have an additional use as a fuel for {{ll|heat source|fires}}, and last for 15 minutes if used this way.


==Crafting==
==Crafting==
===General===
===General===
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]].  
Sturdy sticks are crafted from {{ll|plank}}s using the {{ll|saw}} (Right-click Wooden Plank, select Sturdy Stick). It can also be used to create a {{ll|splint}}, {{ll|Tent Kit|tent kit}} and makeshift {{ll|Fishing Rod (crafted)|fishing rod}}.


{{Crafting header|ing=2}}
{{Crafting/sandbox2
{{Crafting general|033|ing=2}}
|sturdy_stick
|}
}}


===Survivalist===
===Survivalist===
{{Crafting header|ing=3}}
{{Crafting/sandbox2
{{Crafting survivalist|003|ing=3}}
|tent_kit
{{Crafting survivalist|004|ing=3}}
|tent_kit2
|}
}}


===Medical===
===Medical===
{{Crafting header|ing=2}}
{{Crafting/sandbox2
{{Crafting health|007|ing=2}}
|splint
|}
}}


===Hunting===
===Hunting===
{{Crafting header|ing=2}}
{{Crafting/sandbox2
{{Crafting hunting|003|ing=2}}
|stick_trap
|}
}}


===Fishing===
===Fishing===
{{Crafting header|ing=4}}
{{Crafting/sandbox2
{{Crafting fishing|002|ing=4}}
|fishing_rod_crafted
}}
 
==Distribution==
The loot distributions can be found in the table(s) below.
 
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
! Building/Room
! Container
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" | Chance
|-
|rowspan="2"|closet
|{{ll|crate}}
|4
|1
|-
|{{ll|crate}}
|4
|2
|}
|}


==Distribution==
Sturdy sticks cannot be found in the {{ll|Knox Country|world}} and only obtained through crafting.
Sturdy sticks cannot be found in the [[Knox Country|world]] and only obtained through crafting.


==Code==
==Code==
{{CodeBox |
{{CodeBox |
===Item===
===Item===
[[File:TZ_WoodenStick.png]] {{ID|Base.WoodenStick}}<br>
[[File:TZ_WoodenStick.png]] {{ID|Base.WoodenStick}}<br>
Line 62: Line 83:
   | source = newitems.txt
   | source = newitems.txt
   | retrieved = true
   | retrieved = true
   | version = 41
   | version = 41.78.16
  | incver = 78.16
  | date = 2 jan 2024
   | code =
   | code =
item WoodenStick
item WoodenStick
{
    {
DisplayCategory = Material,
        DisplayCategory = Material,
Type = Normal,
        Type = Normal,
DisplayName = Sturdy Stick,
        DisplayName = Sturdy Stick,
Icon = TZ_WoodenStick,
        Icon = TZ_WoodenStick,
Weight = 1,
        Weight = 1,
WorldStaticModel = WoodenStick,
        WorldStaticModel = WoodenStick,
}
    }
}}
}}
}}
}}


==See also==
==See also==
*[[Fishing]]
*{{ll|Fishing}}
*[[First Aid]]
*{{ll|First Aid}}


{{Navbox equipment}}
{{Navbox items|fishing_materials}}


[[Category:Camping]]
[[Category:Camping]]
[[Category:Fishing materials]]
[[Category:Materials]]

Revision as of 23:48, 21 April 2024

Project ZomboidItemsMaterialsWoodSturdy Stick
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Sturdy Stick
SturdyStick Model.png
General
Category
Material
Encumbrance
Moodle Icon HeavyLoad.png
1
Function
Crafting material
Fire starting
Technical
Item 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. It is not possible to start a fire this way while exhausted.

Fuel

Sturdy sticks have an additional use as a fuel for fires, and last for 15 minutes if used this way.

Crafting

General

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.


Product Ingredients Tools Requirements Workstation XP
TZ WoodenStick.png
Sturdy Stick ×8
Plank.png Plank ×1
Handsaw.png
Saw (tag)
none none none

Survivalist

Product Ingredients Tools Requirements Workstation XP
TZ TentKit.png
Tent Kit
TentMaterial.png Tarp ×1
TZ TentPeg.png Tent Peg ×4
TZ WoodenStick.png Sturdy Stick ×2
none none none none
TZ TentKit.png
Tent Kit
TentMaterial.png Tarp ×1
Stake.png Stake ×4
TZ WoodenStick.png Sturdy Stick ×2
none none none none

Medical

Product Ingredients Tools Requirements Workstation XP
Splint.png
Splint
One of:
Plank.png Plank ×1
Branch.png Tree Branch ×1
TZ WoodenStick.png Sturdy Stick ×1
One of:
Rag.png Ripped Sheets ×1
RagDirty.png Dirty Rag ×1
none none none none

Hunting

Product Ingredients Tools Requirements Workstation XP
TrapStick.png
Stick Trap
TZ WoodenStick.png Sturdy Stick ×4
Twine.png Twine ×2 unit(s)
none
MagazineHunting2.png
The Hunter Magazine Vol.2
none none

Fishing

Product Ingredients Tools Requirements Workstation XP
FishingRod crafted.png
Fishing Rod
One of:
HuntingKnife.png Hunting Knife ×1
KnifeChopping.png Kitchen Knife ×1
Machete.png Machete ×1
Cleaver.png Meat Cleaver ×1
KnifeFlint.png Stone Knife ×1
One of:
Fishing Line.png Fishing Line ×1
Twine.png Twine ×2 unit(s)
One of:
Nails.png Nails ×1
Paperclip.png Paperclip ×1
Each of:
TZ WoodenStick.png Sturdy Stick ×1
none
MagazineFish.png
Angler USA Magazine Vol.1
none none

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
closet crate 4 1
crate 4 2

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

Code

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

Item

TZ WoodenStick.png Base.WoodenStick
Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item WoodenStick
    {
        DisplayCategory = Material,
        Type = Normal,
        DisplayName = Sturdy Stick,
        Icon = TZ_WoodenStick,
        Weight = 1,
        WorldStaticModel = WoodenStick,
    }

See also