Foundation Makeup: Difference between revisions

From PZwiki
(Undo revision 52909 by Taulow (talk))
Tag: Undo
m (Insert empty line above each {{Navbox}})
(30 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{languages|Foundation Makeup}}
{{Header|Project Zomboid|Items|Miscellaneous items|Appearance}}
{{header|The Game World|Items|version=Version 40|incver=43}}{{Infobox normal
{{Page version|41.66}}
| display_name = Foundation Makeup
{{Infobox item
| name_colour =  
|name=Foundation Makeup
| name_text_colour =  
|model=MakeupFoundation_Model.png
| image = MakeupFoundation.png
|model_width=128px
| image_width = 120px
|icon=MakeupFoundation.png
| weight = 0.1
|weight=0.1
| function = ''None''
|function=''None''
| class_name = Base.MakeupFoundation}}'''Foundation makeup''' is currently a useless {{T|item}}, and often considered as ''junk''.
|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==
Foundation makeup has no use, being added purely for the purpose of clutter, creating more realism for the {{T|player}} when looting.  
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, and [[purse]]s.  
The loot distributions can be found in the table(s) below.


== Code ==
<!--BOT FLAG|MakeupFoundation|41.78.16-->
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{clear}}
{{Retrieved|version=40|incver=43}}
<div class="togglebox theme-red">
<pre> item MakeupFoundation
    <div>MakeupFoundation distribution
Weight = 0.1,
        <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>
Type = Normal,
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-MakeupFoundation">
DisplayName = Foundation Makeup,
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
Icon = MakeupFoundation,
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
</pre>
    |+ {{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==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 594
  | source = newitems.txt
  | retrieved = true
  | version = 41.78.16
  | 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