Beanie Hat

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Beanie Hat
BeanieGeneric Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
0.5
Equipped
Hat
Properties
Insulation
60%
Wind resistance
30%
Technical
Item ID
Base.Hat_Beany

A beanie hat is a clothing item.

Usage

Pros and cons

Pros Cons
  • Provides moderate insulation and wind resistance.
  • Provides no protection.

Body location

Protection Hat.png
  • Head

Distribution

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

Hat_Beany distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all locker 4 0.1
all wardrobe 4 0.1
bathroom locker 4 0.1
bedroom wardrobe 4 0.1
closet metal_shelves 4 0.1
clothingstorage crate 4 6.0
clothingstore counter 4 6.0
hall locker 4 0.1
Vehicles
Vehicle Type/Location Rolls Chance
ClothingTruckBed 4 0.6

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_Beany
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Beanie Hat,
		ClothingItem = Hat_Beany,
		BodyLocation = Hat,
		Icon = BeanieGeneric,
		CanHaveHoles = false,
		ChanceToFall = 40,
        BloodLocation = Head,
		Insulation = 0.6,
		WindResistance = 0.3,
		Weight = 0.5,
	}

See also