Hawaiian Shirt: Difference between revisions

From PZwiki
mNo edit summary
m (Distribution table update)
(37 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{Testing|build=[[Build 41]]}}
{{Header|Project Zomboid|Items|Clothing|Tops|Shirts}}
 
{{Page version|41.78.16}}
{{languages}}
{{Infobox item
{{header|The Game World|Items|Clothing|version=Version 41|incver=56}}
|name=Hawaiian Shirt
{{Infobox clothing
|model=Shirt_Hawaiian_white_model.png
| display_name = Hawaiian Shirt
|icon=ShirtHawaiianWhite.png
| name_colour = Clothing
|icon_name=White Hawaiian Shirt
| name_text_colour = Clothing
|model2=Shirt_Hawaiian_red_model.png
| image =
|icon2=ShirtHawaiianRed.png
| image_width = 300px
|icon_name2=Red Hawaiian Shirt
| alternate_image = ShirtHawaiianWhite.png
| alternate_name = White Hawaiian Shirt
| alternate_link =  
| alternate_image2 = ShirtHawaiianRed.png
| alternate_name2 = Red Hawaiian Shirt
| alternate_link2 =
| alternate_image3 =
| alternate_name3 =
| alternate_link3 =
| alternate_image4 =
| alternate_name4 =
| alternate_link4 =
| alternate_image5 =
| alternate_name5 =
| alternate_link5 =
| alternate_image6 =
| alternate_name6 =
| alternate_link6 =
| alternate_image7 =
| alternate_name7 =
| alternate_link7 =
<!-- General -->
<!-- General -->
| category = Clothing
|category=Clothing
| weight = 1.0
|weight=1.0
| body_location = ShortSleeveShirt
|equipped=ShortSleeveShirt
| condition =
|material=Cotton
| fabric = Cotton
|insulation=0.1
| capacity =
|wind_resistance=0.05
| weight_reduction =
| attachments_provided =
<!-- Insulation -->
| insulation = 0.1
| wind_resistance = 0.05
<!-- Technical details -->
<!-- Technical details -->
| class_name = 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.
__TOC__


==Usage==
==Usage==
<!--Comment: This section contains how the item can be used. This may include crafting, adding attachments (belts), storage space, or another functionality, such as being able to raise and lower the hood of some jackets. -->
===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.
<!-- #PROS# - below this line -->
|pros2=Least insulation from protective item on that slot for the summer.
|pros1 = Provides a tiny amount of weather protection and insulation
|cons1=Provides no protection from zombies whatsoever without [[Tailoring|sewing]].
<!-- #CONS# - below this line -->
|cons2=Less insulation than [[Bowling Shirt|bowling shirt]], [[Baseball Shirt|baseball shirt]] or even [[Short Sleeve Shirt|short sleeve shirt]] for the winter.
|cons1 = Provides no protection from zombies whatsoever
|cons2 = Less insulation even than an ordinary [[T-Shirt]]
}}
}}
===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=TankTop}}
 
==Distribution==
The loot distributions can be found in the table(s) below.
 
<!--BOT FLAG|Shirt_HawaiianTINT|41.78.16-->
{{clear}}
<div class="togglebox theme-red">
    <div>Shirt_HawaiianTINT distribution
        <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>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Shirt_HawaiianTINT">
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Containers}}
    ! Building / Room
    ! Container
    ! 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-->


== Item Distribution ==
===Buildings===
===Buildings===
Hawaiian shirts can be found in clothing stores.
Hawaiian shirts can be found in clothing stores.
== Code ==
'''''From clothing_pants.txt (Project Zomboid directory/media/scripts/clothing)'''''


''Hawaiian Shirt''
==Code==
{{Retrieved|version=41|incver=56}}
{{CodeBox|[[File:ShirtHawaiianWhite.png]] {{ID|Base.Shirt_HawaiianTINT}}<br>
<pre>  item Shirt_HawaiianTINT
{{CodeSnip
  | lang = java
  | line = true
  | start = 386
  | source = clothing_shirts.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item Shirt_HawaiianTINT
{
{
    DisplayCategory = Clothing,
Type = Clothing,
Type = Clothing,
DisplayName = Hawaiian Shirt,
DisplayName = Hawaiian Shirt,
Line 88: Line 104:
         WorldStaticModel = TShirt_Ground,
         WorldStaticModel = TShirt_Ground,
}
}
</pre>
}}
''Red Hawaiian Shirt''
 
{{Retrieved|version=41|incver=56}}
[[File:ShirtHawaiianRed.png]] {{ID|Base.Shirt_HawaiianRed}}<br>
<pre>  item Shirt_HawaiianRed
{{CodeSnip
  | lang = java
  | line = true
  | start = 372
  | source = clothing_shirts.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item Shirt_HawaiianRed
{
{
    DisplayCategory = Clothing,
Type = Clothing,
Type = Clothing,
DisplayName = Hawaiian Red Shirt,
DisplayName = Hawaiian Red Shirt,
Line 104: Line 129:
         WorldStaticModel = TShirt_Ground,
         WorldStaticModel = TShirt_Ground,
}
}
</pre>
}}
{{Navbox clothing}}
}}
 
==See also==
*[[Baseball Shirt]]
*[[Bowling Shirt]]
*[[Short Sleeve Shirt]]
 
{{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