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]
Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.
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

Bowling shirt is a clothing item that comes in various colors.

Body location

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

Code

Item

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