Comb: Difference between revisions

From PZwiki
m (→‎top: Replace "Infobox_normal" with "Infobox_item")
(→‎Code: code box update)
Line 20: Line 20:


==Code==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
 
{{Retrieved|version=41|incver=78.16}}
{{CodeBox
<pre>
| {{CodeSnip
item Comb
  | lang = java
{
  | line = true
    DisplayCategory = Junk,
  | start = 0
Weight = 0.2,
  | source = newitems.txt
Type = Normal,
  | retrieved = true
DisplayName = Comb,
  | version = 41
Icon = Comb,
  | incver = 78.16
WorldStaticModel = Comb,
  | code =
}
item Comb
</pre>
{
    DisplayCategory = Junk,
    Weight = 0.2,
    Type = Normal,
    DisplayName = Comb,
    Icon = Comb,
    WorldStaticModel = Comb,
}
  }}
}}


==See also==
==See also==

Revision as of 08:32, 8 January 2024

Comb
Comb Model.png
General
Category
Junk
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Function
None
Technical
Item ID
Base.Comb

Combs are currently a useless item, and often considered as junk.

Usage

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

Distribution

Combs can be found in bathroom counters, medicine cabinets, hair salons and corpses.

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 Comb
{
    DisplayCategory = Junk,
    Weight = 0.2,
    Type = Normal,
    DisplayName = Comb,
    Icon = Comb,
    WorldStaticModel = Comb,
}

See also