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

A paperclip is 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 Ingredients Tools Requirements Workstation XP
FishingRod crafted.png
Fishing Rod
One of:
HuntingKnife.png Hunting Knife ×1
KnifeChopping.png Kitchen Knife ×1
Machete.png Machete ×1
Cleaver.png Meat Cleaver ×1
KnifeFlint.png Stone Knife ×1
Each of:
TZ WoodenStick.png Sturdy Stick ×1
none
MagazineFish.png
Angler USA Magazine Vol.1
none none
FishingRod crafted.png
Fishing Rod
One of:
HuntingKnife.png Hunting Knife ×1
KnifeChopping.png Kitchen Knife ×1
Machete.png Machete ×1
Cleaver.png Meat Cleaver ×1
KnifeFlint.png Stone Knife ×1
One of:
Fishing Line.png Fishing Line ×1
Twine.png Twine ×2 unit(s)
One of:
Nails.png Nails ×1
Paperclip.png Paperclip ×1
Each of:
TZ WoodenStick.png Sturdy Stick ×1
none
MagazineFish.png
Angler USA Magazine Vol.1
none none

Other

Product Ingredients Tools Requirements Workstation XP
Paperclip.png
Paperclip ×40
PaperclipBox.png Box of Paperclips ×1 none none none none
PaperclipBox.png
Box of Paperclips
Paperclip.png Paperclip ×40 none none none none

Distribution

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

Paperclip distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all counter 4 20.0
all crate 1 0.8
all desk 4 4.0
all filingcabinet 4 10.0
all locker 4 10.0
all officedrawers 4 10.0
all other 1 10.0
all sidetable 4 4.0
artstore counter 4 10.0
bedroom crate 1 1.0
bedroom desk 4 10.0
classroom counter 4 10.0
classroom metal_shelves 4 10.0
closet crate 4 10.0
empty crate 4 10.0
garagestorage crate 4 10.0
hall locker 4 10.0
kitchen counter 4 10.0
kitchen shelves 4 10.0
office counter 4 10.0
office desk 4 4.0
office desk 4 10.0
office metal_shelves 4 10.0
Vehicles
Vehicle Type/Location Rolls Chance
AmbulanceGloveBox 4 4
CarpenterGloveBox 4 4
ConstructionWorkerGloveBox 4 4
DistilleryGloveBox 4 4
DoctorGloveBox 4 4
ElectricianGloveBox 4 4
FarmerGloveBox 4 4
FireGloveBox 4 4
FishermanGloveBox 4 4
FossoilGloveBox 4 4
GloveBox 4 4
GolfGloveBox 4 4
HeraldsGloveBox 4 4
HunterGloveBox 4 4
MassGenFacGloveBox 4 4
McCoyGloveBox 4 4
MetalWelderGloveBox 4 4
PainterGloveBox 4 4
PoliceGloveBox 4 4
PostalGloveBox 4 4
RadioGloveBox 4 4
RangerGloveBox 4 4
SpiffoGloveBox 4 4
SurvivalistGlovebox 4 4
TaxiGloveBox 4 4
TransitGloveBox 4 4

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