Perfume: Difference between revisions

From PZwiki
(→‎See also: Annesia perfume for her billboard.png)
(→‎Code: code box update)
Line 17: Line 17:


==Code==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox
{{Retrieved|version=40|incver=43}}
| {{CodeSnip
<pre>
  | lang = java
item Perfume
  | line = true
Weight = 0.1,
  | start = 0
Type = Normal,
  | source = newitems.txt
DisplayName = Perfume,
  | retrieved = true
Icon = Perfume1,
  | version = 40
</pre>
  | incver = 43
  | code =
item Perfume
{
  Weight     = 0.1,
  Type       = Normal,
  DisplayName = Perfume,
  Icon       = Perfume1,
}
  }}
}}


==Gallery==
==Gallery==

Revision as of 08:51, 8 January 2024

Perfume
General
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Function
None
Technical
Item ID
Base.Perfume

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

Usage

Perfume has no use, being added purely for the purpose of clutter, creating more realism for the player when looting.

Distribution

Perfume can be found in bathrooms, desks, and purses.

Code

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

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 40.43
item Perfume
{
  Weight      = 0.1,
  Type        = Normal,
  DisplayName = Perfume,
  Icon        = Perfume1,
}

Gallery

See also