GoldStar Boppers

From PZwiki
Project ZomboidItemsClothingAccessoriesGoldStar Boppers
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
GoldStar Boppers
GoldStar Boppers Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1
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

Location

Notebook.png
This section may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.

Trivia

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

History

Base.Hat_GoldStar

Version Description
41.78.16 Released on or before this version.

Help PZwiki by adding to this history.

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