Medical Coat

From PZwiki
Project ZomboidItemsClothingTopsJacketsMedical Coat
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D model
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Medical Coat
Medical Coat
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
2
Equipped
Jacket
Properties
Run speed
93% (disabled)
Combat speed
95%
Scratch defence
20%
Neck protection
50%
Insulation
35%
Wind resistance
25%
Technical
Item ID
Base.JacketLong_Doctor

A medical coat is a clothing item.

Usage

Pros and cons

Pros Cons
  • Provides some neck protection and minor scratch protection.
  • Provides minor protection from the wind and insulation.
  • Reduces combat speed.
  • Provides little protection from zombies.
  • Provides almost no protection from the elements.

Recipes

Medical coats can be used 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

Distribution

Buildings

Medical coats can sometimes be found at random in closets, crates, and storage units, but can be found most reliably in laboratories.

NPCs

Medical coats can be found on doctor and pharmacist zombies.

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 41.78.16
item JacketLong_Doctor
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Medical Coat,
        ClothingItem = JacketLong_Doctor,
        BodyLocation = Jacket,
        Icon = JacketDoctor,
        BloodLocation = LongJacket,
        RunSpeedModifier = 0.93,
        CombatSpeedModifier = 0.95,
        ScratchDefense = 20,
        NeckProtectionModifier = 0.5,
        Insulation = 0.35,
        WindResistance = 0.25,
        FabricType = Cotton,
        Weight = 2,
        WorldStaticModel = JacketLong_Ground,
    }

See also