Lipstick: Difference between revisions

From PZwiki
No edit summary
No edit summary
Line 3: Line 3:
|weight = 0.2
|weight = 0.2
}}
}}
A tube of lipstick. Found in bathroom containers and on corpses.
A tube of red lipstick. Found in bathroom containers and on corpses.
<!--== Crafting ==
<!--== Crafting ==
ITEM NAME can be used in the following recipes:
ITEM NAME can be used in the following recipes:
Line 13: Line 13:
| Ingredient + [[Ingredient]] || None || [[What the recipe makes]] || Brief description of what it makes.
| Ingredient + [[Ingredient]] || None || [[What the recipe makes]] || Brief description of what it makes.
|}-->
|}-->
== Code ==
<nowiki>item Lipstick
{
Weight = Weight = 0.2,
Type = Normal,
DisplayName = Lipstick,
Icon = Lipstick,
}</nowiki>


[[Category:items]]
[[Category:items]]

Revision as of 10:29, 31 July 2013

Template:Items A tube of red lipstick. Found in bathroom containers and on corpses.

Code

item Lipstick
{
Weight	=	Weight	=	0.2,
		Type	=	Normal,
		DisplayName	=	Lipstick,
		Icon	=	Lipstick,
}