Item: Tunique médicale

Wiki Project Zomboid

Tunique médicale

Variable Base.Shirt_Scrubs Mod Vanilla

Résumé

VariableBase.Shirt_Scrubs
TypeClothing
CatégorieClothing
Poids
Icône Aucune icône trouvée

Navigation

Nom variableShirt_Scrubs
ModuleBase
Sourcescripts\clothing\clothing_shirts.txt
Détails techniques
Item PK6480
Lignes288 → 301
File ID1390

Recettes qui fabriquent cet item

Icône affichée: un des objets requis pour fabriquer cette recette.

0 recette
Aucune recette ne fabrique cet item.

Recettes qui utilisent cet item

Icône affichée: l'objet obtenu via la recette quand il est identifié.

1 recette
Afficher la liste
Recipe Mod Category Time Result
Sheet Make-Sheets
Make-Sheets
Base
KAVALASH_BB_CommonSense 100 Sheet=1

Propriétés

Toutes les propriétés extraites pour cet item.

11 propriétés
Key Value (raw) Num Bool JSON
BloodLocation ShirtLongSleeves
BodyLocation Shirt
ClothingItem Shirt_Scrubs
DisplayCategory Clothing
DisplayName Medical Scrubs
FabricType Cotton
IconsForTexture ShirtScrubsBlue;ShirtScrubsGreen
Insulation 0.1 0.1
Type Clothing
WindResistance 0.05 0.05
WorldStaticModel Shirt_Ground
Raw block
	item Shirt_Scrubs
	{
	    DisplayCategory = Clothing,
		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,
	}