Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Be crafty.png

Build 42 unstable is out now!

The wiki has already begun updating. Please be patient during the transition.
Help us by contributing to the build 42 update project.
The Project Zomboid Map Project will not be updated until at least January, in the meantime use B42 Map.

404SpiffoMascotMap.png

Foundation Makeup

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Parts of this page may have been automatically updated to the latest build (42.0.2).
For the build 41.78.16 article, please see the old revision.
Foundation Makeup
FoundationMakeup Model.png
General
Category
Appearance
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Properties
Capacity
5 units
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.

Location

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

MakeupFoundation distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits. Duplicate entries do exist, but have been removed for clarity.

Containers
Building/Room Container Effective chance
bathroom bin 4.44%
bathroom counter 15.52%
bathroom medicine 15.52%
bathroom shelves 15.52%
closet cardboardbox 15.52%
closet smallbox 15.52%
garagestorage cardboardbox 15.52%
garagestorage smallbox 15.52%
gigamart shelves 23.67%
hospitalroom sidetable 3.43%
jackiejayeoffice desk 19.68%
jackiejayestudio desk 19.68%
livingroom cardboardbox 15.52%
livingroom crate 15.52%
livingroom smallbox 15.52%
office desk 19.68%
pharmacy shelves 23.67%
shed smallbox 15.52%
storageunit cardboardbox 15.52%
storageunit crate 15.52%
storageunit metal_shelves 15.52%
storageunit smallbox 15.52%
stripclub dresser 15.52%
waitingroom desk 19.68%
Vehicle
Type Container Effective chance
Dancer Glove Box 6.53%
Dancer Seat Front 6.53%
Dancer Trunk 23.67%

History

Base.MakeupFoundation

Version Description
Build 42.0.0 Type changed from Normal to Drainable.
UseDelta added with value 0.2.
UseWhileEquipped added with value FALSE.
Weight changed from 0.1 to 0.2.
Build 41.65 DisplayCategory added with value Appearance.
Build 41.50 WorldStaticModel added with value FoundationMakeup.
Build 41.35 MakeUpType added with value Foundation.
Build 32.14 Released on this version.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items_aesthetic.txt

Retrieved: Build 42.0.2
item MakeupFoundation
    {
        DisplayCategory = Appearance,
        Weight	=	0.2,
        Type	=	Drainable,
        UseWhileEquipped	=	FALSE,
        UseDelta	=	0.2,
        DisplayName	=	Foundation Makeup,
        Icon	=	MakeupFoundation,
        MakeUpType = Foundation,
        WorldStaticModel = FoundationMakeup,
    }

See also