Item: Veste de Chuck Greene

Wiki Project Zomboid

Veste de Chuck Greene

Variable AuthenticZClothing.Jacket_ChuckGreene Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Jacket_ChuckGreene
TypeClothing
CatégorieClothing
Poids3
Icône
JacketVarsity_ChuckGreene

Navigation

Nom variableJacket_ChuckGreene
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_jacket.txt
Détails techniques
Item PK1229
Lignes500 → 519
File ID818

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.

17 propriétés
Key Value (raw) Num Bool JSON
BiteDefense 50 50
BloodLocation Jacket
BodyLocation Jacket
ClothingItem Jacket_ChuckGreene
CombatSpeedModifier 0.95 0.95
DisplayCategory Clothing
DisplayName Chuck Greene's Jacket
Icon JacketVarsity_ChuckGreene
Insulation 0.70 0.7
NeckProtectionModifier 0.5 0.5
RunSpeedModifier 0.92 0.92
ScratchDefense 60 60
Type Clothing
WaterResistance 0.60 0.6
Weight 3 3
WindResistance 0.50 0.5
WorldStaticModel Jacket_Ground
Raw block
    item Jacket_ChuckGreene
    {
        DisplayCategory = Clothing,	
        Type = Clothing,
        DisplayName = Chuck Greene's Jacket,
        ClothingItem = Jacket_ChuckGreene,
        BodyLocation = Jacket,
        Icon =JacketVarsity_ChuckGreene,
        BloodLocation = Jacket,
        RunSpeedModifier = 0.92,
        CombatSpeedModifier = 0.95,
        BiteDefense = 50,
        ScratchDefense = 60,
        NeckProtectionModifier = 0.5,
        Insulation = 0.70,
        WindResistance = 0.50,
		WaterResistance = 0.60,
        Weight = 3,
        WorldStaticModel = Jacket_Ground,		
    }