Hawaiian Shirt: Difference between revisions

From PZwiki
m (→‎top: category project: "The Game World")
m (Cleanups)
Line 1: Line 1:
{{Languages}}{{Header|Project Zomboid|Items|Clothing|version=Version 41|incver=56}}{{Infobox clothing
{{Languages}}
{{Header|Project Zomboid|Items|Clothing|version=Version 41|incver=56}}
{{Reupload|Missing 3D model}}
{{Infobox clothing
| display_name = Hawaiian Shirt
| display_name = Hawaiian Shirt
| name_colour = Clothing
| name_colour = Clothing
Line 40: Line 43:
<!-- Technical details -->
<!-- Technical details -->
| class_name = Base.Shirt_HawaiianTINT<br>Base.Shirt_HawaiianRed
| class_name = Base.Shirt_HawaiianTINT<br>Base.Shirt_HawaiianRed
}}The '''hawaiian shirt''' is a colorful shirt with a flower pattern printed on it.
}}
The '''hawaiian shirt''' is a colorful shirt with a flower pattern printed on it.


==Usage==
==Usage==
===Pros and cons===
===Pros and cons===
{{pros-cons
{{pros-cons
|pros1 = Provides a tiny amount of weather protection and insulation
|pros1 = Is worn on a separate slot than [[T-Shirt]] for extra sewing or insulation and wind resistance.
|cons1 = Provides no protection from zombies whatsoever
|pros2 = Least insulation from protective item on that slot for the summer.
|cons2 = Less insulation than an ordinary [[T-Shirt]]
|cons1 = Provides no protection from zombies whatsoever without [[Tailoring|sewing]].
|cons2 = Less insulation than [[Bowling Shirt]], [[Baseball Shirt]] or even [[Short Sleeve Shirt]] for the winter.
}}
}}


===Recipes===
===Recipes===
Hawaiian Shirts can craft [[Ripped_Sheets|ripped sheets]] or [[sheet rope|sheet ropes]].
Hawaiian shirts can craft [[Ripped Sheets|ripped sheets]] or [[Sheet Rope|sheet ropes]].
{{Crafting header|ing=2}}
{{Crafting header|ing=2}}
{{Crafting general|042|ing=2}}
{{Crafting general|042|ing=2}}
Line 59: Line 64:
|}
|}


==DDistributionistribution==
==Distribution==
===Buildings===
===Buildings===
Hawaiian shirts can be found in clothing stores.
Hawaiian shirts can be found in clothing stores.
Line 117: Line 122:
   }}
   }}
}}
}}
{{Navbox clothing}}
{{Navbox clothing}}

Revision as of 17:35, 11 January 2024

Project ZomboidItemsClothingHawaiian Shirt
Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D model
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Hawaiian Shirt
White Hawaiian Shirt Red Hawaiian Shirt
General
Category Clothing
Encumbrance
Heavy Load
1.0
Body location ShortSleeveShirt
Fabric Cotton
Insulation
Insulation 0.1
Wind resistance 0.05
Technical details
Item ID Base.Shirt_HawaiianTINT
Base.Shirt_HawaiianRed

The hawaiian shirt is a colorful shirt with a flower pattern printed on it.

Usage

Pros and cons

Pros Cons
  • Is worn on a separate slot than T-shirt for extra sewing or insulation and wind resistance.
  • Least insulation from protective item on that slot for the summer.

Recipes

Hawaiian shirts can craft ripped sheets or sheet ropes.

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

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
SheetRope.png
Sheet Rope
0 XP none
(consumed)

Distribution

Buildings

Hawaiian shirts can be found in clothing stores.

Code

Hawaiian Shirt

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

Source: ProjectZomboid\media\scripts\clothing\clothing_pants.txt

Retrieved: Build 41.56
item Shirt_HawaiianTINT
{
  Type              = Clothing,
  DisplayName       = Hawaiian Shirt,
  ClothingItem      = Shirt_HawaiianTINT,
  BodyLocation      = ShortSleeveShirt,
  Icon              = ShirtHawaiianWhite,
  BloodLocation     = Shirt,
  Insulation        = 0.1,
  WindResistance    = 0.05,
  FabricType        = Cotton,
  WorldStaticModel  = TShirt_Ground,
}

Red Hawaiian Shirt

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

Source: ProjectZomboid\media\scripts\clothing\clothing_pants.txt

Retrieved: Build 41.56
item Shirt_HawaiianRed
{
  Type              = Clothing,
  DisplayName       = Hawaiian Red Shirt,
  ClothingItem      = Shirt_HawaiianRed,
  BodyLocation      = ShortSleeveShirt,
  Icon              = ShirtHawaiianRed,
  BloodLocation     = Shirt,
  Insulation        = 0.1,
  WindResistance    = 0.05,
  FabricType        = Cotton,
  WorldStaticModel  = TShirt_Ground,
}