Comb

From PZwiki
Revision as of 05:57, 27 January 2024 by VaileasysBot (talk | contribs) (→‎top: Category Project: Junk)

Template:Header/sandbox2

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
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