Medical Scrubs: Difference between revisions

From PZwiki
mNo edit summary
Line 84: Line 84:
</pre>
</pre>
==See Also==
==See Also==
*[[Medical Cap]]
*[[Medical Mask]]
*[[Medical T-Shirt]]
*[[Surgical Gloves]]
*[[Medical Pants]]
*[[Medical Pants]]
*[[Medical Mask]]
*[[Medical Cap]]
{{Navbox clothing}}
{{Navbox clothing}}

Revision as of 15:28, 23 December 2021

Profession engineer.png
This is a testing feature.
This article is about an item or mechanic that is currently in testing and not part of the stable version of the game.


The Game WorldItemsClothingMedical Scrubs
Medical Scrubs
Blue Medical Scrubs Green Medical Scrubs
General
Category Clothing
Encumbrance
Heavy Load
1.0
Body location Shirt
Fabric Cotton
Insulation
Insulation 0.1
Wind resistance 0.05
Technical details
Item ID Base.Shirt_Scrubs

The medical scrubs are a clothing item usually worn by doctors or nurses.

Usage

Recipes

Medical Scrubs can be used to create ripped sheets and sheet ropes.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Rag.png
Ripped Sheets
0.25 Tailoring none Clothing (Cotton)
Clothing (Cotton)
(consumed)

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
SheetRope.png
Sheet Rope
0 XP none
(consumed)

Body location

Protection Shirt.png
  • Upper Torso
  • Lower Torso
  • Upper Arms
  • Forearms

Item Distribution

Buildings

Clinics will usually have medical scrubs stored somewhere.

Code

From clothing_shirts.txt (Project Zomboid directory/media/scripts/clothing) Retrieved: Build 41.56

   item Shirt_Scrubs
	{
		Type = Clothing,
		DisplayName = Medical Scrubs,
		ClothingItem = Shirt_Scrubs,
		BodyLocation = Shirt,
		IconsForTexture = ShirtScrubsBlue;ShirtScrubsGreen,
		BloodLocation = ShirtLongSleeves,
        Insulation = 0.1,
        WindResistance = 0.05,
        FabricType = Cotton,
        WorldStaticModel = Shirt_Ground,
	}

See Also