Lipstick: Difference between revisions

From PZwiki
m (→‎Usage: Corrected phrasing.)
(added function to infobox)
Line 11: Line 11:
| category = Appearance
| category = Appearance
| weight = 0.2
| weight = 0.2
| function = ''None''
| function = [[Appearance|Apply lips makeup]]
| class_name = Base.Lipstick
| class_name = Base.Lipstick
}}
}}

Revision as of 12:20, 21 January 2024

Lipstick
Lipstick Model.png
General
Category
Appearance
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Technical
Item ID
Base.Lipstick

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

Usage

Lipstick and other 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