Hairspray

From PZwiki
Revision as of 08:26, 2 February 2024 by Calvy (talk | contribs) (→‎Code: Update codebox to B41)

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]
Hairspray
Hairspray Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Function
Technical
Item ID
Base.Hairspray
Used in improvised defensive devices. Requires known recipe or Engineer profession.
— In-game tooltip

Hairspray is an item used in crafting electrical items.

Usage

Hairspray is only used as a crafting component in electrical items. It cannot be used to change the player's appearance like hair gel.

Crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
Aerosolbomb.png
Aerosol Bomb
0 XP none Engineer Hairspray.png
Hairspray
(consumed)
Sparklers.png
Box of Sparklers
(consumed)
Aluminum.png
Aluminum
(consumed)

Distribution

Can be found in bathrooms and hairdressers.

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 Hairspray
    {
        DisplayCategory = Appearance,
        Weight	=	0.2,
        Type	=	Normal,
        DisplayName	=	Hairspray,
        Icon	=	Hairspray,
        Tooltip = Tooltip_ItemTraps,
        WorldStaticModel = HairSpray,
    }

See also