Item: Veste de Père-Noël (verte)

Wiki Project Zomboid

Veste de Père-Noël (verte)

Variable Base.JacketLong_SantaGreen Mod Vanilla

Résumé

VariableBase.JacketLong_SantaGreen
TypeClothing
CatégorieClothing
Poids3
Icône
JacketSantaGreen

Navigation

Nom variableJacketLong_SantaGreen
ModuleBase
Sourcescripts\clothing\clothing_jacket.txt
Détails techniques
Item PK6189
Lignes175 → 194
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.

17 propriétés
Key Value (raw) Num Bool JSON
BiteDefense 10 10
BloodLocation LongJacket
BodyLocation Jacket
ClothingItem JacketLong_SantaGreen
CombatSpeedModifier 0.9 0.9
DisplayCategory Clothing
DisplayName Green Santa Suit Jacket
FabricType Cotton
Icon JacketSantaGreen
Insulation 0.9 0.9
NeckProtectionModifier 0.5 0.5
RunSpeedModifier 0.85 0.85
ScratchDefense 30 30
Type Clothing
Weight 3 3
WindResistance 0.6 0.6
WorldStaticModel JacketLong_Ground
Raw block
    item JacketLong_SantaGreen
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Green Santa Suit Jacket,
        ClothingItem = JacketLong_SantaGreen,
        BodyLocation = Jacket,
        BloodLocation = LongJacket,
        Icon = JacketSantaGreen,
        RunSpeedModifier = 0.85,
        CombatSpeedModifier = 0.9,
        BiteDefense = 10,
        ScratchDefense = 30,
        NeckProtectionModifier = 0.5,
        Insulation = 0.9,
        WindResistance = 0.6,
        Weight = 3,
        FabricType = Cotton,
        WorldStaticModel = JacketLong_Ground,
    }