Hospital Gown: Difference between revisions

From PZwiki
mNo edit summary
(Fixed? The icon)
Line 6: Line 6:
| name_colour=Clothing
| name_colour=Clothing
| name_text_colour=Clothing
| name_text_colour=Clothing
| image=Item HospitalGown.png
| image=ItemHospitalGown.png
| image_width=120px
| image_width=34px
<!-- General -->
<!-- General -->
| category=Clothing
| category=Clothing

Revision as of 09:53, 28 August 2022

Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.
The Game WorldItemsClothingHospital Gown
Hospital Gown
Hospital Gown
General
Category Clothing
Body location Dress
Protection
Scratch defense 10
Insulation
Insulation 0.10
Wind resistance 0.05
Technical details
Item ID Base.Gown_Hospital

A hospital gown is an article of clothing typically wore by patients in hospitals, covering the entire body. It can mostly be found near crashed ambulances and hospitals.

Body Location

Protection None.png

    Code

    Retrieved: Build 41.65

    	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,
        }