Fast Food Server Hat

From PZwiki
(Redirected from Fast Food Server Hat)
Project ZomboidItemsClothingHeadwearHatsFast Food Server Hat
Spiffo controlyourself.png
This page was last updated for an older version (41.56).
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.
Fast Food Server Hat
Fast Food Server Hat
Fast Food Server Hat
Fast Food Server Hat
Fast Food Server Hat
Fast Food Server Hat
Fast Food Server Hat
Fast Food Server Hat
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Equipped
Hat
Technical
Item ID

A fast food server hat is a hat that provides no protection or insulation.

Usage

A fast food server hat is a cosmetic hat, as it provides no insulation or protection to the wearer.

Body location

Protection Hat.png
  • Head

Variants

Icon Name Description Base ID
Fast Food Server Hat (Black)Fast Food Server Hat (Blue)Fast Food Server Hat (Green)
Fast Food Server Hat (Red)Fast Food Server Hat (White)Fast Food Server Hat (Yellow)
Fast Food Server Hat General-purpose server hat Base.Hat_FastFood
Spiffo's Server Hat Spiffo's Server Hat Server hat worn by employees of Spiffo's Base.Hat_FastFood_Spiffo
Ice Cream Server Hat Ice Cream Server Hat Server hat worn by employees of ice-cream parlors Base.Hat_FastFood_IceCream

Code

Fast Food Server Hat (Black) Fast Food Server 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.65
item Hat_FastFood
{
  DisplayCategory  = Accessory,
  Type             = Clothing,
  DisplayName      = Fast Food Server Hat,
  ClothingItem     = Hat_FastFood,
  BodyLocation     = Hat,
  IconsForTexture  = CookHatBlack;CookHatBlue;CookHatGreen;CookHatRed;ChefHat;CookHatYellow,
  CanHaveHoles     = false,
  ChanceToFall     = 80,
  Weight           = 0.3,
}

Spiffo's Server Hat Spiffo's Server 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.65
item Hat_FastFood_Spiffo
{
  DisplayCategory  = Accessory,
  Type             = Clothing,
  DisplayName      = Spiffo's Server Hat,
  ClothingItem     = Hat_FastFood_SPiffo,
  BodyLocation     = Hat,
  Icon             = CookHatSpiffo,
  CanHaveHoles     = false,
  ChanceToFall     = 80,
  Weight           = 0.3,
}

Ice Cream Server Hat Ice Cream Server 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.65
item Hat_FastFood_IceCream
{
  DisplayCategory  = Accessory,
  Type             = Clothing,
  DisplayName      = Ice Cream Server Hat,
  ClothingItem     = Hat_FastFood_IceCream,
  BodyLocation     = Hat,
  Icon             = CookHatIceCream,
  CanHaveHoles     = false,
  ChanceToFall     = 80,
  Weight           = 0.3,
}