Glasses: Difference between revisions

From PZwiki
(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...")
 
mNo edit summary
Line 1: Line 1:
{{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.  
<!-- COMMENT: This section is for the language bar. The language bar is used for linking translations of the same page into different languages.  
-->{{languages}}<!-- COMMENT: The header format can be seen in the header template with a working explanation. The header connects categories and Version no. PLEASE ENTER THE VERSION AND INCREMENT No. WHEN YOU MAKE A PAGE. It helps everyone else know how old the page is versionwise -->
-->{{languages}}<!-- COMMENT: The header format can be seen in the header template with a working explanation. The header connects categories and Version no. PLEASE ENTER THE VERSION AND INCREMENT No. WHEN YOU MAKE A PAGE. It helps everyone else know how old the page is versionwise -->

Revision as of 21:17, 21 December 2021

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