GoldStar Boppers

From PZwiki
Project ZomboidItemsClothingAccessoriesGoldStar Boppers
Spiffo controlyourself.png
This page was last updated for an older version (41.65).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
GoldStar Boppers
GoldStar Boppers Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Hat
Technical
Item ID
Base.Hat_GoldStar

GoldStar boppers are an item of clothing worn on the head.

Usage

GoldStar boppers provide no insulation or protection, so they are best used as a cosmetic item.

Body location

Protection Hat.png
  • Head

Trivia

  • It currently uses the same item icon as a black bandana.

Code

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

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

Retrieved: Build 41.78.16
item Hat_GoldStar
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = GoldStar Boppers,
		ClothingItem = Hat_GoldStar,
		BodyLocation = Hat,
		Icon = BandanaBlack,
		CanHaveHoles = false,
		BloodLocation = Head,
		ChanceToFall = 10,
		WorldStaticModel = HeadBopper_GoldStar_Ground,
	}

See also