Hawaiian Shirt: Difference between revisions

From PZwiki
(Update distribution file)
 
(36 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{languages}}
{{Header|Project Zomboid|Items|Clothing|Tops|Shirts}}
{{header|The Game World|Items|Clothing|version=Version 41|incver=56}}
{{Page version|41.78.16}}
{{Infobox clothing
{{Infobox item
| display_name = Hawaiian Shirt
|name=Hawaiian Shirt
| name_colour = Clothing
|model=Shirt_Hawaiian_white_model.png
| name_text_colour = Clothing
|icon=ShirtHawaiianWhite.png
| image =
|icon_name=White Hawaiian Shirt
| image_width = 300px
|model2=Shirt_Hawaiian_red_model.png
| alternate_image = ShirtHawaiianWhite.png
|icon2=ShirtHawaiianRed.png
| alternate_name = White Hawaiian Shirt
|icon_name2=Red 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 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">
    Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the [[lucky]] and [[unlucky]] traits.    <div class="toggle-content">
<div class="pz-container">
<div id="containers" style="flex-basis:30%">
    {| class="wikitable theme-red" style="margin-right: 15px; width: 95%;"
    |+ {{ll|Containers}}
    ! Building/Room
    ! Container
    ! Effective chance
    |-
    | all
    | {{ll|wardrobe}}
    | 1.87%
    |-
    | bedroom
    | {{ll|wardrobe}}
    | 1.87%
    |-
    | clothingstore
    | {{ll|clothingrack}}
    | 23.28%
    |-
    | shoestore
    | {{ll|clothingrack}}
    | 23.28%
    |-
    | zippeestore
    | {{ll|clothingrack}}
    | 23.28%
    |}
</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 87: Line 110:
         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 103: Line 135:
         WorldStaticModel = TShirt_Ground,
         WorldStaticModel = TShirt_Ground,
}
}
</pre>
}}
{{Navbox clothing}}
}}
 
==See also==
*[[Baseball Shirt]]
*[[Bowling Shirt]]
*[[Short Sleeve Shirt]]
 
{{Navbox items|tops}}

Latest revision as of 12:57, 30 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
Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits.
Containers
Building/Room Container Effective chance
all wardrobe 1.87%
bedroom wardrobe 1.87%
clothingstore clothingrack 23.28%
shoestore clothingrack 23.28%
zippeestore clothingrack 23.28%

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