Jockey Silks

From PZwiki
(Redirected from Jockey Silks)
Project ZomboidItemsClothingTopsShirtsJockey Silks
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Jockey Silks
Shirt Jockey01 model.png
Shirt Jockey02 model.png
Shirt Jockey03 model.png
Shirt Jockey04 model.png
Shirt Jockey05 model.png
Shirt Jockey06 model.png
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 Ingredients Tools Requirements Workstation XP
Rag.png
Ripped Sheets
One of:
TshirtGeneric.png Clothing (cotton) ×1
Sheet.png Sheet ×1
none none none 0.25 Tailoring
SheetRope.png
Sheet Rope
One of:
Sheet.png Sheet ×1
Vest White.png Clothing (cotton) ×1
none none none none

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

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

ShirtAthleticBlue.png Base.Shirt_Jockey01
Source: ProjectZomboid\media\scripts\clothing\clothing_shirts.txt

Retrieved: Build 41.78.16
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,
	}

ShirtAthleticYellow.png Base.Shirt_Jockey02
Source: ProjectZomboid\media\scripts\clothing\clothing_shirts.txt

Retrieved: Build 41.78.16
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,
	}

ShirtAthleticBlue.png Base.Shirt_Jockey03
Source: ProjectZomboid\media\scripts\clothing\clothing_shirts.txt

Retrieved: Build 41.78.16
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,
	}

ShirtAthleticWhite.png Base.Shirt_Jockey04
Source: ProjectZomboid\media\scripts\clothing\clothing_shirts.txt

Retrieved: Build 41.78.16
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,
	}

ShirtAthleticYellow.png Base.Shirt_Jockey05
Source: ProjectZomboid\media\scripts\clothing\clothing_shirts.txt

Retrieved: Build 41.78.16
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,
	}

ShirtAthleticYellow.png Base.Shirt_Jockey06
Source: ProjectZomboid\media\scripts\clothing\clothing_shirts.txt

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

See also