Paperclip

From PZwiki
Revision as of 15:37, 5 April 2022 by VaileasysBot (talk | contribs) (file fix (A-L), replaced: File:Box of Paperclips.png → File:PaperclipBox.png, File:FISHFishingRod.png → File:FishingRod.png (2), File:FISHFishingRodCrafted.png → File:FishingRod crafted.png (2))
The Game WorldItemsPaperclip
Paperclip
Paperclip
Box of Paperclips
General
Category Item
Encumbrance
Heavy Load
Single: 0.003
Box: 0.3
Function recipes
Technical details
Base 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. 100 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
Fishing Rod
Fishing Rod x1
none Angler USA Magazine Vol.1 Fishing Rod Without line
Fishing Rod x1
(consumed)
Fishing Line
Fishing Line x2
(consumed)
File:Nailclip.png
Nails
or
Paperclip x1
(consumed)
FishingRod.png
Fishing Rod
with Twine Line
x1
none Angler USA Magazine Vol.1 Fishing Rod Without line
Fishing Rod x1
(consumed)
Twine
Twine (2 units)
(consumed)
File:Nailclip.png
Nails
or
Paperclip x1
(consumed)
Crafted Fishing Rod
Fishing Rod (crafted) x1
none Angler USA Magazine Vol.1 Knives.png
Kitchen Knife
or
Hunting Knife x1
Sturdy stick
Sturdy Stick x1
(consumed)
Fishing Line
Fishing Line x2
(consumed)
File:Nailclip.png
Nails
or
Paperclip x1
(consumed)
FishingRod crafted.png
Crafted Fishing Rod
with Twine Line
x1
none Angler USA Magazine Vol.1 Knives.png
Kitchen Knife
or
Hunting Knife x1
Sturdy stick
Sturdy Stick x1
(consumed)
Twine
Twine (2 units)
(consumed)
File:Nailclip.png
Nails
or
Paperclip x1
(consumed)


Other

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


Distribution

Paperclips can be found almost anywhere in the Zomboid world, especially in desks.

Coding

From newitems.txt (Project Zomboid directory/media/scripts/)

Paperclip Retrieved: Build 40.43

	item Paperclip
		Type		= Normal,
		DisplayName	= Paperclip,
		Icon		= Paperclip,
		Weight		= 0.003,
		MetalValue 	= 1,

Box of Paperclips Retrieved: Build 40.43

	item PaperclipBox
		Weight		= 0.3,
		Type		= Normal,
		DisplayName	= Box of Paperclips,
		Icon		= PaperclipBox,
		MetalValue 	= 40,

See also