Lipstick: Difference between revisions

From PZwiki
m (Removed Navbox(es) and added Navbox items)
m (Automated Formatting)
Line 12: Line 12:
|item_id=Base.Lipstick
|item_id=Base.Lipstick
}}
}}
'''Lipstick''', is an [[appearance]] item, used to modify character looks by applying lipstick to their in-game model.
'''Lipstick''', is an [[appearance]] item, used to modify character looks by applying lipstick to their in-game model.


Line 29: Line 28:
! style="width: 3.2em;" | Chance
! style="width: 3.2em;" | Chance
|-
|-
|rowspan="3"|bathroom  
|rowspan="3"|bathroom
|[[counter]]  
|[[counter]]
|4  
|4
|6
|6
|-
|-
|[[medicine]]  
|[[medicine]]
|4  
|4
|6
|6
|-
|-
|[[shelves]]  
|[[shelves]]
|4  
|4
|6
|6
|-
|-
|rowspan="2"|bedroom  
|rowspan="2"|bedroom
|[[desk]]  
|[[desk]]
|4  
|4
|1
|1
|-
|-
|[[desk]]  
|[[desk]]
|4  
|4
|1
|1
|-
|-
|office  
|office
|[[desk]]  
|[[desk]]
|4  
|4
|1
|1
|-
|-
|rowspan="2"|pharmacy  
|rowspan="2"|pharmacy
|[[shelves]]  
|[[shelves]]
|4  
|4
|1
|1
|-
|-
|[[shelves]]  
|[[shelves]]
|4  
|4
|1
|1
|-
|-
|stripclub  
|stripclub
|[[dresser]]  
|[[dresser]]
|4  
|4
|6
|6
|}
|}
Line 91: Line 90:
MakeUpType = Lips,
MakeUpType = Lips,
WorldStaticModel = Lipstick,
WorldStaticModel = Lipstick,
}  
}
}}
}}
}}
}}

Revision as of 09:45, 14 April 2024

Spiffo controlyourself.png
This page was last updated for an older version (41.66).
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.
Lipstick
Lipstick Model.png
General
Category
Appearance
Encumbrance
Moodle Icon HeavyLoad.png
0.2
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.

Distribution

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

Containers
Building/Room Container Rolls Chance
bathroom counter 4 6
medicine 4 6
shelves 4 6
bedroom desk 4 1
desk 4 1
office desk 4 1
pharmacy shelves 4 1
shelves 4 1
stripclub dresser 4 6

Code

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

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item Lipstick
	{
	    DisplayCategory = Appearance,
		Weight	=	0.2,
		Type	=	Normal,
		DisplayName	=	Lipstick,
		Icon	=	Lipstick,
		MetalValue = 1,
		MakeUpType = Lips,
		WorldStaticModel = Lipstick,
	}

See also