Hawaiian Shirt: Difference between revisions

From PZwiki
m (Automated {{Languages}} removal.)
m (Distribution table update)
(21 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Header/sandbox2|Project Zomboid|Items|Clothing}}
{{Header|Project Zomboid|Items|Clothing|Tops|Shirts}}
{{Page version|41.56}}
{{Page version|41.78.16}}
{{Reupload|Missing 3D models}}
{{Infobox item
{{Infobox item
| name = Hawaiian Shirt
|name=Hawaiian Shirt
| icon = ShirtHawaiianWhite.png
|model=Shirt_Hawaiian_white_model.png
| icon_name = White Hawaiian Shirt
|icon=ShirtHawaiianWhite.png
| icon2 = ShirtHawaiianRed.png
|icon_name=White Hawaiian Shirt
| icon_name2 = Red Hawaiian Shirt
|model2=Shirt_Hawaiian_red_model.png
| icon3 =
|icon2=ShirtHawaiianRed.png
| icon_name3 =
|icon_name2=Red Hawaiian Shirt
| icon4 =
| icon_name4 =
| icon5 =
| icon_name5 =
| icon6 =
| icon_name6 =
| icon7 =
| icon_name7 =
<!-- General -->
<!-- General -->
| category = Clothing
|category=Clothing
| weight = 1.0
|weight=1.0
| equipped = ShortSleeveShirt
|equipped=ShortSleeveShirt
| material = Cotton
|material=Cotton
| insulation = 0.1
|insulation=0.1
| wind_resistance = 0.05
|wind_resistance=0.05
<!-- Technical details -->
<!-- Technical details -->
| item_id = Base.Shirt_HawaiianTINT<br>Base.Shirt_HawaiianRed
|item_id=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.
Line 32: Line 23:
==Usage==
==Usage==
===Pros and cons===
===Pros and cons===
{{pros-cons
{{Pros-cons
|pros1 = Is worn on a separate slot than [[T-Shirt]] for extra sewing or insulation and wind resistance.
|pros1=Is worn on a separate slot than [[t-shirt]] for extra sewing or insulation and wind resistance.
|pros2 = Least insulation from protective item on that slot for the summer.
|pros2=Least insulation from protective item on that slot for the summer.
|cons1 = Provides no protection from zombies whatsoever without [[Tailoring|sewing]].
|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.
|cons2=Less insulation than [[Bowling Shirt|bowling shirt]], [[Baseball Shirt|baseball shirt]] or even [[Short Sleeve Shirt|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/sandbox2
{{Crafting general|042|ing=2}}
|ripped_sheets
|}
|sheet_rope
{{Crafting header|ing=2}}
}}
{{Crafting general|006|ing=2}}
|}


==Body location==
==Body location==
{{Body location|body_location=TankTop}}
{{Body location|body_location=TankTop}}


{{clear}}
==Distribution==
==Distribution==
The loot distributions can be found in the table(s) below.
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;"
<!--BOT FLAG|Shirt_HawaiianTINT|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
!Building/Room
    <div>Shirt_HawaiianTINT distribution
!Container
        <span class="mw-customtoggle-togglebox-Shirt_HawaiianTINT" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
! style="width: 3.2em;" |Rolls
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Shirt_HawaiianTINT">
! style="width: 3.2em;" |Chance
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
|-
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
| all
    |+ {{ll|Containers}}
| [[wardrobe]]
    ! Building / Room
| 4
    ! Container
| 0.1
    ! Rolls
|}
    ! Chance
    |-
    | all
    | {{ll|wardrobe}}
    | 4
    | 0.1
    |-
    | clothingstore
    | {{ll|clothingrack}}
    | 4
    | 10.0
    |-
    | zippeestore
    | {{ll|clothingrack}}
    | 4
    | 10.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Shirt_HawaiianTINT" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Shirt_HawaiianTINT|41.78.16-->
 
===Buildings===
===Buildings===
Hawaiian shirts can be found in clothing stores.
Hawaiian shirts can be found in clothing stores.


==Code==
==Code==
''Hawaiian Shirt''
{{CodeBox|[[File:ShirtHawaiianWhite.png]] {{ID|Base.Shirt_HawaiianTINT}}<br>
{{CodeBox
{{CodeSnip
| {{CodeSnip
   | lang = java
   | lang = java
   | line = true
   | line = true
   | start = 0
   | start = 386
   | source = clothing_pants.txt
   | source = clothing_shirts.txt
   | retrieved = true
   | retrieved = true
   | version = 41.56
   | version = 41.78.16
   | code =
   | code =
item Shirt_HawaiianTINT
item Shirt_HawaiianTINT
{
{
  Type             = Clothing,
    DisplayCategory = Clothing,
  DisplayName       = Hawaiian Shirt,
Type = Clothing,
  ClothingItem     = Shirt_HawaiianTINT,
DisplayName = Hawaiian Shirt,
  BodyLocation     = ShortSleeveShirt,
ClothingItem = Shirt_HawaiianTINT,
  Icon             = ShirtHawaiianWhite,
BodyLocation = ShortSleeveShirt,
  BloodLocation     = Shirt,
Icon = ShirtHawaiianWhite,
  Insulation       = 0.1,
BloodLocation = Shirt,
  WindResistance   = 0.05,
        Insulation = 0.1,
  FabricType       = Cotton,
        WindResistance = 0.05,
  WorldStaticModel = TShirt_Ground,
        FabricType = Cotton,
}
        WorldStaticModel = TShirt_Ground,
  }}
}
}}
}}


''Red Hawaiian Shirt''
[[File:ShirtHawaiianRed.png]] {{ID|Base.Shirt_HawaiianRed}}<br>
{{CodeBox
{{CodeSnip
| {{CodeSnip
   | lang = java
   | lang = java
   | line = true
   | line = true
   | start = 0
   | start = 372
   | source = clothing_pants.txt
   | source = clothing_shirts.txt
   | retrieved = true
   | retrieved = true
   | version = 41.56
   | version = 41.78.16
   | code =
   | code =
item Shirt_HawaiianRed
item Shirt_HawaiianRed
{
{
  Type             = Clothing,
    DisplayCategory = Clothing,
  DisplayName       = Hawaiian Red Shirt,
Type = Clothing,
  ClothingItem     = Shirt_HawaiianRed,
DisplayName = Hawaiian Red Shirt,
  BodyLocation     = ShortSleeveShirt,
ClothingItem = Shirt_HawaiianRed,
  Icon             = ShirtHawaiianRed,
BodyLocation = ShortSleeveShirt,
  BloodLocation     = Shirt,
Icon = ShirtHawaiianRed,
  Insulation       = 0.1,
BloodLocation = Shirt,
  WindResistance   = 0.05,
        Insulation = 0.1,
  FabricType       = Cotton,
        WindResistance = 0.05,
  WorldStaticModel = TShirt_Ground,
        FabricType = Cotton,
}
        WorldStaticModel = TShirt_Ground,
  }}
}
}}
}}
}}
==See also==
*[[Baseball Shirt]]
*[[Bowling Shirt]]
*[[Short Sleeve Shirt]]


{{Navbox clothing}}
{{Navbox items|tops}}

Revision as of 15:44, 24 April 2024

Project ZomboidItemsClothingTopsShirtsHawaiian Shirt
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Hawaiian Shirt
Shirt Hawaiian white model.png
Shirt Hawaiian red model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
ShortSleeveShirt
Properties
Material
Cotton
Insulation
10%
Wind resistance
5%
Technical
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 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 TankTop.png
  • Upper Torso
  • Lower Torso

Distribution

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

Shirt_HawaiianTINT distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all wardrobe 4 0.1
clothingstore clothingrack 4 10.0
zippeestore clothingrack 4 10.0

Buildings

Hawaiian shirts can be found in clothing stores.

Code

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

ShirtHawaiianWhite.png Base.Shirt_HawaiianTINT
Source: ProjectZomboid\media\scripts\clothing\clothing_shirts.txt

Retrieved: Build 41.78.16
item Shirt_HawaiianTINT
	{
	    DisplayCategory = Clothing,
		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,
	}

ShirtHawaiianRed.png Base.Shirt_HawaiianRed
Source: ProjectZomboid\media\scripts\clothing\clothing_shirts.txt

Retrieved: Build 41.78.16
item Shirt_HawaiianRed
	{
	    DisplayCategory = Clothing,
		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,
	}

See also