Lipstick: Difference between revisions

From PZwiki
m (→‎top: Replace "Infobox_normal" with "Infobox_item")
m (Distribution table update)
(27 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{Languages}}{{Header|The Game World|Items|version=Version 41|incver=66}}{{Infobox item
{{Header|Project Zomboid|Items|Miscellaneous items|Appearance}}
| display_name = Lipstick
{{Page version|41.66}}
| name_colour =  
{{Infobox item
| name_text_colour =  
|name=Lipstick
| model = Lipstick.png
|model=Lipstick_Model.png
| model_width = 128px
|icon=Lipstick.png
| category = Appearance
|icon_name=Lipstick
| weight = 0.2
|model_width=128px
| function = ''None''
|category=Appearance
| class_name = Base.Lipstick
|weight=0.2
}}'''Lipstick''' currently applies a cosmetic change to the player.
|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.


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


==Distribution==
==Distribution==
Lipstick can be found in bathrooms, desks, [[purse]]s and [[vehicles]].  
The loot distributions can be found in the table(s) below.


== Code ==
<!--BOT FLAG|Lipstick|41.78.16-->
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{clear}}
{{Retrieved|version=40|incver=43}}
<div class="togglebox theme-red">
<pre>
    <div>Lipstick distribution
item Lipstick
        <span class="mw-customtoggle-togglebox-Lipstick" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
Weight = 0.2,
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Lipstick">
Type = Normal,
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
DisplayName = Lipstick,
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
Icon = Lipstick,
    |+ {{ll|Containers}}
MetalValue = 1,
    ! Building / Room
</pre>
    ! Container
    ! Rolls
    ! Chance
    |-
    | all
    | {{ll|Handbag}}
    | 1
    | 6.0
    |-
    | all
    | {{ll|inventoryfemale}}
    | 1
    | 1.0
    |-
    | bathroom
    | {{ll|counter}}
    | 4
    | 6.0
    |-
    | bathroom
    | {{ll|medicine}}
    | 4
    | 6.0
    |-
    | bathroom
    | {{ll|shelves}}
    | 4
    | 6.0
    |-
    | bedroom
    | {{ll|desk}}
    | 4
    | 1.0
    |-
    | office
    | {{ll|desk}}
    | 4
    | 1.0
    |-
    | pharmacy
    | {{ll|shelves}}
    | 4
    | 10.0
    |-
    | stripclub
    | {{ll|dresser}}
    | 4
    | 6.0
    |}
</div>
<div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Vehicles}}
    ! Vehicle Type/Location
    ! Rolls
    ! Chance
    |-
    | AmbulanceGloveBox
    | 4
    | 6
    |-
    | CarpenterGloveBox
    | 4
    | 6
    |-
    | ConstructionWorkerGloveBox
    | 4
    | 6
    |-
    | DistilleryGloveBox
    | 4
    | 6
    |-
    | DoctorGloveBox
    | 4
    | 6
    |-
    | ElectricianGloveBox
    | 4
    | 6
    |-
    | FarmerGloveBox
    | 4
    | 6
    |-
    | FireGloveBox
    | 4
    | 6
    |-
    | FishermanGloveBox
    | 4
    | 6
    |-
    | FossoilGloveBox
    | 4
    | 6
    |-
    | GloveBox
    | 4
    | 6
    |-
    | GolfGloveBox
    | 4
    | 6
    |-
    | HeraldsGloveBox
    | 4
    | 6
    |-
    | HunterGloveBox
    | 4
    | 6
    |-
    | MassGenFacGloveBox
    | 4
    | 6
    |-
    | McCoyGloveBox
    | 4
    | 6
    |-
    | MetalWelderGloveBox
    | 4
    | 6
    |-
    | PainterGloveBox
    | 4
    | 6
    |-
    | PostalGloveBox
    | 4
    | 6
    |-
    | RadioGloveBox
    | 4
    | 6
    |-
    | RangerGloveBox
    | 4
    | 6
    |-
    | SpiffoGloveBox
    | 4
    | 6
    |-
    | SurvivalistGlovebox
    | 4
    | 6
    |-
    | TransitGloveBox
    | 4
    | 6
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Lipstick" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Lipstick|41.78.16-->
 
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 1776
  | source = newitems.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item Lipstick
{
    DisplayCategory = Appearance,
Weight = 0.2,
Type = Normal,
DisplayName = Lipstick,
Icon = Lipstick,
MetalValue = 1,
MakeUpType = Lips,
WorldStaticModel = Lipstick,
}
}}
}}


==See also==
==See also==
*[[Eyes Makeup]]
*[[Eyes Makeup]]
*[[Foundation Makeup]]
*[[Foundation Makeup]]
*[[Mirror]]
{{Navbox items|appearance}}

Revision as of 15:55, 24 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.

Lipstick distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all Handbag 1 6.0
all inventoryfemale 1 1.0
bathroom counter 4 6.0
bathroom medicine 4 6.0
bathroom shelves 4 6.0
bedroom desk 4 1.0
office desk 4 1.0
pharmacy shelves 4 10.0
stripclub dresser 4 6.0
Vehicles
Vehicle Type/Location Rolls Chance
AmbulanceGloveBox 4 6
CarpenterGloveBox 4 6
ConstructionWorkerGloveBox 4 6
DistilleryGloveBox 4 6
DoctorGloveBox 4 6
ElectricianGloveBox 4 6
FarmerGloveBox 4 6
FireGloveBox 4 6
FishermanGloveBox 4 6
FossoilGloveBox 4 6
GloveBox 4 6
GolfGloveBox 4 6
HeraldsGloveBox 4 6
HunterGloveBox 4 6
MassGenFacGloveBox 4 6
McCoyGloveBox 4 6
MetalWelderGloveBox 4 6
PainterGloveBox 4 6
PostalGloveBox 4 6
RadioGloveBox 4 6
RangerGloveBox 4 6
SpiffoGloveBox 4 6
SurvivalistGlovebox 4 6
TransitGloveBox 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