Twigs: Difference between revisions

From PZwiki
m (crafting template (recipelookout --> crafting X))
m (Remove 120px, minor fixes)
Line 1: Line 1:
{{languages|Twigs}}
{{Languages}}{{Header|The Game World|Items|type=Construction|version=Version 40|incver=43}}{{Infobox normal
{{header|The Game World|Items|type=Construction|version=Version 40|incver=43}}{{Infobox normal
|display_name=Twigs
|display_name=Twigs
|name_colour=Construction
|name_colour=Construction
|name_text_colour=Construction
|name_text_colour=Construction
|image=Twigs_120px.png  
|image=Twigs.png  
|weight=0.1
|weight=0.1
|primary_use=[[Heat source|Fire]] starting
|primary_use=[[Heat source|Fire]] starting
|secondary_use=[[Heat source|Fuel]]
|secondary_use=[[Heat source|Fuel]]
|class_name=Base.Twigs
|class_name=Base.Twigs
}}
}}'''Twigs''' are small pieces of wood.
'''Twigs''' are small pieces of wood.


==Usage==
==Usage==
===Fire starting===
===Fire starting===
Twigs can be used as kindling for fire starting.
Twigs can be used as kindling for fire starting.
Line 30: Line 29:
They can be obtained through [[foraging]] at any skill level, with a return of 1-3 twigs.
They can be obtained through [[foraging]] at any skill level, with a return of 1-3 twigs.


== Code ==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=43}}
{{Retrieved|version=40|incver=43}}
<nowiki> item Twigs
<pre>
item Twigs
Weight = 0.1,
Weight = 0.1,
Type = Normal,
Type = Normal,
DisplayName = Twigs,
DisplayName = Twigs,
Icon = Twigs,
Icon = Twigs,
</nowiki>
</pre>


==See also==
==See also==
*[[Foraging|Foraging Guide]]
*[[Foraging]]

Revision as of 20:56, 26 February 2023

Twigs
Twigs
General
Category Item
Encumbrance
Heavy Load
0.1
Function Fire starting
Fuel
Technical details
Base ID Base.Twigs

Twigs are small pieces of wood.

Usage

Fire starting

Twigs can be used as kindling for fire starting.

Fuel

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

Recipes

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
TZ CampfireKitWood.png
Campfire Materials
0.5 Carpentry none Logs.png
Log x2
(consumed)

(consumed)
|-
TZ CampfireKitWood.png
Campfire Materials
0.75 Carpentry none Plank.png
Plank x3
(consumed)

(consumed)

Item distribution

Twigs can be dropped when a tree is chopped down.

Foraging

They can be obtained through foraging at any skill level, with a return of 1-3 twigs.

Code

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

 item Twigs
		Weight		= 0.1,
		Type		= Normal,
		DisplayName	= Twigs,
		Icon		= Twigs,

See also