Bowling Shirt: Difference between revisions

From PZwiki
m (Automated category update)
m (Remove clear)
Line 130: Line 130:
   }}
   }}
}}
}}
{{Clear}}<!--Remove when the page gets longer-->
 
{{Navbox clothing|Tops}}
{{Navbox clothing|Tops}}

Revision as of 20:50, 23 March 2024

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

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

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

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

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

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