Eyes Makeup

From PZwiki
Revision as of 05:54, 5 March 2024 by CalvyBot (talk | contribs) (Removed {{clear}} line above ==Distribution==)
Spiffo controlyourself.png
This page was last updated for an older version (41.64).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Eyes Makeup
MakeupEyeshadow model.png
General
Category
Appearance
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Function
Character Customization
Technical
Item ID
Base.MakeupEyeshadow

Eyes makeup, or eyeshadow, is an appearance item, used to modify character looks by applying face paint or eyeshadow 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, allowing the player to apply various styles of face paint to their character's model. There are also a number of different colors of eyeshadow available to the player, as well as the ability to remove any makeup previously applied.

Distribution

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

Containers
Building/Room Container Rolls Chance
bathroom medicine 4 6
shelves 4 6
bedroom desk 4 1
desk 4 1
closet crate 4 6
office desk 4 1
pharmacy shelves 4 1
stripclub dresser 4 6

Code

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

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.64
item MakeupEyeshadow
{
  DisplayCategory     = Appearance,
  Weight              = 0.1,
  Type                = Normal,
  DisplayName         = Eyes Makeup,
  Icon                = MakeupEyeshadow,
  MakeUpType          = Eyes,
  WorldStaticModel    = EyesMakeup,
}

See also