Eyes Makeup: Difference between revisions

From PZwiki
(Added 3d Model and removed reupload tag)
m (Category Project: Appearance)
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|Project Zomboid|Items|version=Version 41|incver=64}}
{{header/sandbox2|Project Zomboid|Items|Miscellaneous items|Appearance items}}
{{page version|41.64}}
{{Infobox item
{{Infobox item
| display_name = Eyes Makeup
| display_name = Eyes Makeup
Line 23: Line 24:
==Code==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=64}}
{{Retrieved|version=41.64}}
<pre>
<pre>
item MakeupEyeshadow
item MakeupEyeshadow

Revision as of 06:18, 27 January 2024

Template:Header/sandbox2

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

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