Lipstick: Difference between revisions

From PZwiki
(Added deletion notice.)
m (Distribution table update)
(39 intermediate revisions by 13 users not shown)
Line 1: Line 1:
{{Items
{{Header|Project Zomboid|Items|Miscellaneous items|Appearance}}
|image = Lipstick.png  
{{Page version|41.66}}
|weight = 0.2
{{Infobox item
|name=Lipstick
|model=Lipstick_Model.png
|icon=Lipstick.png
|icon_name=Lipstick
|model_width=128px
|category=Appearance
|weight=0.2
|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.


{{deletion|This page is a stub, the item in question is not exceptionally notable that it requires it's own page. If no issues are raised this page will be deleted and any useful info will be collapsed into the [[Items]] table. -Connall|speedy=0}}
==Usage==
A tube of red lipstick. Found in bathroom containers and on corpses.
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.
<!--== Crafting ==
ITEM NAME can be used in the following recipes:


{| class="wikitable" width="550" style="text-align:center;"
==Distribution==
|-
The loot distributions can be found in the table(s) below.
! Ingredients || Other Items || Output || Description
|-
| Ingredient + [[Ingredient]] || None || [[What the recipe makes]] || Brief description of what it makes.
|}-->


== Code ==
<!--BOT FLAG|Lipstick|41.78.16-->
<nowiki>item Lipstick
{{clear}}
{
<div class="togglebox theme-red">
Weight = Weight = 0.2,
    <div>Lipstick distribution
        <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>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Lipstick">
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Containers}}
    ! Building / Room
    ! 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,
Type = Normal,
DisplayName = Lipstick,
DisplayName = Lipstick,
Icon = Lipstick,
Icon = Lipstick,
}</nowiki>
MetalValue = 1,
MakeUpType = Lips,
WorldStaticModel = Lipstick,
}
}}
}}


[[Category:items]]
==See also==
*[[Eyes 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