Item: Veste en cuir des Ratons Sauvages

Wiki Project Zomboid

Veste en cuir des Ratons Sauvages

Variable Base.Jacket_LeatherWildRacoons Mod Vanilla

Résumé

VariableBase.Jacket_LeatherWildRacoons
TypeClothing
CatégorieClothing
Poids2
Icône
BikerJacketRaccoons

Navigation

Nom variableJacket_LeatherWildRacoons
ModuleBase
Sourcescripts\clothing\clothing_jacket.txt
Détails techniques
Item PK6213
Lignes641 → 661
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.

18 propriétés
Key Value (raw) Num Bool JSON
BiteDefense 20 20
BloodLocation Jacket
BodyLocation Jacket
ClothingItem Jacket_LeatherWildRaccoons
CombatSpeedModifier 0.97 0.97
DisplayCategory Clothing
DisplayName Wild Raccoons Leather Jacket
FabricType Leather
Icon BikerJacketRaccoons
Insulation 0.40 0.4
NeckProtectionModifier 0.5 0.5
RunSpeedModifier 0.95 0.95
ScratchDefense 40 40
Type Clothing
WaterResistance 0.4 0.4
Weight 2 2
WindResistance 0.6 0.6
WorldStaticModel JacketCoat_Ground
Raw block
    item Jacket_LeatherWildRacoons
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Wild Raccoons Leather Jacket,
        ClothingItem = Jacket_LeatherWildRaccoons,
        BodyLocation = Jacket,
        Icon = BikerJacketRaccoons,
        BloodLocation = Jacket,
        RunSpeedModifier = 0.95,
        CombatSpeedModifier = 0.97,
        BiteDefense = 20,
        ScratchDefense = 40,
        NeckProtectionModifier = 0.5,
        Insulation = 0.40,
        WindResistance = 0.6,
        FabricType = Leather,
        WaterResistance = 0.4,
        Weight = 2,
        WorldStaticModel = JacketCoat_Ground,
    }