Formal Shirt: Difference between revisions

From PZwiki
m (Add see also)
m (Bump, cleanups)
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.78.16}}
{{Infobox item
{{Infobox item
|name=Formal Shirt
|name=Formal Shirt
Line 15: Line 15:
<!-- Technical details -->
<!-- Technical details -->
|item_id=Base.Shirt_FormalWhite
|item_id=Base.Shirt_FormalWhite
|item_id2=Base.Shirt_FormalTINT
}}
}}


Line 21: Line 22:
==Usage==
==Usage==
===Pros and cons===
===Pros and cons===
{{pros-cons
{{Pros-cons
|pros1 = Provides a small amount of protection from the elements
|pros1=Provides a small amount of protection from the elements.
|pros2 = Can be used to easily obtain [[Ripped Sheets|ripped sheets]]
|pros2=Can be used to easily obtain [[Ripped Sheets|ripped sheets]].
|cons1 = No attack protection at all
|cons1=No attack protection at all.
}}
}}


Line 31: Line 32:
{{Crafting/sandbox2
{{Crafting/sandbox2
|ripped_sheets
|ripped_sheets
}}
{{Crafting/sandbox2
|sheet_rope
|sheet_rope
}}
}}
Line 182: Line 181:


==See also==
==See also==
*[[Short Sleeve Shirt]]
{{Navbox items|tops}}
{{Navbox items|tops}}

Revision as of 21:42, 13 April 2024

Project ZomboidItemsClothingTopsShirtsFormal Shirt
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Formal Shirt
ShirtGeneric Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Shirt
Properties
Material
Cotton
Insulation
25%
Wind resistance
15%
Technical
Item ID
Base.Shirt_FormalWhite
Base.Shirt_FormalTINT

The formal shirt is a common clothing item that can be worn by the player upon spawning in.

Usage

Pros and cons

Pros Cons
  • Provides a small amount of protection from the elements.
  • Can be used to easily obtain ripped sheets.
  • No attack protection at all.

Recipes

Formal shirts can be utilized to make 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 Shirt.png
  • Upper Torso
  • Lower Torso
  • Upper Arms
  • Forearms

Distribution

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

Containers
Building/Room Container Rolls Chance
all clothingrack 4 1
clothingrack 4 1
clothingrack 4 1
clothingrack 4 1
dresser 4 1
locker 4 2
locker 4 2
wardrobe 4 0.5
wardrobe 4 2
wardrobe 4 2
wardrobe 4 0.5
wardrobe 4 2
bathroom locker 4 0.5
bedroom crate 4 8
crate 1 0.8
crate 4 8
crate 4 8
dresser 4 1
clothingstorage clothingrack 4 1
clothingrack 4 1
laundry clothingdryer 4 6
clothingdryer 4 6
clothingdryer 4 1

Buildings

Formal shirts can sometimes be found in houses and clothes stores around Knox Country.

NPCs

Civilian zombies will sometimes spawn wearing a formal shirt.

Code

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_FormalWhite
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Formal Shirt,
		ClothingItem = Shirt_FormalWhite,
		BodyLocation = Shirt,
		Icon = ShirtGeneric,
		BloodLocation = ShirtLongSleeves,
        Insulation = 0.25,
        WindResistance = 0.15,
        FabricType = Cotton,
        WorldStaticModel = Shirt_Ground,
	}

See also