Lipstick: Difference between revisions

From PZwiki
m (Automated header update.)
(Undo revision 316463 by Angostura (talk))
Tag: Undo
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Header|Project Zomboid|Items|Miscellaneous items|Appearance items}}
{{Header|Project Zomboid|Items|Miscellaneous items|Appearance}}
{{Page version|41.66}}
{{Page version|41.66}}
{{Infobox item
{{Infobox item
| display_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]]
| class_name = 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 19: Line 17:
Lipstick and other 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.
Lipstick and other 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.


{{clear}}
==Distribution==
==Distribution==
The loot distributions can be found in the table(s) below.
The loot distributions can be found in the table(s) below.
Line 26: Line 23:
! colspan="4" | Containers
! colspan="4" | Containers
|-
|-
!Building/Room
! Building/Room
!Container
! Container
! style="width: 3.2em;" |Rolls
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" |Chance
! style="width: 3.2em;" | Chance
|-
|-
| rowspan="2"|bathroom
|rowspan="3"|bathroom
| [[medicine]]
|[[counter]]
| 4
|4
| 6
|6
|-
|[[medicine]]
|4
|6
|-
|-
|[[shelves]]
|[[shelves]]
Line 40: Line 41:
|6
|6
|-
|-
| rowspan="2"|bedroom
|rowspan="2"|bedroom
| [[desk]]
|[[desk]]
| 4
|4
| 1
|1
|-
|-
|[[desk]]
|[[desk]]
Line 49: Line 50:
|1
|1
|-
|-
| rowspan="1"|office
|office
| [[desk]]
|[[desk]]
| 4
|4
| 1
|1
|-
|-
| rowspan="2"|pharmacy
|rowspan="2"|pharmacy
| [[shelves]]
|[[shelves]]
| 4
|4
| 1
|1
|-
|-
|[[shelves]]
|[[shelves]]
Line 63: Line 64:
|1
|1
|-
|-
| rowspan="1"|stripclub
|stripclub
| [[dresser]]
|[[dresser]]
| 4
|4
| 6
|6
|}
|}


Line 79: Line 80:
   | version = 41.78.16
   | version = 41.78.16
   | code =
   | code =
item Lipstick
item Lipstick
{
{
    DisplayCategory = Appearance,
    DisplayCategory = Appearance,
Line 90: Line 91:
WorldStaticModel = Lipstick,
WorldStaticModel = Lipstick,
}
}
  }}
}}
}}
}}


Line 97: 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