Baseball Shirt

From PZwiki
Project ZomboidItemsClothingTopsShirtsBaseball Shirt
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.
Baseball Shirt
ShirtAthleticRed Model.png
Shirt Baseball Rangers Model.png
Shirt Baseball Z Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
ShortSleeveShirt
Properties
Material
Cotton
Scratch defence
0%
Bite defence
0%
Neck protection
0%
Insulation
20%
Wind resistance
5%
Technical
Item ID
Base.Shirt_Baseball_KY
Base.Shirt_Baseball_Rangers
Base.Shirt_Baseball_Z

The baseball shirt is a colored short sleeve shirt with the name of a baseball team printed on the front.

Usage

Recipes

Baseball shirts can be torn apart for ripped sheets, or made into sheet ropes.

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

SheetRope.png
Sheet Rope
0 XP none
(consumed)

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
all dresser 4 0.2
baseballstore shelves 4 1
bathroom locker 4 0.5
bedroom crate 4 4
crate 1 0.4
dresser 4 0.2
wardrobe 4 0.2
closet crate 4 0.5
clothingstorage clothingrack 4 6
clothingstore clothingrack 4 6
clothingrack 4 6
hall locker 4 0.2
laundry clothingdryer 4 1
clothingdryer 4 0.6

Buildings

Baseball shirts can be found in clothes stores all over Knox Country.

Code

Kentucky Baseball Shirt

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_Baseball_KY
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Kentucky Baseball Shirt,
		ClothingItem = Shirt_Baseball_KY,
		BodyLocation = ShortSleeveShirt,
		Icon = ShirtAthleticRed,
		BloodLocation = Shirt,
        Insulation = 0.2,
        WindResistance = 0.05,
        FabricType = Cotton,
        WorldStaticModel = TShirt_Ground,
	}

Riverside Rangers Baseball Shirt

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_Baseball_Rangers
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Riverside Rangers Baseball Shirt,
		ClothingItem = Shirt_Baseball_Rangers,
		BodyLocation = ShortSleeveShirt,
		Icon = ShirtAthleticGreen,
		BloodLocation = Shirt,
        Insulation = 0.2,
        WindResistance = 0.05,
        FabricType = Cotton,
        WorldStaticModel = TShirt_Ground,
	}

Z Hurricanes Baseball Shirt

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_Baseball_Z
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Z Hurricanes Baseball Shirt,
		ClothingItem = Shirt_Baseball_Z,
		BodyLocation = ShortSleeveShirt,
		Icon = ShirtAthleticBlue,
		BloodLocation = Shirt,
        Insulation = 0.2,
        WindResistance = 0.05,
        FabricType = Cotton,
        WorldStaticModel = TShirt_Ground,
	}

See also