Twigs: Difference between revisions

From PZwiki
(infobox changes and new code section)
m (→‎top: category project: "The Game World")
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|The Game World|Items|type=Construction|version=Version 41|incver=78.16}}
{{Header|Project Zomboid|Items|type=Construction|version=Version 41|incver=78.16}}
{{Infobox item
{{Infobox item
|display_name=Twigs
|display_name=Twigs

Revision as of 11:03, 9 January 2024

Twigs
[[File:|Twigs|200px|class=pixelart]]
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 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)

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 (25 September 2023)
item Twigs
	{
	    DisplayCategory = Material,
		Weight	=	0.1,
		Type	=	Normal,
		DisplayName	=	Twigs,
		Icon	=	Twigs,
		WorldStaticModel = Twigs,
	}

See also