Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Jockey Silks - 1

From PZwiki
(Redirected from Jockey Silks - 1)
Project ZomboidItemsClothingTopsShirtsJockey Silks - 1
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 - 1
Shirt Jockey01 model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1
Equipped
Shirt
Properties
Material
Cotton
Insulation
10%
Wind resistance
5%
Technical
Item ID
Base.Shirt_Jockey01

The jockey silks - 1 are an item of clothing.

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:
Clothing (cotton) Clothing (cotton) ×1
Sheet.png Sheet ×1
none none none 0.25 Tailoring
SheetRope.png
Sheet Rope
One of:
Sheet.png Sheet ×1
Clothing (cotton) Clothing (cotton) ×1
none none none none

Body location

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

Location

NPCs

These shirts can only be found on zombies wearing this shirt at the horse riding school in Louisville.

History

Base.Shirt_Jockey01

Version Description
41.78.16 Released on or before this version.

Help PZwiki by adding to this history.

Variants

Code

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.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,
	}

See also