Lipstick

From PZwiki
Revision as of 10:55, 9 January 2024 by VaileasysBot (talk | contribs) (β†’β€Žtop: category project: "The Game World")
Lipstick
Lipstick Model.png
General
Category
Appearance
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Function
None
Technical
Item ID
Base.Lipstick

Lipstick, is an appearance item, used to modify character looks by applying lipstick to their in-game model.

Usage

Eyes makeup can be used by the player while in the vicinity of a mirror or when having a mirror in inventory, lipstick can be applied in different colors and can be seen on the player.

Distribution

Lipstick can be found in bathrooms, desks, purses, and vehicles.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 40.43
item Lipstick
{
    Weight      = 0.2,
    Type        = Normal,
    DisplayName = Lipstick,
    Icon        = Lipstick,
    MetalValue  = 1,
}

See also