Foundation Makeup: Difference between revisions

From PZwiki
m (Minor cleanups)
Line 1: Line 1:
{{languages|Foundation Makeup}}
{{Languages}}{{Header|The Game World|Items|version=Version 41|incver=66}}{{Infobox normal
{{header|The Game World|Items|version=Version 41|incver=66}}{{Infobox normal
| display_name = Foundation Makeup
| display_name = Foundation Makeup
| name_colour =  
| name_colour =  
Line 8: Line 7:
| weight = 0.1
| weight = 0.1
| function = ''None''
| function = ''None''
| class_name = Base.MakeupFoundation}}'''Foundation makeup''' currently applies a cosmetic change to the player.
| class_name = Base.MakeupFoundation
}}'''Foundation makeup''' currently applies a cosmetic change to the player.


==Usage==
==Usage==
Line 16: Line 16:
Foundation makeup can be found in bathrooms, desks, [[purse]]s, and on the corpses of female zombies.
Foundation makeup can be found in bathrooms, desks, [[purse]]s, and on the corpses of female zombies.


== Code ==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=66}}
{{Retrieved|version=41|incver=66}}
<pre> item MakeupFoundation
<pre>
item MakeupFoundation
Weight = 0.1,
Weight = 0.1,
Type = Normal,
Type = Normal,
Line 27: Line 28:


==See also==
==See also==
* [[Eyes Makeup]]
*[[Eyes Makeup]]
* [[Lipstick]]
*[[Lipstick]]

Revision as of 14:26, 25 June 2023

The Game WorldItemsFoundation Makeup
Foundation Makeup
Foundation Makeup
General
Category Item
Encumbrance
Heavy Load
0.1
Function None
Technical details
Base ID Base.MakeupFoundation

Foundation makeup currently applies a cosmetic change to the player.

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.

Distribution=

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

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.66

	item MakeupFoundation
		Weight			= 0.1,
		Type			= Normal,
		DisplayName		= Foundation Makeup,
		Icon			= MakeupFoundation,

See also