Foundation Makeup: Difference between revisions

From PZwiki
m (→‎top: Replace "Infobox_normal" with "Infobox_item")
m (Insert empty line above each {{Navbox}})
(24 intermediate revisions by 4 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 = Foundation Makeup
{{Page version|41.66}}
| name_colour =  
{{Infobox item
| name_text_colour =  
|name=Foundation Makeup
| model = MakeupFoundation.png
|model=MakeupFoundation_Model.png
| model_width = 128px
|model_width=128px
| weight = 0.1
|icon=MakeupFoundation.png
| function = ''None''
|weight=0.1
| class_name = Base.MakeupFoundation
|function=''None''
}}'''Foundation makeup''' currently applies a cosmetic change to the player.
|item_id=Base.MakeupFoundation
}}
'''Foundation makeup''', is an [[appearance]] item, used to modify character looks by applying makeup to their in-game model.


==Usage==
==Usage==
With the use of a mirror, foundation makeup can be applied in different styles and can be seen on character. Foundation makeup or washing the player's body can be used to remove the changes.
Eyes makeup can be used by the [[player]] while in the vicinity of a [[Mirrors|mirror]] or when having a [[mirror]] in [[inventory]], foundation makeup can be applied in different styles and can be seen on character. Foundation makeup or washing the player's body can be used to remove the changes.


=Distribution==
==Distribution==
Foundation makeup can be found in bathrooms, desks, [[purse]]s, and on the corpses of female zombies.
The loot distributions can be found in the table(s) below.
 
<!--BOT FLAG|MakeupFoundation|41.78.16-->
{{clear}}
<div class="togglebox theme-red">
    <div>MakeupFoundation distribution
        <span class="mw-customtoggle-togglebox-MakeupFoundation" 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-MakeupFoundation">
    <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
    |-
    | closet
    | {{ll|crate}}
    | 4
    | 6.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-MakeupFoundation" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|MakeupFoundation|41.78.16-->


==Code==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox
{{Retrieved|version=41|incver=66}}
| {{CodeSnip
<pre>
  | lang = java
item MakeupFoundation
  | line = true
Weight = 0.1,
  | start = 594
Type = Normal,
  | source = newitems.txt
DisplayName = Foundation Makeup,
  | retrieved = true
Icon = MakeupFoundation,
  | version = 41.78.16
</pre>
  | code =
item MakeupFoundation
    {
        DisplayCategory = Appearance,
        Weight = 0.1,
        Type = Normal,
        DisplayName = Foundation Makeup,
        Icon = MakeupFoundation,
        MakeUpType = Foundation,
        WorldStaticModel = FoundationMakeup,
    }
}}
}}


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

Revision as of 14:59, 25 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.
Foundation Makeup
MakeupFoundation Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Function
None
Technical
Item ID
Base.MakeupFoundation

Foundation makeup, is an appearance item, used to modify character looks by applying makeup to their in-game model.

Usage

Eyes makeup can be used by the player while in the vicinity of a mirror or when having a mirror in inventory, foundation makeup can be applied in different styles and can be seen on character. Foundation makeup or washing the player's body can be used to remove the changes.

Distribution

The loot distributions can be found in the table(s) below.

MakeupFoundation 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
closet crate 4 6.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 MakeupFoundation
    {
        DisplayCategory = Appearance,
        Weight	=	0.1,
        Type	=	Normal,
        DisplayName	=	Foundation Makeup,
        Icon	=	MakeupFoundation,
        MakeUpType = Foundation,
        WorldStaticModel = FoundationMakeup,
    }

See also