Locket: Difference between revisions

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


==Usage==
==Usage==
Line 16: Line 16:
A locket can be found on corpses, in [[purse]]s and in some stores.  
A locket can be found on corpses, in [[purse]]s and in some stores.  


== Code ==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=43}}
{{Retrieved|version=40|incver=43}}
<pre> item Locket
<pre>
item Locket
Weight = 0.5,
Weight = 0.5,
Type = Normal,
Type = Normal,
Line 28: Line 29:


==See also==
==See also==
* [[Earrings]]
*[[Earrings]]
* [[Wedding Ring]]
*[[Wedding Ring]]

Revision as of 14:14, 25 June 2023

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