Locket: Difference between revisions

From PZwiki
m (→‎top: Category Project: Junk)
m (Automated Formatting)
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Languages}}
{{Header|Project Zomboid|Items|Miscellaneous items|Junk}}
{{header/sandbox2|Project Zomboid|Items|Miscellaneous items|Junk}}
{{Page version|41.78.16}}
{{page version|41.78.16}}
{{Reupload|Missing 3D model}}
{{Reupload|Missing 3D model}}
{{Infobox item
{{Infobox item
| display_name = Locket
|name=Locket
<!--| model = Locket_Model.png --COMMENT: model image to go here -->
<!--|model=Locket_Model.png --COMMENT: model image to go here -->
| icon = Locket.png
|icon=Locket.png
| category = Junk
|category=Junk
| weight = 0.5
|weight=0.5
| function = ''None''
|function=''None''
| material = Metal
|material=Metal
| material_value = 10
|material_value=10
| class_name = Base.Locket
|item_id=Base.Locket
}}
}}
A '''locket''' is currently a useless item, and often considered as ''junk''.
A '''locket''' is currently a useless item, and often considered as ''junk''.


==Usage==
==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.  
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==
==Distribution==
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==
Line 27: Line 26:
   | lang = java
   | lang = java
   | line = true
   | line = true
   | start = 0
   | start = 1799
   | source = newitems.txt
   | source = newitems.txt
   | retrieved = true
   | retrieved = true
   | version = 41
   | version = 41.78.16
  | incver = 78.16
   | code =
   | code =
item Locket
item Locket
{
{
  DisplayCategory   = Junk,
    DisplayCategory = Junk,
  Weight           = 0.5,
Weight = 0.5,
  Type             = Normal,
Type = Normal,
  DisplayName       = Locket,
DisplayName = Locket,
  Icon             = Locket,
Icon = Locket,
  MetalValue       = 10,
MetalValue = 10,
  WorldStaticModel = Locket,
WorldStaticModel = Locket,
}
}
  }}
}}
}}
}}


Line 50: Line 48:
*[[Wedding Ring]]
*[[Wedding Ring]]


{{Clear}}<!--Remove when the page gets longer-->
{{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