Twigs: Difference between revisions

From PZwiki
m (updated infobox variables)
m (Insert empty line above each {{Navbox}})
 
(27 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{languages|Twigs}}
{{Header|Project Zomboid|Items|Materials|Wood}}
{{header|The Game World|Items|type=Construction|version=Version 39|incver=67.5}}{{Infobox normal
{{Page version|41.78.16}}
|display_name=Twigs
{{Infobox item
|name_colour=Construction
|name=Twigs
|name_text_colour=Construction
|model=Twigs_Model.png
|image=Twigs_120px.png
|icon=Twigs.png
|icon_name=Twigs
|category=Material
|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
|material=Wood
|item_id=Base.Twigs
}}
}}
'''Twigs''' are small pieces of wood.
'''Twigs''' are small pieces of wood.
Line 20: Line 23:


===Recipes===
===Recipes===
{{Crafting table header}}
{{Crafting/sandbox2
{{RecipeLookup|4009}}
|campfire_materials
{{Crafting table footer}}
|campfire_materials2
}}


==Item distribution==
==Distribution==
'''Twigs''' can be dropped when a tree is chopped down.
'''Twigs''' can be dropped when a tree is chopped down.


Line 30: Line 34:
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/)'''''
{{CodeBox |{{CodeSnip
{{Retrieved|version=39|incver=67.5}}
  | lang = java
<nowiki> item Twigs
  | line = true
Weight = 0.1,
  | start = 894
Type = Normal,
  | source = newitems.txt
DisplayName = Twigs,
  | retrieved = true
Icon = Twigs,
  | version = 41.78.16
</nowiki>
  | code =
item Twigs
{
    DisplayCategory = Material,
Weight = 0.1,
Type = Normal,
DisplayName = Twigs,
Icon = Twigs,
WorldStaticModel = Twigs,
}
}}}}


==See also==
==See also==
*[[Foraging|Foraging Guide]]
*[[Foraging]]
*[[Pinecone]]
 
{{Navbox items|carpentry_materials}}
 
[[Category:Materials]]

Latest revision as of 15:59, 25 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Twigs
Twigs Model.png
General
Category
Material
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Function
Fire starting
Fuel
Properties
Material
Wood
Technical
Item 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 Ingredients Tools Requirements Workstation XP
TZ CampfireKitWood.png
Campfire Materials
One of:
Twigs.png Twigs ×1
Sheet.png Sheet ×1
Rag.png Ripped Sheets ×1
RagDirty.png Dirty Rag ×1
Book.png Book ×1
Magazine.png Magazine ×1
Newspaper.png Newspaper ×1
Each of:
Logs.png Log ×2
none none none 0.75 Carpentry
TZ CampfireKitWood.png
Campfire Materials
One of:
Twigs.png Twigs ×1
Sheet.png Sheet ×1
Rag.png Ripped Sheets ×1
RagDirty.png Dirty Rag ×1
Book.png Book ×1
Magazine.png Magazine ×1
Newspaper.png Newspaper ×1
Each of:
Plank.png Plank ×3
none none none 0.75 Carpentry

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 icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item Twigs
	{
	    DisplayCategory = Material,
		Weight	=	0.1,
		Type	=	Normal,
		DisplayName	=	Twigs,
		Icon	=	Twigs,
		WorldStaticModel = Twigs,
	}

See also