![]() |
PZwiki Update Project — Project Zomboid has received its largest update ever. We need your help to get the wiki updated to build 41! Want to get started? See the community portal or join the discussion on the official Discord (pzwiki_editing). We appreciate any level of contribution. |
Eyepatch
![]() |
English |
Eyepatch | ||
---|---|---|
| ||
General | ||
Category | Clothing | |
Weight | 0.01 | |
Body location |
LeftEye RightEye | |
Technical details | ||
Base ID |
Base.Glasses_Eyepatch_Left Base.Glasses_Eyepatch_Right |
An eyepatch is a cosmetic item of eyewear which can be worn over either eye.
Contents
Usage
An eyepatch provides no insulation or protection, so it is best used as a cosmetic item.
Distribution
An eyepatch can sometimes be found on veteran zombies.
Code
From clothing_others.txt (Project Zomboid directory/media/scripts/clothing)
Eyepatch (Left)
Retrieved | |
---|---|
Version 41.65 |
item Glasses_Eyepatch_Left DisplayCategory = Accessory, Type = Clothing, DisplayName = Eyepatch, ClothingItem = Glasses_Eyepatch_Left, BodyLocation = LeftEye, Icon = Eyepatch, Weight = 0.01, Cosmetic = TRUE, ClothingItemExtra = Glasses_Eyepatch_Right, ClothingItemExtraOption = EyeRight, clothingExtraSubmenu = EyeLeft, WorldStaticModel = Eyepatch_Ground,
Eyepatch (Right)
Retrieved | |
---|---|
Version 41.65 |
item Glasses_Eyepatch_Right DisplayCategory = Accessory, Type = Clothing, DisplayName = Eyepatch, ClothingItem = Glasses_Eyepatch_Right, BodyLocation = RightEye, Icon = Eyepatch, Weight = 0.01, Cosmetic = TRUE, ClothingItemExtra = Glasses_Eyepatch_Left, ClothingItemExtraOption = EyeLeft, clothingExtraSubmenu = EyeRight, WorldStaticModel = Eyepatch_Ground,
See also