Lipstick: Difference between revisions

From PZwiki
m (Updated distribution table)
(Undo revision 316463 by Angostura (talk))
Tag: Undo
(6 intermediate revisions by 2 users not shown)
Line 2: Line 2:
{{Page version|41.66}}
{{Page version|41.66}}
{{Infobox item
{{Infobox item
|name = Lipstick
|name=Lipstick
| name_colour =
|model=Lipstick_Model.png
| name_text_colour =
|icon=Lipstick.png
| model = Lipstick_Model.png
|icon_name=Lipstick
| icon=Lipstick.png
|model_width=128px
| icon_name=Lipstick
|category=Appearance
| model_width = 128px
|weight=0.2
| category = Appearance
|function=[[Appearance|Apply lips makeup]]
| weight = 0.2
|item_id=Base.Lipstick
| function = [[Appearance|Apply lips makeup]]
|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 31: 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 83: Line 80:
   | version = 41.78.16
   | version = 41.78.16
   | code =
   | code =
item Lipstick
item Lipstick
{
{
    DisplayCategory = Appearance,
    DisplayCategory = Appearance,
Line 94: Line 91:
WorldStaticModel = Lipstick,
WorldStaticModel = Lipstick,
}
}
  }}
}}
}}
}}


Line 101: Line 98:
*[[Foundation Makeup]]
*[[Foundation Makeup]]
*[[Mirror]]
*[[Mirror]]
{{Navbox items|appearance}}

Revision as of 22:46, 18 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