Item: Blouse chirurgicale

Wiki Project Zomboid

Blouse chirurgicale

Variable Base.JacketLong_Doctor Mod Vanilla

Résumé

VariableBase.JacketLong_Doctor
TypeClothing
CatégorieClothing
Poids2
Icône
JacketDoctor

Navigation

Nom variableJacketLong_Doctor
ModuleBase
Sourcescripts\clothing\clothing_jacket.txt
Détails techniques
Item PK6185
Lignes96 → 114
File ID1386

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

2 recettes
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
Sheet Make-Sheets
Make-Sheets
Base
KAVALASH_BB_CommonSense 100 Sheet=1

Propriétés

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

16 propriétés
Key Value (raw) Num Bool JSON
BloodLocation LongJacket
BodyLocation Jacket
ClothingItem JacketLong_Doctor
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
Raw block
    item JacketLong_Doctor
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Medical Coat,
        ClothingItem = JacketLong_Doctor,
        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,
    }