Foundation Makeup: Difference between revisions

From PZwiki
(Undo revision 52909 by Taulow (talk))
Tag: Undo
(Update article)
Tag: Undo
Line 1: Line 1:
{{languages|Foundation Makeup}}
{{languages|Foundation Makeup}}
{{header|The Game World|Items|version=Version 40|incver=43}}{{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 8:
| 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''.
| class_name = Base.MakeupFoundation}}'''Foundation makeup''' currently applies a cosmetic change to the player.


==Usage==
==Usage==
Foundation makeup has no use, being added purely for the purpose of clutter, creating more realism for the {{T|player}} when looting.  
With the use of a mirror, foundation makeup can be applied in different styles and can be seen on character. The player can remove this makeup by washing their body with water.
 
=Distribution==
==Distribution==
Foundation makeup can be found in bathrooms, desks, and [[purse]]s.  
Foundation makeup can be found in bathrooms, desks, and [[purse]]s.  


== Code ==
== Code ==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=43}}
{{Retrieved|version=41|incver=66}}
<pre> item MakeupFoundation
<pre> item MakeupFoundation
Weight = 0.1,
Weight = 0.1,

Revision as of 19:11, 27 February 2022

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. The player can remove this makeup by washing their body with water.

Distribution=

Foundation makeup can be found in bathrooms, desks, and purses.

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