Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Be crafty.png

Build 42 unstable is out now!

The wiki has already begun updating. Please be patient during the transition.
Help us by contributing to the build 42 update project.
The Project Zomboid Map Project will not be updated until at least January, in the meantime use B42 Map.

404SpiffoMascotMap.png

Jacket - Formal

From PZwiki
(Redirected from Jacket - Formal)
Project ZomboidItemsClothingTopsJacketsJacket - Formal
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Parts of this page may have been automatically updated to the latest build (42.0.2).
Jacket - Formal
WeddingJacket Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
2
Equipped
Properties
Material
Cotton
Combat speed
95%
Scratch defence
20%
Neck protection
50%
Insulation
40%
Wind resistance
20%
Technical
Item ID
Base.WeddingJacket
GUID
0e10adb3-6611-42bd-abe9-d860ee432cd6
ClothingItem

A wedding jacket is a clothing item.

Usage

Pros and cons

Pros Cons
  • Provides neck protection, which is difficult to acquire outside of the scarf.
  • Provides some protection from scratches.
  • Provides mild wind resistance and insulation.
  • Slows combat speed.
  • Provides no bite protection.
  • Spawns only on rare zombies.

Recipes

Wedding jackets can be used to make ripped sheets or sheet ropes.

LightBulbBlue.png
Recipes are still based on build 41, and are planned to be revamped to build 42 at a later date, depending on the game's crafting system improvement.
Product Ingredients Tools Requirements Workstation XP
Rag.png
Rag
One of:
Clothing (cotton) Clothing (cotton) ×1
Sheet.png Sheet ×1
none none none 0.25 Tailoring
SheetRope.png
Sheet Rope
One of:
Sheet.png Sheet ×1
Clothing (cotton) Clothing (cotton) ×1
none none none none

Body part

Location

WeddingJacket distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average 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. Duplicate entries do exist, but have been removed for clarity.

Containers
Building/Room Container Effective chance
backstage cardboardbox 1.06%
backstage clothingrack 2.1%
backstage dresser 2.1%
backstage locker 1.06%
weddingstorestorage cardboardbox 41.46%
weddingstorestorage cardboardbox 23.67%
weddingstoresuit clothingrack 41.46%
weddingstoresuit clothingrack 23.67%
Outfit
Outfit Probability GUID
Costume Vampire (male) 100% fe38269a-8e97-4aaf-b8af-71db2aefea5d
Costume Wild West Mayor (female) 70% a8e0e1f0-f548-42a0-a196-4d265dd55d74
Costume Wild West Mayor (male) 70% e4601c05-bb27-4b96-90dd-0df82daa246e
Costume Wild West Outlaw (female) 30% 8f26f7d8-27a9-4369-8334-99f7f95d53a3
Costume Wild West Outlaw (male) 30% 936463b0-39d9-4fe1-a861-e5996e7df334
Goth (female) 50% fca59952-4c9b-4325-9b91-cc9522b76acd
Goth (male) 50% 1d553032-b6aa-4c9d-9d47-e1ada6be1944
Groom (male) 100% 3b730e3e-71dc-4454-a0ef-5650880313fb
Foraging
Amount Skill level Biome: chance Weather modifiers % Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
1 0 ForagingNav: 3
TownZone: 3
TrailerPark: 3
Vegitation: 3
- - - - - - -

History

Base.WeddingJacket

Version Description
Build 42.0.0 DisplayName changed from Wedding Jacket to Jacket - Formal.
Item tag added with value RipClothingCotton.
Build 41.77 HOTFIX BodyLocation changed from Jacket to JacketSuit.
Build 41.65 DisplayCategory added with value Clothing.
Build 41.54 WorldStaticModel added with value WeddingJacket_Ground.
Build 41.23 Weight added with value 2.
Build 41.20 FabricType added with value Cotton.
Insulation added with value 0.40.
WindResistance added with value 0.2.
Build 41.12 Released on this version.

Code

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

Source: ProjectZomboid\media\scripts\clothing\clothing_jacket.txt

Retrieved: Build 42.0.2
item WeddingJacket
	{
		DisplayName = Jacket - Formal,
		DisplayCategory = Clothing,
		Type = Clothing,
		Weight = 2,
		Icon = JacketSuitTux,
		BloodLocation = Jacket,
		BodyLocation = JacketSuit,
		ClothingItem = WeddingJacket,
		CombatSpeedModifier = 0.95,
		FabricType = Cotton,
		Insulation = 0.40,
		NeckProtectionModifier = 0.5,
		RunSpeedModifier = 0.93,
		ScratchDefense = 20,
		WindResistance = 0.2,
		WorldStaticModel = WeddingJacket_Ground,
		Tags = RipClothingCotton,
	}

See also