Foundation Makeup

From PZwiki
Revision as of 04:05, 13 January 2024 by Calvy (talk | contribs) (Added 3d Model and removed reupload tag)
Project ZomboidItemsFoundation Makeup
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

Foundation makeup can be found in bathrooms, desks, purses, and on the corpses of female zombies.

Code

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

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.66
item MakeupFoundation
{
    Weight      = 0.1,
    Type        = Normal,
    DisplayName = Foundation Makeup,
    Icon        = MakeupFoundation,
}

See also