Beret

From PZwiki
(Redirected from Beret)
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.
Beret
Beret Grey Model.png
BeretGreen Model.png
Beret Army Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
Equipped
Hat
Properties
Insulation
Wind resistance
Technical
Item ID

A beret is a hat with no protection and low insulation.

Body location

Protection Hat.png
  • Head

Variants

There are three variants of the beret.

Icon Name Encumbrance Insulation Wind resistance Item ID
BeretGrey.png Beret 0.5 30% - Base.Hat_Beret
BeretGreen.png Army Beret 0.5 30% - Base.Hat_BeretArmy

Trivia

  • The beret was created as a French fashion clothing item but was also adopted by the US Army. By 1979, berets in the military were restricted to being worn by special forces and ranger units.

Code

Beret Beret

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_Beret
{
  DisplayCategory       = Accessory,
  Type                  = Clothing,
  DisplayName           = Beret,
  ClothingItem          = Hat_Beret,
  BodyLocation          = Hat,
  Icon                  = BeretGrey,
  CanHaveHoles          = false,
  ChanceToFall          = 60,
  Insulation            = 0.3,
  BloodLocation         = Head,
  Weight                = 0.5,
}

Army Beret Army Beret

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_BeretArmy
{
  DisplayCategory       = Accessory,
  Type                  = Clothing,
  DisplayName           = Army Beret,
  ClothingItem          = Hat_BeretArmy,
  BodyLocation          = Hat,
  Icon                  = BeretGreen,
  CanHaveHoles          = false,
  ChanceToFall          = 60,
  Insulation            = 0.3,
  BloodLocation         = Head,
  Weight                = 0.5,
}