Glasses

From PZwiki
Revision as of 02:19, 20 January 2022 by Omar (talk | contribs) (Minor fixes, removed comments, updated code)
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

Glasses are simple eyewear commonly found around the map.

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_others.txt (Project Zomboid directory/media/scripts/clothing)

Retrieved: Build 41.65

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