Bowling Shirt

From PZwiki
(Redirected from Bowling Shirt)
Project ZomboidItemsClothingTopsShirtsBowling Shirt
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Bowling Shirt
BowlingShirt Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1
Equipped
Tshirt
Properties
Material
Cotton
Insulation
20%
Wind resistance
5%
Technical
Item ID
Base.Shirt_Bowling_Blue
Base.Shirt_Bowling_Brown
Base.Shirt_Bowling_Green
Base.Shirt_Bowling_LimeGreen
Base.Shirt_Bowling_Pink
Base.Shirt_Bowling_White

A bowling shirt is a clothing item that comes in various colors.

Usage

Recipes

Bowling shirts can be used to make 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 Tshirt.png
  • Upper Torso
  • Lower Torso
  • Upper Arms

Distribution

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

Containers
Building/Room Container Rolls Chance
bowlingalley counter 4 1

Trivia

  • The color of the bowling shirt is not indicated in the item text or image, and all bowling shirts dropped on the ground use the same world model. As such, players wanting to determine the color of a bowling shirt will need to apply it on their character.

Code

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

ShirtAthleticRed.png Base.Shirt_Bowling_Blue
Source: ProjectZomboid\media\scripts\clothing\clothing_shirts.txt

Retrieved: Build 41.78.16
item Shirt_Bowling_Blue
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Bowling Shirt Blue,
		ClothingItem = Shirt_BowlingBlue,
		BodyLocation = ShortSleeveShirt,
		Icon = ShirtAthleticRed,
		BloodLocation = Shirt,
        Insulation = 0.2,
        WindResistance = 0.05,
        FabricType = Cotton,
        WorldStaticModel = TShirt_Ground,
	}

ShirtAthleticRed.png Base.Shirt_Bowling_Brown
Source: ProjectZomboid\media\scripts\clothing\clothing_shirts.txt

Retrieved: Build 41.78.16
item Shirt_Bowling_Brown
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Bowling Shirt Brown,
		ClothingItem = Shirt_BowlingBrown,
		BodyLocation = ShortSleeveShirt,
		Icon = ShirtAthleticRed,
		BloodLocation = Shirt,
        Insulation = 0.2,
        WindResistance = 0.05,
        FabricType = Cotton,
        WorldStaticModel = TShirt_Ground,
	}

ShirtAthleticRed.png Base.Shirt_Bowling_Green
Source: ProjectZomboid\media\scripts\clothing\clothing_shirts.txt

Retrieved: Build 41.78.16
item Shirt_Bowling_Green
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Bowling Shirt Green,
		ClothingItem = Shirt_BowlingGreen,
		BodyLocation = ShortSleeveShirt,
		Icon = ShirtAthleticRed,
		BloodLocation = Shirt,
        Insulation = 0.2,
        WindResistance = 0.05,
        FabricType = Cotton,
        WorldStaticModel = TShirt_Ground,
	}

ShirtAthleticRed.png Base.Shirt_Bowling_LimeGreen
Source: ProjectZomboid\media\scripts\clothing\clothing_shirts.txt

Retrieved: Build 41.78.16
item Shirt_Bowling_LimeGreen
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Bowling Shirt Lime Green,
		ClothingItem = Shirt_BowlingLimeGreen,
		BodyLocation = ShortSleeveShirt,
		Icon = ShirtAthleticRed,
		BloodLocation = Shirt,
        Insulation = 0.2,
        WindResistance = 0.05,
        FabricType = Cotton,
        WorldStaticModel = TShirt_Ground,
	}

ShirtAthleticRed.png Base.Shirt_Bowling_Pink
Source: ProjectZomboid\media\scripts\clothing\clothing_shirts.txt

Retrieved: Build 41.78.16
item Shirt_Bowling_Pink
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Bowling Shirt Pink,
		ClothingItem = Shirt_BowlingPink,
		BodyLocation = ShortSleeveShirt,
		Icon = ShirtAthleticRed,
		BloodLocation = Shirt,
        Insulation = 0.2,
        WindResistance = 0.05,
        FabricType = Cotton,
        WorldStaticModel = TShirt_Ground,
	}

ShirtAthleticRed.png Base.Shirt_Bowling_White
Source: ProjectZomboid\media\scripts\clothing\clothing_shirts.txt

Retrieved: Build 41.78.16
item Shirt_Bowling_White
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Bowling Shirt White,
		ClothingItem = Shirt_BowlingWhite,
		BodyLocation = ShortSleeveShirt,
		Icon = ShirtAthleticRed,
		BloodLocation = Shirt,
        Insulation = 0.2,
        WindResistance = 0.05,
        FabricType = Cotton,
        WorldStaticModel = TShirt_Ground,
	}

See also