Eyes Makeup: Difference between revisions

From PZwiki
m (Fixed typo)
(Added usage, updated category information, updated version information and included up to date script information.)
Line 1: Line 1:
{{languages|Eyes Makeup}}
{{languages|Eyes Makeup}}
{{header|The Game World|Items|version=Version 40|incver=43}}{{Infobox normal
{{header|The Game World|Items|version=Version 41|incver=64}}{{Infobox normal
| display_name = Eyes Makeup
| display_name = Eyes Makeup
| name_colour =  
| name_colour =  
Line 6: Line 6:
| image = MakeupEyeshadow.png
| image = MakeupEyeshadow.png
| image_width = 120px
| image_width = 120px
| category = Appearance
| weight = 0.1
| weight = 0.1
| function = ''None''
| function = ''Character Customization''
| class_name = Base.MakeupEyeshadow}}'''Eyes Makeup''', or '''eyeshadow''', is currently a useless {{T|item}}, and often considered as ''junk''.
| 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.


==Usage==
==Usage==
Eyes makeup has no use, being added purely for the purpose of clutter, creating more realism for the {{T|player}} when looting.  
Eyes makeup can be used by the {{T|player}} while in the vicinity of a [[Mirror|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==
==Distribution==
Eyes makeup can be found in bathrooms, desks, and [[purse]]s.  
Eyes makeup can be found in bathrooms, desks, and [[purse]]s, as well as on the corpses of female zombies.  


== Code ==
== Code ==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=43}}
{{Retrieved|version=41|incver=64}}
<pre> item MakeupEyeshadow
<pre> item MakeupEyeshadow
Weight = 0.1,
    {
Type = Normal,
        DisplayCategory = Appearance,
DisplayName = Eyes Makeup,
        Weight = 0.1,
Icon = MakeupEyeshadow,
        Type = Normal,
        DisplayName = Eyes Makeup,
        Icon = MakeupEyeshadow,
        MakeUpType = Eyes,
        WorldStaticModel = EyesMakeup,
    }
</pre>
</pre>



Revision as of 06:09, 20 December 2021

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