Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Be crafty.png

Build 42 unstable is out now!

The wiki has already begun updating. Please be patient during the transition.
Help us by contributing to the build 42 update project.
The Project Zomboid Map Project will not be updated until at least January, in the meantime use B42 Map.

404SpiffoMascotMap.png

Lipstick

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Parts of this page may have been automatically updated to the latest build (42.0.2).
Lipstick
Lipstick Model.png
General
Category
Appearance
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Properties
Metal quantity
1
Capacity
5 units
Technical
Item ID
Base.Lipstick

Lipstick, is an appearance item, used to modify character looks by applying lipstick to their in-game model.

Usage

Lipstick and other 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.

Location

The loot distributions can be found in the table(s) below.

Lipstick distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits. Duplicate entries do exist, but have been removed for clarity.

Containers
Building/Room Container Effective chance
bathroom bin 4.44%
bathroom counter 15.52%
bathroom medicine 15.52%
bathroom shelves 15.52%
closet cardboardbox 19.68%
closet smallbox 19.68%
garagestorage cardboardbox 19.68%
garagestorage smallbox 19.68%
gigamart shelves 41.46%
gigamart shelves 23.67%
hospitalroom sidetable 3.43%
livingroom cardboardbox 19.68%
livingroom crate 19.68%
livingroom smallbox 19.68%
office desk 19.68%
pharmacy shelves 23.67%
shed smallbox 19.68%
storageunit cardboardbox 19.68%
storageunit crate 19.68%
storageunit metal_shelves 19.68%
storageunit smallbox 19.68%
stripclub dresser 15.52%
waitingroom desk 19.68%
Vehicle
Type Container Effective chance
Dancer Glove Box 6.53%
Dancer Seat Front 6.53%
Stories
Story ID Link
RDSBathroomZed Randomized stories
Foraging
Amount Skill level Biome: chance Weather modifiers % Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
1 0 DeepForest: 15
Farm: 15
FarmLand: 15
ForagingNav: 15
Forest: 15
TownZone: 15
TrailerPark: 15
Vegitation: 15
- - - - - - -

History

Base.Lipstick

Version Description
Build 42.0.0 IconColorMask added with value Lipstick_Mask.
OnCreate added with value SpecialLootSpawns.OnCreateColorFromDefinition.
Type changed from Normal to Drainable.
UseDelta added with value 0.2.
UseWhileEquipped added with value FALSE.
Build 41.65 DisplayCategory added with value Appearance.
Build 41.51 WorldStaticModel added with value Lipstick.
Build 41.35 MakeUpType added with value Lips.
Build 35.25b MetalValue added with value 1.
RC2.9.9.10 Weight changed from 0.5 to 0.2.
RC2.9 - Build 0007 Released on this version.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items_aesthetic.txt

Retrieved: Build 42.0.2
item Lipstick
	{
	    DisplayCategory = Appearance,
		Weight	=	0.2,
        	Type	=	Drainable,
        	UseWhileEquipped	=	FALSE,
        	UseDelta	=	0.2,
		DisplayName	=	Lipstick,
		Icon	=	Lipstick,
		IconColorMask = Lipstick_Mask,
		MetalValue = 1,
		MakeUpType = Lips,
		WorldStaticModel = Lipstick,
		OnCreate = SpecialLootSpawns.OnCreateColorFromDefinition,
	}

See also