Locket: Difference between revisions

From PZwiki
m (clean up, replaced: wikitable → pztable)
m (Automated Formatting)
(28 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{languages|Locket}}
{{Header|Project Zomboid|Items|Miscellaneous items|Junk}}
{{Items
{{Page version|41.78.16}}
|image = Locket.png  
{{Reupload|Missing 3D model}}
|weight = 0.5
{{Infobox item
|name=Locket
<!--|model=Locket_Model.png --COMMENT: model image to go here -->
|icon=Locket.png
|category=Junk
|weight=0.5
|function=''None''
|material=Metal
|material_value=10
|item_id=Base.Locket
}}
}}
A '''locket''' is currently a useless 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 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==
|-
{{CodeBox
! Ingredients || Other Items || Output || Description
| {{CodeSnip
|-
  | lang = java
| Ingredient + [[Ingredient]] || None || [[What the recipe makes]] || Brief description of what it makes.
  | line = true
|}-->
  | start = 1799
 
  | source = newitems.txt
== Code ==
  | retrieved = true
<nowiki>item Locket
  | version = 41.78.16
{
  | code =
Weight = 0.5,
item Locket
{
    DisplayCategory = Junk,
Weight = 0.5,
Type = Normal,
Type = Normal,
DisplayName = Locket,
DisplayName = Locket,
Icon = Locket,
Icon = Locket,
}</nowiki>
MetalValue = 10,
[[Category:Items]]
WorldStaticModel = Locket,
}
}}
}}
 
==See also==
*[[Earrings]]
*[[Wedding Ring]]
 
{{Navbox items|junk}}

Revision as of 09:47, 14 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D model
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Locket
Locket
General
Category
Junk
Encumbrance
Moodle Icon HeavyLoad.png
0.5
Function
None
Properties
Material
Metal
Metal quantity
10
Technical
Item 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

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item Locket
	{
	    DisplayCategory = Junk,
		Weight	=	0.5,
		Type	=	Normal,
		DisplayName	=	Locket,
		Icon	=	Locket,
		MetalValue = 10,
		WorldStaticModel = Locket,
	}

See also