Item: Veste

Wiki Project Zomboid

Veste

Variable Base.Jacket_WhiteTINT Mod Vanilla

Résumé

VariableBase.Jacket_WhiteTINT
TypeClothing
CatégorieClothing
Poids2
Icône
Jacket_White

Navigation

Nom variableJacket_WhiteTINT
ModuleBase
Sourcescripts\clothing\clothing_jacket.txt
Détails techniques
Item PK6199
Lignes383 → 401
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é.

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.

16 propriétés
Key Value (raw) Num Bool JSON
BiteDefense 10 10
BloodLocation Jacket
BodyLocation Jacket
ClothingItem Jacket_WhiteTINT
DisplayCategory Clothing
DisplayName Jacket
FabricType Cotton
Icon Jacket_White
Insulation 0.5 0.5
NeckProtectionModifier 0.5 0.5
RunSpeedModifier 0.95 0.95
ScratchDefense 25 25
Type Clothing
Weight 2 2
WindResistance 0.35 0.35
WorldStaticModel JacketCoat_Ground
Raw block
    item Jacket_WhiteTINT
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Jacket,
        ClothingItem = Jacket_WhiteTINT,
        BodyLocation = Jacket,
        Icon = Jacket_White,
        BloodLocation = Jacket,
        RunSpeedModifier = 0.95,
        BiteDefense = 10,
        ScratchDefense = 25,
        NeckProtectionModifier = 0.5,
        Insulation = 0.5,
        WindResistance = 0.35,
        FabricType = Cotton,
        Weight = 2,
        WorldStaticModel = JacketCoat_Ground,
    }