Scarf

From PZwiki
Spiffo controlyourself.png
This page was last updated for an older version (41.52).
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.
Scissors.png
It has been suggested that this article should be split into Scarf (disambiguation), Scarf (white), Scarf (white stripes), Scarf (blue stripes), Scarf (red stripes).
Scarf
Model ScarfWhite.png
Scarf (Black)
Scarf (Blue)
Scarf (Red)
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Equipped
Scarf
Properties
Material
Cotton
Scratch defence
10%
Insulation
Wind resistance
Technical
Item ID

A scarf is a type of clothing in Project Zomboid.

Usage

Pros and cons

Pros Cons
  • Provides high insulation for low temperatures (variant dependent).
  • Highest protection clothing exclusive to the neck.
  • Can be patched via Tailoring to add up to 10/20/10 defense.
  • Provides minimal protection against zombies.
  • Provides high insulation for summer.

Variants

There are four different variants of the scarf, each with their own stats.

Icon Encumbrance Scratch resistance Insulation Wind resistance Item ID
ScarfGeneric.png 0.2 10% 100% 100% Base.Scarf_White
ScarfStripedBlack.png 0.2 10% 50% 55% Base.Scarf_StripeBlackWhite
ScarfStripedBlue.png 0.2 10% 40% 30% Base.Scarf_StripeBlueWhite
ScarfStripedRed.png 0.2 10% 75% 75% Base.Scarf_StripeRedWhite

Body location

Protection Neck.png
  • Neck

Distribution

Buildings

Scarves can be found in clothing and department stores in storage crates.

Code

ScarfGeneric.png Scarf (White)

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

Source: ProjectZomboid\media\scripts\clothing\clothing_jacket.txt

Retrieved: Build 41.52
item Scarf_White
{
  Type = Clothing,
  DisplayName = Scarf,
  ClothingItem = Scarf_White,
  BodyLocation = Scarf,
  Icon = ScarfGeneric,
  Weight = 0.2,
  BloodLocation = Neck,
  ScratchDefense = 10,
  Insulation = 1.0,
  WindResistance = 1.0,
  FabricType = Cotton,
}

ScarfStripedBlack.png Scarf (Black)

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

Source: ProjectZomboid\media\scripts\clothing\clothing_jacket.txt

Retrieved: Build 41.52
item Scarf_StripeBlackWhite
{
  Type = Clothing,
  DisplayName = Scarf,
  ClothingItem = Scarf_StripeBlackWhite,
  BodyLocation = Scarf,
  Icon = ScarfStripedBlack,
  Weight = 0.2,
  BloodLocation = Neck,
  ScratchDefense = 10,
  Insulation = 0.5,
  WindResistance = 0.55,
  FabricType = Cotton,
}

ScarfStripedBlue.png Scarf (Blue)

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

Source: ProjectZomboid\media\scripts\clothing\clothing_jacket.txt

Retrieved: Build 41.52
item Scarf_StripeBlueWhite
{
  Type = Clothing,
  DisplayName = Scarf,
  ClothingItem = Scarf_StripeBlueWhite,
  BodyLocation = Scarf,
  Icon = ScarfStripedBlue,
  Weight = 0.2,
  BloodLocation = Neck,
  ScratchDefense = 10,
  Insulation = 0.4,
  WindResistance = 0.3,
  FabricType = Cotton,
}

ScarfStripedRed.png Scarf (Red)

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

Source: ProjectZomboid\media\scripts\clothing\clothing_jacket.txt

Retrieved: Build 41.52
item Scarf_StripeRedWhite
{
  Type = Clothing,
  DisplayName = Scarf,
  ClothingItem = Scarf_StripeRedWhite,
  BodyLocation = Scarf,
  Icon = ScarfStripedRed,
  Weight = 0.2,
  BloodLocation = Neck,
  ScratchDefense = 10,
  Insulation = 0.75,
  WindResistance = 0.75,
  FabricType = Cotton,
}

See also