Hospital Gown

From PZwiki
Project ZomboidItemsClothingFull bodyHospital Gown
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
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.

Hospital gowns can mostly be found worn by patient 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