Item: Blouse médicale

Wiki Project Zomboid

Blouse médicale

Variable AuthenticZClothing.Jacket_Doctor2 Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Jacket_Doctor2
TypeClothing
CatégorieClothing
Poids2
Icône
JacketDoctor

Navigation

Nom variableJacket_Doctor2
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_jacket_Vanilla.txt
Détails techniques
Item PK1349
Lignes5 → 26
File ID819

Recettes qui fabriquent cet item

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

1 recette
Afficher la liste
Recipe Mod Category Time Result
JacketDoctor Open Medical Coat
Open Medical Coat
AuthenticZRecipes
KAVALASH_Authentic Z - Current 30 AuthenticZClothing.Jacket_Doctor2=1

Recettes qui utilisent cet item

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

0 recette
Aucune recette n'utilise cet item.

Propriétés

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

19 propriétés
Key Value (raw) Num Bool JSON
BloodLocation LongJacket
BodyLocation Jacket
ClothingItem Jacket_Doctor2
ClothingItemExtra AuthenticZClothing.Jacket_Doctor3
ClothingItemExtraOption ClosedJacket
CombatSpeedModifier 0.95 0.95
DisplayCategory Clothing
DisplayName Medical Coat
FabricType Cotton
Icon JacketDoctor
Insulation 0.35 0.35
NeckProtectionModifier 0.5 0.5
RunSpeedModifier 0.93 0.93
ScratchDefense 20 20
Type Clothing
Weight 2 2
WindResistance 0.25 0.25
WorldStaticModel JacketLong_Ground
clothingExtraSubmenu JacketOpen
Raw block
     item Jacket_Doctor2
    {
        DisplayCategory = Clothing,		
        Type = Clothing,
        DisplayName = Medical Coat,
        ClothingItem = Jacket_Doctor2,
        ClothingItemExtra = AuthenticZClothing.Jacket_Doctor3,
        ClothingItemExtraOption = ClosedJacket,
		clothingExtraSubmenu 	= JacketOpen,	
        BodyLocation = Jacket,
        Icon = JacketDoctor,
        BloodLocation = LongJacket,
        RunSpeedModifier = 0.93,
        CombatSpeedModifier = 0.95,
        ScratchDefense = 20,
        NeckProtectionModifier = 0.5,
        Insulation = 0.35,
        WindResistance = 0.25,
        FabricType = Cotton,
        Weight = 2,
        WorldStaticModel = JacketLong_Ground,		
    }