Paperclip

From PZwiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Paperclip
Paperclip Model.png
PaperclipBox Model.png
General
Category
Material
Encumbrance
Moodle Icon HeavyLoad.png
0.003 (single)
0.3 (box)
Function
Properties
Material
Metal
Metal quantity
1 (single)
40 (box)
Capacity
40
Technical
Item ID
Base.Paperclip
Base.PaperclipBox

Paperclips are used when repairing or crafting a fishing rod.

Usage

A paper clip is a small bit of metal that can be used in place of a nail when repairing or crafting a fishing rod. 40 paperclips can be consolidated into a box of paperclips, which is purely for organisational purposes, and provides no strategic advantage.

Crafting

Paperclips can be used in the following recipes:

Fishing

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4
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)

Other

Product XP gained Skill(s) Recipe Ingredient 1
Paperclip.png
Paperclip x40
0 XP none Box of Paperclips
Box of Paperclips
(consumed)
Box of Paperclips
Box of Paperclips
0 XP none Paperclip.png
Paperclip x40
(consumed)

Distribution

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

Containers
Building/Room Container Rolls Chance
all desk 4 1
filingcabinet 4 1
locker 4 1
officedrawers 4 1
other 1 1
artstore counter 4 1
shelves 4 1
shelves 4 2
bedroom crate 1 0.1
desk 4 1
desk 4 1
bookstore counter 4 1
classroom counter 4 0.1
metal_shelves 4 0.1
closet crate 4 1
metal_shelves 4 0.1
empty crate 4 1
garagestorage crate 4 1
generalstore shelves 4 1
hall locker 4 0.1
kitchen shelves 4 1
office counter 4 1
desk 4 1
metal_shelves 4 1
post counter 4 1

Paperclips can be found almost anywhere in the Knox Country, especially in desks.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Paperclip Paperclip.png
Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item Paperclip
    {
        DisplayCategory = Material,
        Type				=			Normal,
        DisplayName			=		    Paperclip,
        Icon				=			Paperclip,
        Weight				=			0.01,
        MetalValue = 1,
        WorldStaticModel = Paperclip,
    }

Box of Paperclips PaperclipBox.png
Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item PaperclipBox
    {
        DisplayCategory = Material,
        Weight	=	0.3,
        Type	=	Normal,
        DisplayName	=	Box of Paperclips,
        Icon	=	PaperclipBox,
        MetalValue = 40,
        WorldStaticModel = PaperclipBox,
    }

See also