Twine

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Twine
Twine Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Function
Properties
Contents
Twine
Capacity
5 units
Technical
Item ID
Base.Twine

Twine is a drainable item used in crafting.

Usage

Fishing

For main article, see Fishing

Twine is used for fixing/making a fishing rod and crafted fishing rod. However, it is inferior to the fishing line which has a much greater durability.

It is required to make a fishing net trap, requiring 10 units of twine, which is equivalent to 2 full items of twine.

Trapping

For main article, see Trapping

Twine is required in making a stick trap and snare trap.

Crafting

Carpentry

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
LogWall Carpentry.png
Log Wall
1.25 Carpentry none Hammer.png
Hammer (tag)
(keep)
Logs.png
Log x4
(consumed)
One of:
Ripped Sheets.png Ripped Sheets x4
Twine.png Twine x4
Rope.png Rope x2

(consumed)

Weapons

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
KnifeFlint.png
Stone Knife
0 XP none Branch.png
Tree Branch
(consumed)
RockSharpened.png
Chipped Stone
(consumed)

(consumed)
AxeStone.png
Stone Axe
0 XP none Branch.png
Tree Branch
(consumed)
RockSharpened.png
Chipped Stone
(consumed)

(consumed)
HammerStone.png
Stone Hammer
0 XP none Branch.png
Tree Branch
(consumed)
Rock.png
Stone
(consumed)

(consumed)

Trapping and Fishing

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4
TrapSnare.png
Snare Trap
0.25 Carpentry Trapping 1 The Hunter Magazine Vol. 1
One of:
Hacksaw.png Saw
Handsaw.png Garden Saw

(keep)
Plank.png
Plank
(consumed)
Twine.png
Twine
(2 units)

(consumed)

TrapStick.png
Stick Trap
0 XP none The Hunter Magazine Vol. 2 TZ WoodenStick.png
Sturdy Stick x4
(consumed)
Twine.png
Twine
(2 units)

(consumed)


FishingRod.png
Fishing Rod
0 XP none Angler USA Magazine Vol. 1 Fishing Rod without Line
Fishing Rod without Line
(consumed)

(2 units)

(consumed)

(consumed)

Fishing Rod
Fishing Rod
0 XP none Angler USA Magazine Vol. 1
(keep)
TZ WoodenStick.png
Sturdy Stick
(consumed)

(2 units)

(consumed)

(consumed)
FishTrap.png
Fishing Net Trap
0 XP none Angler USA Magazine Vol. 2 Twine.png
Twine
(10 units)

(consumed)
Wire.png
Wire
(5 units)

(consumed)


Electrical

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4 Ingredient 5
PipeBomb.png
Pipe Bomb
0 XP none Engineer
One of:
Hacksaw.png Saw
Handsaw.png Garden Saw

(keep)
MetalTube.png
Metal Pipe
(consumed)
ElectronicsScrap.png
Scrap Electronics x3
(consumed)
GunpowderJar.png
Gunpowder
(20 units)

(consumed)
Twine.png
Twine
(1 unit)

(consumed)

Distribution

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

Containers
Building/Room Container Rolls Chance
SafehouseLoot crate 4 1
all other 1 1
armysurplus counter 4 1
burgerkitchen counter 4 1
butcher counter 4 1
cafeteriakitchen counter 4 1
chinesekitchen counter 4 1
closet crate 4 1
crate 4 1
deepfry_kitchen counter 4 1
empty crate 4 1
italiankitchen counter 4 1
mexicankitchen counter 4 1
morgue counter 4 1
pizzakitchen counter 4 1
post counter 4 1
seafoodkitchen counter 4 1
toolstore counter 4 1
westernkitchen counter 4 1

Twine can be found in vehicles, sheds, and tool stores.

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 Twine
    {
        DisplayCategory = Material,
        Type	            =	        Drainable,
        UseDelta	        =	        0.2,
        UseWhileEquipped	=           FALSE,
        DisplayName			=		    Twine,
        Icon				=			Twine,
        Weight				=			0.1,
        SurvivalGear = TRUE,
        ConsolidateOption = ContextMenu_Merge,
        WorldStaticModel = Twine,
    }

See also