Mirror

From PZwiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
PlushSpiffo.pngThis article is about In-game item. For the tiles, see Mirrors.
Mirror
Mirror Model.png
General
Category
Appearance
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Function
Change appearance
Technical
Item ID
Base.Mirror

A mirror is an item used to modify character appearance.

Usage

Notebook.png
This section may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.

Needed to apply makeup.

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
bathroom counter 4 8
medicine 4 8
shelves 4 8
bedroom dresser 4 1
sidetable 4 1
changeroom counter 4 4
closet crate 4 8
drugshack counter 4 4
prisoncells wardrobe 4 8
stripclub dresser 4 8

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item Mirror
	{
	    DisplayCategory = Appearance,
		Weight	=	0.2,
		Type	=	Normal,
		DisplayName	=	Mirror,
		Icon	=	Mirror,
		MetalValue = 2,
		WorldStaticModel = Mirror,
	}

See also