Lipstick: Difference between revisions

From PZwiki
m (added category)
m (128px)
Line 1: Line 1:
{{languages|Lipstick}}
{{Languages}}{{Header|The Game World|Items|version=Version 41|incver=66}}{{Infobox normal
{{header|The Game World|Items|version=Version 41|incver=66}}{{Infobox normal
| display_name = Lipstick
| display_name = Lipstick
| name_colour =  
| name_colour =  
| name_text_colour =  
| name_text_colour =  
| image = Lipstick.png
| image = Lipstick.png
| image_width = 120px
| image_width = 128px
| category = Appearance
| category = Appearance
| weight = 0.2
| weight = 0.2
| function = ''None''
| function = ''None''
| class_name = Base.Lipstick}}'''Lipstick''' currently applies a cosmetic change to the player.
| class_name = Base.Lipstick
}}'''Lipstick''' currently applies a cosmetic change to the player.


==Usage==
==Usage==
Line 20: Line 20:
'''''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}}
<pre> item Lipstick
<pre>
item Lipstick
Weight = 0.2,
Weight = 0.2,
Type = Normal,
Type = Normal,
Line 29: Line 30:


==See also==
==See also==
* [[Eyes Makeup]]
*[[Eyes Makeup]]
* [[Foundation Makeup]]
*[[Foundation Makeup]]

Revision as of 14:01, 25 June 2023

Lipstick
Lipstick
General
Category Appearance
Encumbrance
Heavy Load
0.2
Function None
Technical details
Base ID Base.Lipstick

Lipstick currently applies a cosmetic change to the player.

Usage

With the use of a mirror, 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