Jockey Silks

From PZwiki
Project ZomboidItemsClothingTopsShirtsJockey Silks
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.
Jockey Silks
Jockey Silks - 1
Jockey Silks - 2
Jockey Silks - 3
Jockey Silks - 4
Jockey Silks - 5
Jockey Silks - 6
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Shirt
Properties
Material
Cotton
Insulation
10%
Wind resistance
5%
Technical
Item ID
Base.Shirt_Jockey01
Base.Shirt_Jockey02
Base.Shirt_Jockey03
Base.Shirt_Jockey04
Base.Shirt_Jockey05
Base.Shirt_Jockey06

The jockey silks are an item of clothing worn by horse riders.

Usage

Recipes

Jockey silks can be crafted into ripped sheets or sheet ropes.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Rag.png
Ripped Sheets
0.25 Tailoring none
(consumed)

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
SheetRope.png
Sheet Rope
0 XP none
(consumed)

Body location

Protection Shirt.png
  • Upper Torso
  • Lower Torso
  • Upper Arms
  • Forearms

Distribution

NPCs

Zombies wearing this shirt can often be found at the horse riding school in Louisville.

Code

Jockey Silks - 1

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

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

Retrieved: Build 41.56
item Shirt_Jockey01
{
  DisplayCategory   = Clothing,
  Type              = Clothing,
  DisplayName       = Jockey Silks - 1,
  ClothingItem      = Shirt_Jockey01,
  BodyLocation      = Shirt,
  Icon              = ShirtAthleticBlue,
  BloodLocation     = ShirtLongSleeves,
  Insulation        = 0.1,
  WindResistance    = 0.05,
  FabricType        = Cotton,
  WorldStaticModel  = Shirt_Ground,
}

Jockey Silks - 2

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

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

Retrieved: Build 41.56
item Shirt_Jockey02
{
  DisplayCategory   = Clothing,
  Type              = Clothing,
  DisplayName       = Jockey Silks - 2,
  ClothingItem      = Shirt_Jockey02,
  BodyLocation      = Shirt,
  Icon              = ShirtAthleticYellow,
  BloodLocation     = ShirtLongSleeves,
  Insulation        = 0.1,
  WindResistance    = 0.05,
  FabricType        = Cotton,
  WorldStaticModel  = Shirt_Ground,
}

Jockey Silks - 3

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

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

Retrieved: Build 41.56
item Shirt_Jockey03
{
  DisplayCategory   = Clothing,
  Type              = Clothing,
  DisplayName       = Jockey Silks - 3,
  ClothingItem      = Shirt_Jockey03,
  BodyLocation      = Shirt,
  Icon              = ShirtAthleticBlue,
  BloodLocation     = ShirtLongSleeves,
  Insulation        = 0.1,
  WindResistance    = 0.05,
  FabricType        = Cotton,
  WorldStaticModel  = Shirt_Ground,
}

Jockey Silks - 4

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

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

Retrieved: Build 41.56
item Shirt_Jockey04
{
  DisplayCategory   = Clothing,
  Type              = Clothing,
  DisplayName       = Jockey Silks - 4,
  ClothingItem      = Shirt_Jockey04,
  BodyLocation      = Shirt,
  Icon              = ShirtAthleticWhite,
  BloodLocation     = ShirtLongSleeves,
  Insulation        = 0.1,
  WindResistance    = 0.05,
  FabricType        = Cotton,
  WorldStaticModel  = Shirt_Ground,
}

Jockey Silks - 5

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

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

Retrieved: Build 41.56
item Shirt_Jockey05
{
  DisplayCategory   = Clothing,
  Type              = Clothing,
  DisplayName       = Jockey Silks - 5,
  ClothingItem      = Shirt_Jockey05,
  BodyLocation      = Shirt,
  Icon              = ShirtAthleticYellow,
  BloodLocation     = ShirtLongSleeves,
  Insulation        = 0.1,
  WindResistance    = 0.05,
  FabricType        = Cotton,
  WorldStaticModel  = Shirt_Ground,
}

Jockey Silks - 6

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

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

Retrieved: Build 41.56
item Shirt_Jockey06
{
  DisplayCategory   = Clothing,
  Type              = Clothing,
  DisplayName       = Jockey Silks - 6,
  ClothingItem      = Shirt_Jockey06,
  BodyLocation      = Shirt,
  Icon              = ShirtAthleticYellow,
  Insulation        = 0.1,
  WindResistance    = 0.05,
  FabricType        = Cotton,
  WorldStaticModel  = Shirt_Ground,
}

See also