Hawaiian Shirt: Difference between revisions

From PZwiki
(Added body location)
(Automated update of distribution section)
Line 67: Line 67:
{{Body location|body_location=TankTop}}
{{Body location|body_location=TankTop}}


{{clear}}
==Distribution==
==Distribution==
The loot distributions can be found in the table(s) below.
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
!Building/Room
!Container
! style="width: 3.2em;" |Rolls
! style="width: 3.2em;" |Chance
|-
| all
| [[wardrobe]]
| 4
| 0.1
|}
===Buildings===
===Buildings===
Hawaiian shirts can be found in clothing stores.
Hawaiian shirts can be found in clothing stores.

Revision as of 09:17, 12 February 2024

Project ZomboidItemsClothingHawaiian Shirt
Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D models
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)

Body location

Protection TankTop.png
  • Upper Torso
  • Lower Torso

Distribution

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

Containers
Building/Room Container Rolls Chance
all wardrobe 4 0.1

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