Eyes Makeup: Difference between revisions

From PZwiki
m (→‎Usage: clarified)
m (Minor fixes)
Line 13: Line 13:
| class_name = Base.MakeupEyeshadow
| class_name = 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.
'''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==
==Usage==
Eyes makeup can be used by the {{T|player}} while in the vicinity of a [[Mirrors|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.
Eyes makeup can be used by the [[player]] while in the vicinity of a [[Mirrors|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==
==Distribution==
Line 40: Line 40:
*[[Foundation Makeup]]
*[[Foundation Makeup]]
*[[Lipstick]]
*[[Lipstick]]
*[[Mirror]]

Revision as of 22:29, 6 January 2024

The Game WorldItemsEyes Makeup
Frame.png
This article contains outdated/low-quality images.
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Eyes Makeup
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

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