Lipstick: Difference between revisions

From PZwiki
m (→‎top: Replace "Infobox_normal" with "Infobox_item")
(Improvements)
Line 1: Line 1:
{{Languages}}{{Header|The Game World|Items|version=Version 41|incver=66}}{{Infobox item
{{Languages}}
{{Header|The Game World|Items|version=Version 41|incver=66}}
{{Reupload}}<!--Needs model image in infobox-->
{{Infobox item
| display_name = Lipstick
| display_name = Lipstick
| name_colour =  
| name_colour =  
Line 9: Line 12:
| function = ''None''
| function = ''None''
| class_name = Base.Lipstick
| class_name = Base.Lipstick
}}'''Lipstick''' currently applies a cosmetic change to the player.
}}
'''Lipstick''', is an [[appearance]] item, used to modify character looks by applying lipstick to their in-game model.


==Usage==
==Usage==
With the use of a mirror, lipstick can be applied in different colors and can be seen on the player.
Eyes makeup can be used by the [[player]] while in the vicinity of a [[Mirrors|mirror]] or when having a [[mirror]] in [[inventory]], lipstick can be applied in different colors and can be seen on the player.


==Distribution==
==Distribution==
Lipstick can be found in bathrooms, desks, [[purse]]s and [[vehicles]].  
Lipstick can be found in bathrooms, desks, [[purse]]s, and [[vehicles]].


== 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=40|incver=43}}
Line 32: Line 36:
*[[Eyes Makeup]]
*[[Eyes Makeup]]
*[[Foundation Makeup]]
*[[Foundation Makeup]]
*[[Mirror]]

Revision as of 22:31, 6 January 2024

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.
Lipstick
General
Category
Appearance
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Function
None
Technical
Item ID
Base.Lipstick

Lipstick, is an appearance item, used to modify character looks by applying lipstick 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, lipstick can be applied in different colors and can be seen on the player.

Distribution

Lipstick can be found in bathrooms, desks, purses, and vehicles.

Code

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

	item Lipstick
		Weight			= 0.2,
		Type			= Normal,
		DisplayName		= Lipstick,
		Icon			= Lipstick,
		MetalValue		= 1,

See also