Earrings

From PZwiki
(Redirected from Earrings)
Error creating thumbnail: Unable to save thumbnail to destination
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Error creating thumbnail: Unable to save thumbnail to destination
This article contains outdated/low-quality images.
Reason: Missing 3D Models
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Earrings
Error creating thumbnail: Unable to save thumbnail to destination
Error creating thumbnail: Unable to save thumbnail to destination
Error creating thumbnail: Unable to save thumbnail to destination
Error creating thumbnail: Unable to save thumbnail to destination
Error creating thumbnail: Unable to save thumbnail to destination
Error creating thumbnail: Unable to save thumbnail to destination
General
Category
Clothing
Encumbrance
Error creating thumbnail: Unable to save thumbnail to destination
0.1
Equipped
Ears
EarTop
Technical
Item ID

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: NPC

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

Icon Name
Error creating thumbnail: Unable to save thumbnail to destination
Body location Item ID
Error creating thumbnail: Unable to save thumbnail to destination
Large Gold Looped Earrings 0.1 Ears Base.Earring_LoopLrg_Gold
Error creating thumbnail: Unable to save thumbnail to destination
Large Silver Looped Earrings 0.1 Ears Base.Earring_LoopLrg_Silver
Error creating thumbnail: Unable to save thumbnail to destination
Medium Silver Looped Earrings 0.1 Ears Base.Earring_LoopMed_Silver
Error creating thumbnail: Unable to save thumbnail to destination
Medium Gold Looped Earrings 0.1 Ears Base.Earring_LoopMed_Gold
Error creating thumbnail: Unable to save thumbnail to destination
Small Silver Looped Earrings 0.1 Ears
or EarTop
Base.Earring_LoopSmall_Silver_Both
Base.Earring_LoopSmall_Silver_Top
Error creating thumbnail: Unable to save thumbnail to destination
Small Gold Looped Earrings 0.1 Ears
or EarTop
Base.Earring_LoopSmall_Gold_Both
Base.Earring_LoopSmall_Gold_Top
Error creating thumbnail: Unable to save thumbnail to destination
Gold Stud Earrings 0.1 Ears Base.Earring_Stud_Gold
Error creating thumbnail: Unable to save thumbnail to destination
Silver Stud Earrings 0.1 Ears Base.Earring_Stud_Silver
Error creating thumbnail: Unable to save thumbnail to destination
Sapphire Stone Earrings 0.1 Ears Base.Earring_Stone_Sapphire
Error creating thumbnail: Unable to save thumbnail to destination
Emerald Earrings 0.1 Ears Base.Earring_Stone_Emerald
Error creating thumbnail: Unable to save thumbnail to destination
Ruby Earrings 0.1 Ears Base.Earring_Stone_Ruby
Error creating thumbnail: Unable to save thumbnail to destination
Pearl Earrings 0.1 Ears Base.Earring_Pearl
Error creating thumbnail: Unable to save thumbnail to destination
Dangly Sapphire Earrings 0.1 Ears Base.Earring_Dangly_Sapphire
Error creating thumbnail: Unable to save thumbnail to destination
Dangly Emerald Earrings 0.1 Ears Base.Earring_Dangly_Emerald
Error creating thumbnail: Unable to save thumbnail to destination
Dangly Ruby Earrings 0.1 Ears Base.Earring_Dangly_Ruby
Error creating thumbnail: Unable to save thumbnail to destination
Dangly Diamond Earrings 0.1 Ears Base.Earring_Dangly_Diamond
Error creating thumbnail: Unable to save thumbnail to destination
Dangly Pearl Earrings 0.1 Ears Base.Earring_Dangly_Pearl

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
Error creating thumbnail: Unable to save thumbnail to destination
Earrings Base.Earrings

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide
Error creating thumbnail: Unable to save thumbnail to destination
Base.Earring_LoopLrg_Gold

Source: ProjectZomboid\media\scripts\clothing\clothing_jewellery.txt

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,
	}
Error creating thumbnail: Unable to save thumbnail to destination
Base.Earring_LoopLrg_Silver

Source: ProjectZomboid\media\scripts\clothing\clothing_jewellery.txt

Retrieved: Build 41.78.16
item Earring_LoopLrg_Silver
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Large Silver Looped Earrings,
		ClothingItem = Earring_LoopLrg_Silver_Both,
		BodyLocation = Ears,
		Icon = Earring_LoopLrg_Silver,
		Weight = 0.1,
		Cosmetic = TRUE,
		WorldStaticModel = Earring_LoopLrgSilver_Ground,
	}
Error creating thumbnail: Unable to save thumbnail to destination
Base.Earring_LoopMed_Silver

Source: ProjectZomboid\media\scripts\clothing\clothing_jewellery.txt

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,
	}
Error creating thumbnail: Unable to save thumbnail to destination
Base.Earring_LoopMed_Gold

Source: ProjectZomboid\media\scripts\clothing\clothing_jewellery.txt

Retrieved: Build 41.78.16
item Earring_LoopMed_Gold
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Medium Gold Looped Earrings,
		ClothingItem = Earring_LoopMed_Gold_Both,
		BodyLocation = Ears,
		Icon = Earring_LoopMed_Gold,
		Weight = 0.1,
		Cosmetic = TRUE,
		WorldStaticModel = Earring_LoopMed_Ground,
	}
Error creating thumbnail: Unable to save thumbnail to destination
Base.Earring_LoopSmall_Silver_Both & Base.Earring_LoopSmall_Silver_Top

Source: ProjectZomboid\media\scripts\clothing\clothing_jewellery.txt

Retrieved: Build 41.78.16
item Earring_LoopSmall_Silver_Both
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Small Silver Looped Earrings,
		ClothingItem = Earring_LoopSmall_Silver_Both,
		BodyLocation = Ears,
		Icon = Earring_LoopSmall_Silver,
		Weight = 0.1,
		ClothingItemExtra = Earring_LoopSmall_Silver_Top,
        ClothingItemExtraOption = PutOnEartop,
		Cosmetic = TRUE,
		WorldStaticModel = Earring_LoopSmallSilver_Ground,
	}
Error creating thumbnail: Unable to save thumbnail to destination
Base.Earring_LoopSmall_Gold_Both & Base.Earring_LoopSmall_Gold_Top

Source: ProjectZomboid\media\scripts\clothing\clothing_jewellery.txt

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,
	}
Error creating thumbnail: Unable to save thumbnail to destination
Base.Earring_Stud_Gold

Source: ProjectZomboid\media\scripts\clothing\clothing_jewellery.txt

Retrieved: Build 41.78.16
item Earring_Stud_Gold
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Gold Stud Earrings,
		ClothingItem = Earring_Stud_Gold_Both,
		BodyLocation = Ears,
		Icon = Earring_Stud_Gold,
		Weight = 0.1,
		Cosmetic = TRUE,
		WorldStaticModel = Earring_LoopSmall_Ground,
	}
Error creating thumbnail: Unable to save thumbnail to destination
Base.Earring_Stud_Silver

Source: ProjectZomboid\media\scripts\clothing\clothing_jewellery.txt

Retrieved: Build 41.78.16
item Earring_Stud_Silver
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Silver Stud Earrings,
		ClothingItem = Earring_Stud_Silver_Both,
		BodyLocation = Ears,
		Icon = Earring_Stud_Silver,
		Weight = 0.1,
		Cosmetic = TRUE,
		WorldStaticModel = Earring_LoopSmallSilver_Ground,
	}
Error creating thumbnail: Unable to save thumbnail to destination
Base.Earring_Stone_Sapphire

Source: ProjectZomboid\media\scripts\clothing\clothing_jewellery.txt

Retrieved: Build 41.78.16
item Earring_Stone_Sapphire
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Sapphire Stone Earrings,
		ClothingItem = Earring_Stone_Sapphire_Both,
		BodyLocation = Ears,
		Icon = Earring_Stone_Sapphire,
		Weight = 0.1,
		Cosmetic = TRUE,
		WorldStaticModel = Earring_LoopSmallSilver_Ground,
	}
Error creating thumbnail: Unable to save thumbnail to destination
Base.Earring_Stone_Emerald

Source: ProjectZomboid\media\scripts\clothing\clothing_jewellery.txt

Retrieved: Build 41.78.16
item Earring_Stone_Emerald
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Emerald Earrings,
		ClothingItem = Earring_Stone_Emerald_Both,
		BodyLocation = Ears,
		Icon = Earring_Stone_Emerald,
		Weight = 0.1,
		Cosmetic = TRUE,
		WorldStaticModel = Earring_LoopSmallSilver_Ground,
	}
Error creating thumbnail: Unable to save thumbnail to destination
Base.Earring_Stone_Ruby

Source: ProjectZomboid\media\scripts\clothing\clothing_jewellery.txt

Retrieved: Build 41.78.16
item Earring_Stone_Ruby
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Ruby Earrings,
		ClothingItem = Earring_Stone_Ruby_Both,
		BodyLocation = Ears,
		Icon = Earring_Stone_Ruby,
		Weight = 0.1,
		Cosmetic = TRUE,
		WorldStaticModel = Earring_LoopSmallSilver_Ground,
	}
Error creating thumbnail: Unable to save thumbnail to destination
Base.Earring_Pearl

Source: ProjectZomboid\media\scripts\clothing\clothing_jewellery.txt

Retrieved: Build 41.78.16
item Earring_Pearl
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Pearl Earrings,
		ClothingItem = Earring_Pearl_Both,
		BodyLocation = Ears,
		Icon = Earring_Stud_Pearl,
		Weight = 0.1,
		Cosmetic = TRUE,
		WorldStaticModel = Earring_LoopSmallSilver_Ground,
	}
Error creating thumbnail: Unable to save thumbnail to destination
Base.Earring_Dangly_Sapphire

Source: ProjectZomboid\media\scripts\clothing\clothing_jewellery.txt

Retrieved: Build 41.78.16
item Earring_Dangly_Sapphire
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Dangly Sapphire Earrings,
		ClothingItem = Earring_Dangly_Sapphire_Both,
		BodyLocation = Ears,
		Icon = Earring_Dangly_Sapphire,
		Weight = 0.1,
		Cosmetic = TRUE,
		WorldStaticModel = Earring_LoopSmallSilver_Ground,
	}
Error creating thumbnail: Unable to save thumbnail to destination
Base.Earring_Dangly_Emerald

Source: ProjectZomboid\media\scripts\clothing\clothing_jewellery.txt

Retrieved: Build 41.78.16
item Earring_Dangly_Emerald
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Dangly Sapphire Earrings,
		ClothingItem = Earring_Dangly_Emerald_Both,
		BodyLocation = Ears,
		Icon = Earring_Dangly_Emerald,
		Weight = 0.1,
		Cosmetic = TRUE,
		WorldStaticModel = Earring_LoopSmallSilver_Ground,
	}
Error creating thumbnail: Unable to save thumbnail to destination
Base.Earring_Dangly_Ruby

Source: ProjectZomboid\media\scripts\clothing\clothing_jewellery.txt

Retrieved: Build 41.78.16
item Earring_Dangly_Ruby
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Dangly Ruby Earrings,
		ClothingItem = Earring_Dangly_Ruby_Both,
		BodyLocation = Ears,
		Icon = Earring_Dangly_Ruby,
		Weight = 0.1,
		Cosmetic = TRUE,
		WorldStaticModel = Earring_LoopSmallSilver_Ground,
	}
Error creating thumbnail: Unable to save thumbnail to destination
Base.Earring_Dangly_Diamond

Source: ProjectZomboid\media\scripts\clothing\clothing_jewellery.txt

Retrieved: Build 41.78.16
item Earring_Dangly_Diamond
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Dangly Diamond Earrings,
		ClothingItem = Earring_Dangly_Diamond_Both,
		BodyLocation = Ears,
		Icon = Earring_Dangly_Diamond,
		Weight = 0.1,
		Cosmetic = TRUE,
		WorldStaticModel = Earring_LoopSmallSilver_Ground,
	}
Error creating thumbnail: Unable to save thumbnail to destination
Base.Earring_Dangly_Pearl

Source: ProjectZomboid\media\scripts\clothing\clothing_jewellery.txt

Retrieved: Build 41.78.16
item Earring_Dangly_Pearl
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Dangly Pearl Earrings,
		ClothingItem = Earring_Dangly_Pearl_Both,
		BodyLocation = Ears,
		Icon = Earring_Dangly_Pearl,
		Weight = 0.1,
		Cosmetic = TRUE,
		WorldStaticModel = Earring_LoopSmallSilver_Ground,
	}

See also