Party Hat: Difference between revisions

From PZwiki
m (Automatic formatting)
m (→‎Variants: Base→Item)
Line 30: Line 30:
! Name
! Name
! Description
! Description
! Base ID
! Item ID
|-
|-
| [[File:PartyHat_Stars.png|Party Hat with Stars]]
| [[File:PartyHat_Stars.png|Party Hat with Stars]]

Revision as of 23:34, 25 March 2024

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.
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.
Party Hat
Party Hat
Party Hat
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Equipped
Hat
Properties
Insulation
10%
Technical
Item ID

A party hat is a hat which provides minimal insulation.

Distribution

A party hat can sometimes be found on certain zombies.

Body location

Protection Hat.png
  • Head

Variants

Icon Name Description Item ID
Party Hat with Stars Party Hat with Stars Party hat decorated with stars. Base.Hat_PartyHat_Stars
Colored Party Hat Colored Party Hat Colored party hat with stripes. Base.Item_PartyHat_Stripes

Code

Party Hat with Stars Party Hat with Stars

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,
	}

Colored Party Hat Colored Party Hat

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_TINT
	{
	    DisplayCategory = Accessory,
        Type = Clothing,
        DisplayName = Coloured Party Hat,
        ClothingItem = Hat_PartyHat_TINT,
        BodyLocation = Hat,
        Icon = PartyHat_Stripes,
        Weight = 0.1,
        CanHaveHoles = false,
        ChanceToFall = 60,
        Insulation = 0.10,
        Weight = 0.3,
	}