Lipstick: Difference between revisions

From PZwiki
m (clean up, replaced: wikitable → pztable)
(Updated to version 40.43)
Tag: categories removed
Line 1: Line 1:
{{languages|Lipstick}}
{{languages|Lipstick}}
{{Items
{{header|The Game World|Items|version=Version 40|incver=43}}{{Infobox normal
|image = Lipstick.png  
| display_name = Lipstick
|weight = 0.2
| name_colour =
}}
| name_text_colour =
| image = Lipstick.png
| image_width = 120px
| weight = 0.2
| function = ''None''
| class_name = Base.Lipstick}}'''Lipstick''' is currently a useless {{T|item}}, and often considered as ''junk''.


A tube of red lipstick. Found in bathroom containers and on corpses.
==Usage==
<!--== Crafting ==
Lipstick has no use, being added purely for the purpose of clutter, creating more realism for the {{T|player}} when looting.
ITEM NAME can be used in the following recipes:


{| class="pztable" width="550" style="text-align:center;"
==Distribution==
|-
Lipstick can be found in bathrooms, desks, [[purse]]s and [[vehicles]].  
! Ingredients || Other Items || Output || Description
|-
| Ingredient + [[Ingredient]] || None || [[What the recipe makes]] || Brief description of what it makes.
|}-->


== Code ==
== Code ==
<nowiki>item Lipstick
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{
{{Retrieved|version=40|incver=43}}
Weight = Weight = 0.2,
<pre> item Lipstick
Type = Normal,
Weight = 0.2,
DisplayName = Lipstick,
Type = Normal,
Icon = Lipstick,
DisplayName = Lipstick,
}</nowiki>
Icon = Lipstick,
MetalValue = 1,
</pre>


[[Category:Items]]
==See also==
* [[Eyes Makeup]]
* [[Foundation Makeup]]

Revision as of 20:29, 19 July 2019

Lipstick
Lipstick
General
Category Item
Encumbrance
Heavy Load
0.2
Function None
Technical details
Base ID Base.Lipstick

Lipstick is currently a useless item, and often considered as junk.

Usage

Lipstick has no use, being added purely for the purpose of clutter, creating more realism for the player when looting.

Distribution

Lipstick can be found in bathrooms, desks, purses and vehicles.

Code

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

	item Lipstick
		Weight			= 0.2,
		Type			= Normal,
		DisplayName		= Lipstick,
		Icon			= Lipstick,
		MetalValue		= 1,

See also