Locket: Difference between revisions

From PZwiki
m (clean up, replaced: wikitable → pztable)
(Updated to version 40.43)
Tag: categories removed
Line 1: Line 1:
{{languages|Locket}}
{{languages|Locket}}
{{Items
{{header|The Game World|Items|version=Version 40|incver=43}}{{Infobox normal
|image = Locket.png  
| display_name = Locket
|weight = 0.5
| name_colour =
}}
| name_text_colour =
| image = Locket.png
| image_width = 120px
| weight = 0.5
| function = ''None''
| class_name = Base.Locket}}A '''locket''' is currently a useless {{T|item}}, and often considered as ''junk''.


A rare jewelry item found on corpses that currently has no current use. Two vaguely recognizable human faces can be found on the icon
==Usage==
A locket is a jewelry item and has no use, being added purely for the purpose of clutter, creating more realism for the {{T|player}} when looting.  


<!--== Crafting ==
==Distribution==
ITEM NAME can be used in the following recipes:
A locket can be found on corpses, in [[purse]]s and in some stores.


{| class="pztable" width="550" style="text-align:center;"
== Code ==
|-
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
! Ingredients || Other Items || Output || Description
{{Retrieved|version=40|incver=43}}
|-
<pre> item Locket
| Ingredient + [[Ingredient]] || None || [[What the recipe makes]] || Brief description of what it makes.
Weight = 0.5,
|}-->
Type = Normal,
DisplayName = Locket,
Icon = Locket,
MetalValue = 10,
</pre>


== Code ==
==See also==
<nowiki>item Locket
* [[Earrings]]
{
* [[Wedding Ring]]
Weight = 0.5,
Type = Normal,
DisplayName = Locket,
Icon = Locket,
}</nowiki>
[[Category:Items]]

Revision as of 21:01, 19 July 2019

Locket
Locket
General
Category Item
Encumbrance
Heavy Load
0.5
Function None
Technical details
Base ID Base.Locket

A locket is currently a useless item, and often considered as junk.

Usage

A locket is a jewelry item and has no use, being added purely for the purpose of clutter, creating more realism for the player when looting.

Distribution

A locket can be found on corpses, in purses and in some stores.

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.43

	item Locket
		Weight			= 0.5,
		Type			= Normal,
		DisplayName		= Locket,
		Icon			= Locket,
		MetalValue		= 10,

See also