Friendship Bracelet

From PZwiki
Project ZomboidItemsClothingAccessoriesJewelryFriendship Bracelet
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Frame.png
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.
Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.
Friendship Bracelet
Friendship Bracelet
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Equipped
Wrist
Technical
Item ID
Base.Bracelet_RightFriendshipTINT
Base.Bracelet_LeftFriendshipTINT

A friendship bracelet is a cosmetic item. It has no functionality.

Distribution

The loot distributions can be found in the table(s) below.

Bracelet_LeftFriendshipTINT distribution Show / Hide
Containers
Building / Room Container Rolls Chance
Not referenced DepartmentStoreJewelry 4 10.0
bedroom wardrobe 4 1.0
classroom desk 4 1.0
hall locker 4 1.0

Buildings

See more: Businesses

Friendship bracelets can be found in jewelry and department stores inside display cases.

NPCs

See more: NPC

Zombies will sometimes be found wearing friendship bracelets.

Remove from world

As friendship bracelets 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.Bracelet_LeftFriendshipTINT,Base.Bracelet_RightFriendshipTINT

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

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

Retrieved: Build 41.78.16
item Bracelet_RightFriendshipTINT
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Friendship Bracelet,
		ClothingItem = Bracelet_RightFriendshipTINT,
		BodyLocation = RightWrist,
		Icon = Bracelet_Friendship,
		Weight = 0.1,
        ClothingItemExtra = Bracelet_LeftFriendshipTINT,
        ClothingItemExtraOption = LeftWrist,
        clothingExtraSubmenu = RightWrist,
		Cosmetic = TRUE,
		WorldStaticModel = Bracelet_Friendship_Ground,
	}

See also