Hospital Gown

From PZwiki
Project ZomboidItemsClothingFull bodyHospital Gown
Spiffo controlyourself.png
This page was last updated for an older version (41.65).
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.
Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.
Hospital Gown
HospitalGown Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1
Equipped
Dress
Properties
Scratch defence
10%
Insulation
10%
Wind resistance
5%
Technical
Item ID
Base.Gown_Hospital

A hospital gown is an article of clothing typically wore by patients in hospitals, covering the entire body.

Usage

A hospital gown provides little protection or insulation, and is so best used as a cosmetic item, if at all.

Recipes

Hospital gowns 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

Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.

It can mostly be found worn by zombies near crashed ambulances and hospitals.

Body location

Protection None.png

    Code

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

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

    Retrieved: Build 41.78.16
    item HospitalGown
        {
            DisplayCategory = Clothing,
            Type = Clothing,
            DisplayName = Hospital Gown,
            ClothingItem = Gown_Hospital,
            BodyLocation = Dress,
            BloodLocation = Trousers;Shirt,
            Icon = HospitalGown,
            Insulation = 0.10,
            WindResistance = 0.05,
            FabricType = Cotton,
            WorldStaticModel = HospitalGown_Ground,
        }
    

    See also