Item: Veste de Scandroid

Wiki Project Zomboid

Veste de Scandroid

Variable AuthenticZClothing.Jacket_Scandroid Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Jacket_Scandroid
TypeClothing
CatégorieClothing
Poids2
Icône
JacketScandroid

Navigation

Nom variableJacket_Scandroid
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_jacket.txt
Détails techniques
Item PK1245
Lignes829 → 850
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.

19 propriétés
Key Value (raw) Num Bool JSON
BiteDefense 20 20
BloodLocation Jacket
BodyLocation Jacket
ClothingItem Jacket_Scandroid
CombatSpeedModifier 0.98 0.98
DisplayCategory Clothing
DisplayName Scandroid Jacket
FabricType Leather
Icon JacketScandroid
Insulation 0.7 0.7
NeckProtectionModifier 0.5 0.5
RunSpeedModifier 0.93 0.93
ScratchDefense 30 30
Tooltip Tooltip_Scandroid
Type Clothing
WaterResistance 0.5 0.5
Weight 2 2
WindResistance 0.7 0.7
WorldStaticModel Jacket_Ground
Raw block
    item Jacket_Scandroid
    {
        DisplayCategory = Clothing,		
        Type = Clothing,
        DisplayName = Scandroid Jacket,
        ClothingItem = Jacket_Scandroid,
        BodyLocation = Jacket,
        Icon = JacketScandroid,
        BloodLocation = Jacket,
        RunSpeedModifier = 0.93,
        CombatSpeedModifier = 0.98,
        BiteDefense = 20,
        ScratchDefense = 30,
        NeckProtectionModifier = 0.5,
        Insulation = 0.7,
        WindResistance = 0.7,
        FabricType = Leather,
        WaterResistance = 0.5,
        Weight = 2,
		Tooltip = Tooltip_Scandroid,
        WorldStaticModel = Jacket_Ground,		
    }