Lipstick: Difference between revisions

From PZwiki
m (Automated infobox fix)
m (Distribution table update)
(9 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]]
| 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 23: Line 20:
The loot distributions can be found in the table(s) below.
The loot distributions can be found in the table(s) below.


{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
<!--BOT FLAG|Lipstick|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
!Building/Room
    <div>Lipstick distribution
!Container
        <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>
! style="width: 3.2em;" |Rolls
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Lipstick">
! style="width: 3.2em;" |Chance
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
|-
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
| rowspan="2"|bathroom
    |+ {{ll|Containers}}
| [[medicine]]
    ! Building / Room
| 4
    ! Container
| 6
    ! Rolls
|-
    ! Chance
|[[shelves]]
    |-
|4
    | all
|6
    | {{ll|Handbag}}
|-
    | 1
| rowspan="2"|bedroom
    | 6.0
| [[desk]]
    |-
| 4
    | all
| 1
    | {{ll|inventoryfemale}}
|-
    | 1
|[[desk]]
    | 1.0
|4
    |-
|1
    | bathroom
|-
    | {{ll|counter}}
| rowspan="1"|office
    | 4
| [[desk]]
    | 6.0
| 4
    |-
| 1
    | bathroom
|-
    | {{ll|medicine}}
| rowspan="2"|pharmacy
    | 4
| [[shelves]]
    | 6.0
| 4
    |-
| 1
    | bathroom
|-
    | {{ll|shelves}}
|[[shelves]]
    | 4
|4
    | 6.0
|1
    |-
|-
    | bedroom
| rowspan="1"|stripclub
    | {{ll|desk}}
| [[dresser]]
    | 4
| 4
    | 1.0
| 6
    |-
|}
    | 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==
==Code==
Line 79: Line 198:
   | version = 41.78.16
   | version = 41.78.16
   | code =
   | code =
item Lipstick
item Lipstick
{
{
    DisplayCategory = Appearance,
    DisplayCategory = Appearance,
Line 90: Line 209:
WorldStaticModel = Lipstick,
WorldStaticModel = Lipstick,
}
}
  }}
}}
}}
}}


Line 97: Line 216:
*[[Foundation Makeup]]
*[[Foundation Makeup]]
*[[Mirror]]
*[[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