Paperclip: Difference between revisions

From PZwiki
m (→‎top: category project: "The Game World")
(added infobox model & updated values to include box)
Line 7: Line 7:
|icon=Paperclip.png
|icon=Paperclip.png
|icon_name=Paperclip
|icon_name=Paperclip
|model2=PaperclipBox_Model.png
|icon2 = PaperclipBox.png
|icon2 = PaperclipBox.png
|icon_name2 = Box of Paperclips
|icon_name2 = Box of Paperclips
|weight = '''Single:''' 0.003<br>'''Box:''' 0.3
|weight = 0.003 <small>(Single)</small><br>0.3 <small>(Box)</small>
|primary_use = [[crafting|recipes]]
|function = [[Fishing]]
|class_name = Base.Paperclip<br>Base.PaperclipBox
|material = Metal
|material_value = 1 <small>(Single)</small><br>40 <small>(Box)</small>
|capacity = 40 <small>(Box)</small>
|item_id = Base.Paperclip<br>Base.PaperclipBox
}}'''Paperclips''' are used when repairing or [[crafting]] a [[Fishing Rod|fishing rod]].
}}'''Paperclips''' are used when repairing or [[crafting]] a [[Fishing Rod|fishing rod]].



Revision as of 13:15, 21 January 2024

Project ZomboidItemsPaperclip
Paperclip
Paperclip Model.png
PaperclipBox Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.003 (Single)
0.3 (Box)
Function
Properties
Material
Metal
Metal quantity
1 (Single)
40 (Box)
Capacity
40 (Box)
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

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

Gallery

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