Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Party Hat with Stars

From PZwiki
(Redirected from Party Hat with Stars)
Project ZomboidItemsClothingHeadwearHatsParty Hat with Stars
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Party Hat with Stars
Hat PartyHat Stars model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Equipped
Hat
Properties
Insulation
10%
Technical
Item ID
Base.Hat_PartyHat_Stars

A party hat with stars is a hat which provides minimal insulation.

Body location

Protection Hat.png
  • Head

Location

A party hat with stars can sometimes be found on certain zombies. The loot distributions can be found in the table(s) below.

Hat_PartyHat_Stars distributionShow / Hide

Effective chance calculations are based off of default loot settings and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits.

Containers
Building/Room Container Effective chance
closet crate 10.78%
garagestorage crate 10.78%
storageunit crate 10.78%

History

Base.Hat_PartyHat_Stars

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_PartyHat_Stars
	{
	    DisplayCategory = Accessory,
        Type = Clothing,
        DisplayName = Party Hat with Stars,
        ClothingItem = Hat_PartyHat_Stars,
        BodyLocation = Hat,
        Icon = PartyHat_Stars,
        Weight = 0.1,
        CanHaveHoles = false,
        ChanceToFall = 60,
        Insulation = 0.10,
        Weight = 0.3,
	}

See also