Glasses

From PZwiki
Revision as of 00:04, 20 November 2021 by CarpenteristheBestJob (talk | contribs) (Created page with "{{Testing|build=Build 41}} <!-- COMMENT: This section is for the language bar. The language bar is used for linking translations of the same page into different languages...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Profession engineer.png
This is a testing feature.
This article is about an item or mechanic that is currently in testing and not part of the stable version of the game.


Glasses
Black Glasses Blue Glasses Red Glasses
General
Category Clothing
Encumbrance
Heavy Load
0.1
Body location Eyes
Technical details
Item ID Base.Glasses_Normal

The Glasses are simple eyewear commonly found around the map.

Item Distribution

Buildings

The glasses are common around Knox Country, often stored in houses.

NPCs

Glasses are frequently found on zombie civilians.

Trivia

  • Glasses do not actually improve a player's vision, and act only as cosmetic items.

Code

From clothing_shirts.txt (Project Zomboid directory/media/scripts/clothing)

Retrieved: Build 41.56

  item Glasses_Normal
	{
		Type = Clothing,
		DisplayName = Glasses,
		ClothingItem = Glasses_Normal,
		BodyLocation = Eyes,
		IconsForTexture = GlassesBlack;GlassesBlue;GlassesRed,
		Weight = 0.1,
		Cosmetic = TRUE,
		ChanceToFall = 50,

See also