Item: Blouse médicale

Wiki Project Zomboid

Blouse médicale

Variable AuthenticZClothing.Jacket_Doctor3 Mod KAVALASH_Authentic Z - Current

Résumé

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

Navigation

Nom variableJacket_Doctor3
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_jacket_Vanilla.txt
Détails techniques
Item PK1350
Lignes27 → 48
File ID819

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é.

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 JacketLong_Doctor
ClothingItemExtra AuthenticZClothing.Jacket_Doctor2
ClothingItemExtraOption JacketOpen
CombatSpeedModifier 0.95 0.95
DisplayCategory Clothing
DisplayName Medical Coat
FabricType Cotton
Icon JacketDoctor
Insulation 0.17 0.17
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 ClosedJacket
Raw block
    item Jacket_Doctor3
    {
        DisplayCategory = Clothing,		
        Type = Clothing,
        DisplayName = Medical Coat,
        ClothingItem = JacketLong_Doctor,
        ClothingItemExtra = AuthenticZClothing.Jacket_Doctor2,
        ClothingItemExtraOption = JacketOpen,
		clothingExtraSubmenu 	= ClosedJacket,		
        BodyLocation = Jacket,
        Icon = JacketDoctor,
        BloodLocation = LongJacket,
        RunSpeedModifier = 0.93,
        CombatSpeedModifier = 0.95,
        ScratchDefense = 20,
        NeckProtectionModifier = 0.5,
        Insulation = 0.17,
        WindResistance = 0.25,
        FabricType = Cotton,
        Weight = 2,
        WorldStaticModel = JacketLong_Ground,		
    }