Eyes Makeup

From PZwiki
Revision as of 15:22, 25 June 2023 by Faalagorn (talk | contribs) (128px, minor cleanup)
The Game WorldItemsEyes Makeup
Eyes Makeup
Eyes Makeup
General
Category Appearance
Encumbrance
Heavy Load
0.1
Function Character Customization
Technical details
Base ID Base.MakeupEyeshadow

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

Distribution

Eyes makeup can be found in bathrooms, desks, and purses, as well as on the corpses of female zombies.

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.64

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

See also