Baseball Shirt

From PZwiki
(Redirected from Baseball Shirt)
Project ZomboidItemsClothingTopsShirtsBaseball Shirt
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
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 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

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

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

ShirtAthleticRed.png Base.Shirt_Baseball_KY
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,
	}

ShirtAthleticGreen.png Base.Shirt_Baseball_Rangers
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,
	}

ShirtAthleticBlue.png Base.Shirt_Baseball_Z
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