Medical Scrubs

From PZwiki
Project ZomboidItemsClothingTopsShirtsMedical Scrubs
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.
Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D models
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Medical Scrubs
Blue Medical Scrubs
Green Medical Scrubs
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Shirt
Properties
Material
Cotton
Insulation
10%
Wind resistance
5%
Technical
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
(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

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
all militarycrate 4 8
bathroom locker 4 8
locker 4 8
dentiststorage metal_shelves 4 8
metal_shelves 4 8
kennels counter 4 8
counter 4 8
laboratory crate 4 8
morgue metal_shelves 4 8

Buildings

Clinics will usually have medical scrubs stored somewhere.

Code

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

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

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