Medical Scrubs: Difference between revisions

From PZwiki
mNo edit summary
Line 1: Line 1:
{{Testing|build=[[Build 41]]}}
{{languages}}
{{languages}}
{{header|The Game World|Items|Clothing|version=Version 41|incver=56}}
{{header|The Game World|Items|Clothing|version=Version 41|incver=65}}
{{Infobox clothing
{{Infobox clothing
| display_name = Medical Scrubs
| display_name = Medical Scrubs

Revision as of 15:29, 23 December 2021

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