Paperclip: Difference between revisions

From PZwiki
m (clean up, replaced: wikitable → pztable (2))
(Use latest template and updated to version 40.43)
Line 1: Line 1:
__NOTOC__
{{Notice|Improve}}
{{languages|Paperclip}}
{{languages|Paperclip}}
{{Items
{{header|The Game World|Items|type=Construction|version=Version 40|incver=43}}{{Infobox normal
|image = Paperclip.png
|display_name = Paperclip
|weight = 0.1
|name_colour = Construction
}}
|name_text_colour = Construction
A '''paper clip''' is a small bit of metal that can be found almost anywhere in the Zomboid world, especially in [[Containers#Desks|desks]]. It can be used in place of a [[Nails|nail]] when repairing or crafting a [[Fishing Rod|fishing rod]].
|image = Paperclip.png  
|alternate_image = PaperclipBox.png
|alternate_name = Box of Paperclips
|alternate_link =
|weight = '''Single:''' 0.003<br>'''Box:''' 0.3
|primary_use = [[crafting|recipes]]
|class_name = Base.Paperclip<br>Base.PaperclipBox
}}'''Paperclips''' are used when repairing or [[crafting]] a [[Fishing Rod|fishing rod]].


==Usage==
A '''paper clip''' is a small bit of metal that can be used in place of a [[Nails|nail]] when repairing or crafting a [[Fishing Rod|fishing rod]]. 100 paperclips can be consolidated into a box of paperclips, which is purely for organisational purposes, and provides no strategic advantage.


== Crafting ==
== Crafting ==
{| class="pztable sortable" style="text-align:center;"
Paperclips can be used in the following recipes: 
|-
=== Fishing ===
! Name
{{Crafting table header}}
! class="unsortable" | Recipe
! class="unsortable" | Description
! class="unsortable" | Skill Level
{{RecipeLookup|6005}}
{{RecipeLookup|6005}}
{{RecipeLookup|6006}}
{{RecipeLookup|6006}}
{{RecipeLookup|6007}}
{{RecipeLookup|6007}}
{{RecipeLookup|6008}}
{{RecipeLookup|6008}}
|}
{{Crafting table footer}}


=== Other ===
{{Crafting table header}}
{{RecipeLookup|4028}}
{{Crafting table footer}}
==Distribution==
Paperclips can be found almost anywhere in the Zomboid world, especially in [[Containers#Desks|desks]].


==Coding==
==Coding==
<nowiki>
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
 
''Paperclip''
{{Retrieved|version=40|incver=43}}
<pre>
item Paperclip
item Paperclip
Type = Normal,
Type = Normal,
DisplayName = Paperclip,
DisplayName = Paperclip,
Icon = Paperclip,
Icon = Paperclip,
Weight = 0.1,
Weight = 0.003,
</nowiki>
MetalValue = 1,
</pre>


 
''Box of Paperclips''
== History ==
{{Retrieved|version=40|incver=43}}
 
<pre>
{| class="pztable" width="550" style="text-align:center;"
item PaperclipBox
|-
Weight = 0.3,
! colspan="2" | Alpha
Type = Normal,
|-
DisplayName = Box of Paperclips,
| - || -
Icon = PaperclipBox,
|}
MetalValue = 40,
</pre>


==See also==
==See also==
* [[Fishing]]
* [[Fishing]]
<!--
 
{{Navbox/Weapons}}
-->
[[Category:Items]]
[[Category:Items]]

Revision as of 09:01, 5 July 2019

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

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Other

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

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