Comb

From PZwiki
Revision as of 08:32, 8 January 2024 by Calvy (talk | contribs) (→‎Code: code box update)
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