Foundation Makeup: Difference between revisions

From PZwiki
m (→‎top: Category Project: Appearance)
(Automated update of distribution header)
Line 18: Line 18:
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.
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.


{{clear}}
==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.
 
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
!Building/Room
!Container
! style="width: 3.2em;" |Rolls
! style="width: 3.2em;" |Chance
|-
| rowspan="2"|bathroom
| [[medicine]]
| 4
| 6
|-
|[[shelves]]
|4
|6
|-
| rowspan="2"|bedroom
| [[desk]]
| 4
| 1
|-
|[[desk]]
|4
|1
|-
| rowspan="1"|closet
| [[crate]]
| 4
| 6
|-
| rowspan="1"|office
| [[desk]]
| 4
| 1
|-
| rowspan="1"|pharmacy
| [[shelves]]  
| 4
| 1
|-
| rowspan="1"|stripclub
| [[dresser]]
| 4
| 6
|}


==Code==
==Code==

Revision as of 10:30, 11 February 2024

Template:Header/sandbox2

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.

Containers
Building/Room Container Rolls Chance
bathroom medicine 4 6
shelves 4 6
bedroom desk 4 1
desk 4 1
closet crate 4 6
office desk 4 1
pharmacy shelves 4 1
stripclub dresser 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.66
item MakeupFoundation
{
    Weight      = 0.1,
    Type        = Normal,
    DisplayName = Foundation Makeup,
    Icon        = MakeupFoundation,
}

See also