Fedora

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]
Frame.png
This article contains outdated/low-quality images.
Reason: Missing variant models
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Fedora
Hat Fedora model.png
Hat FedoraIndy model.png
Hat Fedora Delmonte model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
0.5
Equipped
Hat
Properties
Insulation
15%
Wind resistance
10%
Technical
Item ID
Base.Hat_Fedora
Base.Hat_Fedora_Delmonte

A fedora is a hat that provides no protection and minimal insulation.

Usage

A fedora is a hat that gives little insulation and wind resistance. It is primarily a cosmetic item but can be used for warmth in a pinch.

Body location

Protection Hat.png
  • Head

Distribution

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

Containers
Building/Room Container Rolls Chance
all locker 4 0.5
wardrobe 4 0.5
clothingstorage crate 4 2
clothingstore counter 4 2

Trivia

Code

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

FedoraGrey.pngFedoraBrown.png Base.Hat_Fedora
Source: ProjectZomboid\media\scripts\clothing\clothing_hats.txt

Retrieved: Build 41.78.16
item Hat_Fedora
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Fedora,
		ClothingItem = Hat_Fedora,
		BodyLocation = Hat,
		IconsForTexture = FedoraGrey;FedoraBrown,
		ChanceToFall = 40,
        BloodLocation = Head,
        Insulation = 0.15,
        WindResistance = 0.1,
        Weight = 0.5,
    }

FedoraYellow.png Base.Hat_Fedora_Delmonte
Source: ProjectZomboid\media\scripts\clothing\clothing_hats.txt

Retrieved: Build 41.78.16
item Hat_Fedora_Delmonte
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Black Band Fedora,
		ClothingItem = Hat_Fedora_Delmonte,
		BodyLocation = Hat,
		Icon = FedoraYellow,
		CanHaveHoles = false,
		ChanceToFall = 40,
        BloodLocation = Head,
        Insulation = 0.15,
        WindResistance = 0.1,
        Weight = 0.5,
    }

See also