Hair Gel

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Hair Gel
HairGel Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Function
Character customization
Properties
Capacity
20 units
Technical
Item ID
Base.Hairgel

Hair gel is an appearance item, used to modify character looks by allowing specific hair styles.

Usage

When the player has hair gel in their inventory, they are able to use the 'Greased Back' and 'Mohawk' hair style variants. They do not require the use of scissors or a razor. The player can access these hairstyles in the 'info' panel by clicking the change button next to the current hair style.

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
aesthetic counter 4 1
crate 4 1
bathroom counter 4 1
counter 4 1
shelves 4 1
bedroom crate 1 0.2
closet crate 4 2
pharmacy shelves 4 4
shelves 4 4
stripclub dresser 4 1

Trivia

  • Although scissors/razors are not needed, using hair gel will cut players the hair.

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 Hairgel
    {
        DisplayCategory = Appearance,
        Type	=	Drainable,
        Weight	=	0.1,
        UseDelta	=	0.05,
        DisplayName	=	Hair gel,
        Icon	=	HairGel,
        WorldStaticModel = HairGel_Ground,
    }

See also