Fedora

From PZwiki
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 variant models
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Fedora
Fedora Model.png
Fedora
Fedora
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

Code

Fedora Fedora

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

Black Band Fedora Black Band Fedora

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