![]() |
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. |
Earrings
Jump to navigation
Jump to search
![]() |
English |
Navigation: | Main>The Game World>Items>Clothing>Earrings | Page updated: Version 41.78.16 |
---|
Earrings | ||||
---|---|---|---|---|
| ||||
| ||||
General | ||||
Category | Clothing | |||
Weight | 0.1 | |||
Body location |
Ears EarTop | |||
Technical details | ||||
Item ID | See variants |
Earrings are a cosmetic item. They have no functionality.
Distribution
Buildings
- See more: Businesses
Earrings are often stored in homes and apartments around the map.
NPCs
- See more: NPCs (Legacy)
Zombies will sometimes be found wearing earrings.
Remove from world
As earrings can often create clutter on a multiplayer server, they can be removed by editing the SandboxVars.lua
file and adding the following to the WorldItemRemovalList
:
Base.Earring_LoopLrg_Gold,Base.Earring_LoopLrg_Silver,Base.Earring_LoopMed_Silver,Base.Earring_LoopMed_Gold,Base.Earring_LoopSmall_Silver_Both,Base.Earring_LoopSmall_Silver_Top,Base.Earring_LoopSmall_Gold_Both,Base.Earring_LoopSmall_Gold_Top,Base.Earring_Stud_Gold,Base.Earring_Stud_Silver,Base.Earring_Stone_Sapphire,Base.Earring_Stone_Emerald,Base.Earring_Stone_Ruby,Base.Earring_Pearl,Base.Earring_Dangly_Sapphire,Base.Earring_Dangly_Emerald,Base.Earring_Dangly_Ruby,Base.Earring_Dangly_Diamond,Base.Earring_Dangly_Pearl
Variants
Trivia
- Prior to build 41, earrings could not be worn, and had only 1 variant. This variant of earrings has since been removed.
Icon | Name | item ID |
---|---|---|
![]() |
Earrings | Base.Earrings |
Code
From clothing_jewellery.txt (Project Zomboid directory/media/scripts/clothing)
Large Gold Looped Earrings
Retrieved: Build 41.78.16
item Earring_LoopLrg_Gold { DisplayCategory = Accessory, Type = Clothing, DisplayName = Large Gold Looped Earrings, ClothingItem = Earring_LoopLrg_Gold_Both, BodyLocation = Ears, Icon = Earring_LoopLrg_Gold, Weight = 0.1, Cosmetic = TRUE, WorldStaticModel = Earring_LoopLrg_Ground, }
Medium Silver looped Earrings
Retrieved: Build 41.78.16
item Earring_LoopMed_Silver { DisplayCategory = Accessory, Type = Clothing, DisplayName = Medium Silver Looped Earrings, ClothingItem = Earring_LoopMed_Silver_Both, BodyLocation = Ears, Icon = Earring_LoopMed_Silver, Weight = 0.1, Cosmetic = TRUE, WorldStaticModel = Earring_LoopMedSilver_Ground, }
Small Gold Looped Earrings
Retrieved: Build 41.78.16
item Earring_LoopSmall_Gold_Both { DisplayCategory = Accessory, Type = Clothing, DisplayName = Small Gold Looped Earrings, ClothingItem = Earring_LoopSmall_Gold_Both, BodyLocation = Ears, Icon = Earring_LoopSmall_Gold, Weight = 0.1, ClothingItemExtra = Earring_LoopSmall_Gold_Top, ClothingItemExtraOption = PutOnEartop, Cosmetic = TRUE, WorldStaticModel = Earring_LoopSmall_Ground, }
See also