Hawaiian Shirt: Difference between revisions

From PZwiki
(Automated crafting system update)
m (Add model)
Line 1: Line 1:
{{Header|Project Zomboid|Items|Clothing|Tops|Shirts}}
{{Header|Project Zomboid|Items|Clothing|Tops|Shirts}}
{{Page version|41.56}}
{{Page version|41.56}}
{{Reupload|Missing 3D models}}
{{Infobox item
{{Infobox item
|name=Hawaiian Shirt
|name=Hawaiian Shirt
|model=Shirt_Hawaiian_white_model.png
|icon=ShirtHawaiianWhite.png
|icon=ShirtHawaiianWhite.png
|icon_name=White Hawaiian Shirt
|icon_name=White Hawaiian Shirt
|model2=Shirt_Hawaiian_red_model.png
|icon2=ShirtHawaiianRed.png
|icon2=ShirtHawaiianRed.png
|icon_name2=Red Hawaiian Shirt
|icon_name2=Red Hawaiian Shirt

Revision as of 04:36, 7 April 2024

Project ZomboidItemsClothingTopsShirtsHawaiian Shirt
Spiffo controlyourself.png
This page was last updated for an older version (41.56).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
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
Product Ingredients Tools Requirements Workstation XP
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.

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

Red Hawaiian Shirt

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

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