Twigs: Difference between revisions

From PZwiki
m (grammar)
(applied new boilerplate)
Line 1: Line 1:
{{languages|Twigs}}
{{languages|Twigs}}
{{Items
{{header|The Game World|Items|version=Version 39|incver=67.5}}{{Infobox normal
|image = Twigs.png  
|image=Twigs_120px.png  
|weight = 0,1
|weight=0.1
|weight_bkg=1
|primary_use=[[Heat source|Fire]] starting
|primary_use_bkg=
|secondary_use=[[Heat source|Fuel]]
|secondary_use_bkg=1
|class_name=Base.Twigs
|class_name_bkg=
}}
}}
'''Twigs''' are small pieces of wood which are dropped when a tree is chopped down.
'''Twigs''' are small pieces of wood.


== Crafting ==  
==Usage==
{| class="wikitable sortable" style="text-align:center;"
===Fire starting===
|-
Twigs can be used as kindling for fire starting.
! Name
 
! class="unsortable" | Recipe
===Fuel===
! class="unsortable" | Description
It can be used as a fuel for [[Heat source|fires]], and lasts for 15 minutes if done so.
 
===Recipes===
{{Crafting table header}}
{{RecipeLookup|4009}}
{{RecipeLookup|4009}}
|}
{{Crafting table footer}}
 
==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 ==
== Code ==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=39|incver=67.5}}
  <nowiki> item Twigs
  <nowiki> item Twigs
{
Weight = 0.1,
Weight = 0.1,
Type = Normal,
Type = Normal,
DisplayName = Twigs,
DisplayName = Twigs,
Icon = Twigs,
Icon = Twigs,
</nowiki>
} </nowiki>


[[Category:Items]]
==See also==
*[[Foraging|Foraging Guide]]

Revision as of 07:35, 13 July 2018

Twigs
{{{display_name}}}
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

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

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 39.67.5

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

See also